79800409

Date: 2025-10-27 02:28:23
Score: 2.5
Natty:
Report link

In my case, I recreated my projects and solution in a new directoy and copied the previous in this directory. All started working fine again.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: DOUMBIA Mamadou

79800401

Date: 2025-10-27 01:44:15
Score: 1
Natty:
Report link
  1. Edit your shell profile, example for zsh (default on macOS): nano ~/.zsrhc
  2. Add this line to the file, this will be used in the shell scripts and terminal sessions
# claude
export NODE_TLS_REJECT_UNAUTHORIZED=0
  1. Save and restart terminal or run source ~/.zshrc
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ivone Djaja

79800398

Date: 2025-10-27 01:40:14
Score: 1
Natty:
Report link

In githubHangfire Dashboard URL mismatch #1110

You can use PrefiPath

new DashboardOptions { PrefiPath = "/someAppName" }

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 我零0七

79800392

Date: 2025-10-27 01:19:10
Score: 2
Natty:
Report link

Try downgrading to Node v.18 or 20 and run

npm install sharp --unsafe-perm
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: repent

79800390

Date: 2025-10-27 00:53:05
Score: 1
Natty:
Report link

I wanted to archive my old selections of "Chrome Apps" I used back in the day. Didn't want to see them get lost to time as all the Chrome Apps are depreciated and are being removed.

They're functionally identical to extensions and are stored in: /home/chronos/<user profile UUID>/Extensions

That's the unpacked (installed version. Not sure about the packed (installer package file) version. That one might have to be recreated.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: qwerty keyboard

79800381

Date: 2025-10-27 00:25:59
Score: 1.5
Natty:
Report link

registered new website with constructor

google=>newDomainForSale.app

react states is react states like in 2002, no one can stole your account [email protected]

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ploo

79800380

Date: 2025-10-27 00:18:58
Score: 0.5
Natty:
Report link

I don't completely understand what you want to do but your formula returns exactly the expected output in my Excel online sample sheet unless i'm doing something wrong.

excel-engine

=LET(
  lookback,11,
  prevDay,$E$5:$AG$5,
  currDay,$E$8:$AG$8,
  allData,HSTACK(prevDay,currDay),
  prevCols,COLUMNS(prevDay),
  pos,prevCols+COLUMNS($E9:E9),
  above,E8,
  currSoFar,INDEX(currDay,SEQUENCE(1,COLUMNS($E9:E9))),
  anyPosToday,SUM(--(currSoFar>0))>0,
  lastPosIdxToday,IFERROR(LOOKUP(2,1/(currSoFar>0),SEQUENCE(,COLUMNS($E9:E9))),NA()),
  lastPosAbs,IFERROR(prevCols+lastPosIdxToday,NA()),
  zerosSinceStartLen,IF(ISNA(lastPosAbs),0,MIN(lookback, pos-lastPosAbs)),
  zerosSinceStart,IF(
    zerosSinceStartLen>0,
    INDEX(allData,1,SEQUENCE(1,zerosSinceStartLen,lastPosAbs+1)),
    ""
  ),
  zeroCount,SUM(--(zerosSinceStart=0)),

  IF(above>0,
     above,
     IF(NOT(anyPosToday),
        0,
        IF(zeroCount<lookback,0.5,0)
     )
  )
)
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user22566114

79800376

Date: 2025-10-27 00:12:57
Score: 3
Natty:
Report link

There are a couple of great posts I came across that saved me a lot of headaches trying to make sense of CMake, and probably would have answered the question above

https://iamsorush.com/posts/cpp-cmake-essential/

https://iamsorush.com/posts/cpp-cmake-build/

They clearly explain step-by-step what CMake is actually doing as it executes the commands in the CMakeLists.txt files of a project, and they also show how to print out current directories, etc. to verify that the commands are executed as intended - one can see how any project structure (pitchfork or otherwise) can be constructed, and exactly how to write and arrange the corresponding CMakeLists.txt files.

In my opinion, this kind of discussion should be in the first few chapters of any intro. book on CMake. I'm new to CMake, and these two posts answered every basic question I had about how to set up a project for my own code. From my experience searching around, I'd say that at least 70 percent of the questions out there on how to start a CMake project are answered by these two posts.

See what you think. I only mention this because I think it might help to circulate these links in future comments.

Reasons:
  • Blacklisted phrase (1): these links
  • RegEx Blacklisted phrase (1.5): I'm new
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Erik Nelson

79800372

Date: 2025-10-27 00:04:55
Score: 2
Natty:
Report link

What you are looking for to link the USB device and DP connector is EDID matching:

If you are on a laptop or dock, you might be able to do this easier with ACPI or device tree, but IIRC thats per-platform and not universal.

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): What you are
  • Low reputation (1):
Posted by: Lauge Heiberg

79800353

Date: 2025-10-26 22:58:43
Score: 1.5
Natty:
Report link

The documentation (https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoDataFrame.to_file.html) suggests this:

batiments.to_file("dataframe.geojson", driver="GeoJSON")
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: amunnelly

79800348

Date: 2025-10-26 22:44:41
Score: 2
Natty:
Report link

Consider downgrading to Python 3.10 or 3.11 and TF 2.17.0 or earlier.
Windows support may be shaky after v. 2.10.x, but 2.17 worked for me. TF historically prioritizes Linux over Windows in terms of support.
Another option would be to come up with some WSL\VM shenanigans (???), though I doubt it'll work or perform at even half of the native performance

Reasons:
  • Blacklisted phrase (1): ???
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: repent

79800346

Date: 2025-10-26 22:37:39
Score: 0.5
Natty:
Report link

As superuser.com/posts/1743620/timeline#comment_3013941 corroborates, for me, the solution (to install Media.MediaFeaturePack~~~0.0.1.0) was merely to update Windows, then reboot:

#!/usr/bin/env pwsh
Install-Module -Name PSWindowsUpdate
Import-Module -Name PSWindowsUpdate
Get-WindowsUpdate
Install-WindowsUpdate
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: RokeJulianLockhart

79800337

Date: 2025-10-26 22:16:34
Score: 2
Natty:
Report link

This seems to be a bug caused by the background network access restrictions introduced with Android 15. They might fix this by the end of the year.

https://issuetracker.google.com/u/1/issues/445324855

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Colin

79800329

Date: 2025-10-26 21:48:28
Score: 1
Natty:
Report link

This is an old question, and I would just like to add an updated answer, in case someone finds it in a google search. So I would just Stream, Map, toArray.

Set<Integer> s = new HashSet<>();
int[] arr;
s.add(10);
s.add(20);
s.add(30);

arr = s.stream()
      .mapToInt(Integer::intValue)
      .toArray();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pream Totaram

79800328

Date: 2025-10-26 21:46:27
Score: 2
Natty:
Report link

WH_GETMESSAGE doesn’t allow you block a message, but it allows you to change it. LPARAM points to a MSG structure. Just change the message member of that structure to WM_NULL if you don’t want the message to have any effect.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Coises

79800323

Date: 2025-10-26 21:38:25
Score: 2.5
Natty:
Report link

I can't find any maintained Java SDKs for the AT Protocol or specifically for sync/ingesting the relay. You would probably be better off ingesting the Jetstream instead, which simply sends JSON, so no need to decode it.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Knotbin

79800316

Date: 2025-10-26 21:17:21
Score: 1
Natty:
Report link

A simple REDUCE/STACK combo with an added HSTACK and EXPAND functions added to accomplish the offset and bring it all together:

=IFNA(
    DROP(
        REDUCE(
            "",
            SEQUENCE(ROWS(A2:A6)),
            LAMBDA(a,v, VSTACK(a, HSTACK(EXPAND(0,,INDEX(A2:A6,v),0), CHOOSEROWS(C2:N6, v))))
        ),
        1
    ),
    0
)

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MisterCary

79800304

Date: 2025-10-26 21:01:17
Score: 3
Natty:
Report link

Using eme8086 program, write a program in assembly language that transfers the initial value of variable VAR =1020H to variable copy indirectly (using indirect addressing).

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: zina zina

79800303

Date: 2025-10-26 21:00:17
Score: 2.5
Natty:
Report link

I meet the same error and I following the guide

https://discuss.huggingface.co/t/help-runtimeerror-cuda-error-device-side-assert-triggered/9418

enter image description here

if you have a CUDA error, run your code on CPU and check if you’re getting a more helpful error message.

and I find what's error in my code.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: 謝咏辰

79800285

Date: 2025-10-26 20:22:08
Score: 3.5
Natty:
Report link

I'm on an android phone an getting the exact same thing

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zombie Rob

79800274

Date: 2025-10-26 19:50:58
Score: 9 🚩
Natty:
Report link

I have this same problem with the same setup. Did you find out what the root cause was?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Brooks

79800270

Date: 2025-10-26 19:34:54
Score: 2
Natty:
Report link

Allowing some tolerance on the fairness constraint in the ThresholdOptimize is now featured in fairlearn v0.13.0: see for instance the user guide and the associated API reference).

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tahar Allouche

79800268

Date: 2025-10-26 19:33:54
Score: 3
Natty:
Report link

Phon traker the androud

header 1 header 2
cell 1 cell 2
cell 3 cell 6
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lucky Jha

79800266

Date: 2025-10-26 19:32:53
Score: 4.5
Natty:
Report link

You should view this video :-)
https://www.youtube.com/watch?v=Rehv9fk-RjU with topic "Replacing Multiple Substrings in Power Query M"

JJ

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jaroslav Jančík

79800262

Date: 2025-10-26 19:25:51
Score: 1.5
Natty:
Report link

In my case, I put handler.removeCallbacks(null) in a wrong place which is onPause() instead of onDestroy().

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jawegiel

79800256

Date: 2025-10-26 19:09:48
Score: 2
Natty:
Report link
Start 
If Monday Then English 
If Tuesday Then Maths
If Wednesday Then Science 
If Thursday Then Soc.Std 
If Friday Then R.M.E
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31759086

79800252

Date: 2025-10-26 18:57:45
Score: 4.5
Natty: 6
Report link

why is it giving me an error?: "offers", "review" o "aggregateRating"

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): why is it
  • Low reputation (1):
Posted by: Salento Vacanza

79800243

Date: 2025-10-26 18:36:40
Score: 3.5
Natty:
Report link

in my opinion, you could create a small to-do app that saves tasks in cookies

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aleksander Płomiński

79800234

Date: 2025-10-26 18:26:37
Score: 0.5
Natty:
Report link

I am working on this exact same problem from that book. Building from the previous commenter Giorgos, this is what worked for me.

SELECT salestransaction.tid, SUM(includes.quantity) FROM salestransaction 
INNER JOIN includes ON salestransaction.tid = includes.tid
GROUP BY tid HAVING SUM(quantity) > 5;
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: TRIPPING

79800233

Date: 2025-10-26 18:25:37
Score: 4.5
Natty:
Report link

Check how to install PM2 and use it effectively!

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Rahul Mukati

79800229

Date: 2025-10-26 18:22:35
Score: 0.5
Natty:
Report link

In Vue 3:

<template>
    <q-btn v-bind="attrs" v-on="attrs" />
</template>

<script setup lang="ts">
import { useAttrs, defineEmits } from 'vue'
import { QBtn } from 'quasar'
const attrs = useAttrs()
</script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zezombye

79800227

Date: 2025-10-26 18:20:35
Score: 0.5
Natty:
Report link

ps -eL -o pid,lwp,nlwp,comm,command

Shows:

pid: PID
lwp: Lightweight process ID
nlwp: number of lightweight processes
comm: thread name
command: full command executed
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: kavadias

79800224

Date: 2025-10-26 18:14:33
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Madan Saputra

79800201

Date: 2025-10-26 17:32:24
Score: 1
Natty:
Report link

well it's char[][] table={{'A', 'B', 'C', 'D'},{'E', 'F', 'G', 'H'},{'I', 'J', 'K', 'L'},{'M', 'N', 'O', 'P'}} not

char table={{'A', 'B', 'C', 'D'},{'E', 'F', 'G', 'H'},{'I', 'J', 'K', 'L'},{'M', 'N', 'O', 'P'}}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Reda ait

79800195

Date: 2025-10-26 17:18:21
Score: 1
Natty:
Report link

As it turns out, I had two dotnet directories in C:\Program Files and C:\Program Files (x86) in the PATH environment variable. The SDK was in Program Files, but the Program Files (x86) one had only the runtime - so, when I ran dotnet, it actually executed the one in Program Files (x86).

The fix is simple. Go to Windows Search, then Edit the system environment variables. In the following image, click Environment variables....

enter image description here

In the following image, select Path and click Edit, in the System variables section.

enter image description here

In the following image, select the C:\Program Files (x86)\dotnet directory and click Delete. (I've already removed it earlier, so it doesn't appear in the following image, but you should be able to find it.) enter image description here

Click OK on all 3 windows or close them.

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: winscripter

79800192

Date: 2025-10-26 17:13:20
Score: 2.5
Natty:
Report link

Good question I faced a similar challenge while testing background updates for my best bamboo pillowcases review app. iOS is strict with background tasks, so using Live Activities with Background Audio seems like the only reliable method for continuous text refresh.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jacksonms

79800180

Date: 2025-10-26 16:54:15
Score: 1
Natty:
Report link

The grammar for an endif-line defines it as #endif followed by a new-line ($6.10.1 of the C++23 standard). If the new-line is missing at the end of the file, #endif will not be correctly recognized.

Most IDEs will automatically add a new-line at the end of the file if it is missing when saving.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Simon

79800175

Date: 2025-10-26 16:41:13
Score: 3.5
Natty:
Report link

Great code, vere is a github fork code, same interesting sings

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hada

79800172

Date: 2025-10-26 16:34:11
Score: 2.5
Natty:
Report link

I had same situation, you can take a look at my post Custom timer implemented as foreground service experiments delay after background.

I hope it helps at least others.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: rsp

79800171

Date: 2025-10-26 16:33:10
Score: 3
Natty:
Report link

You need to follow the requirements listed below, based on the Spring Boot version you use. Solved my issue.

https://docs.spring.io/spring-boot/system-requirements.html

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: dimplex

79800148

Date: 2025-10-26 15:48:00
Score: 3.5
Natty:
Report link

سلام،

به استک اورفلو خوش آمدید. پاسخ به سوال شما اینه که در نمودار تیر، np.ones_like برای ایجاد بردارهای dx و dy با طول یکسان استفاده می‌شه. این بردارها جهت و اندازه تیرها رو مشخص می‌کنن. از اونجایی که طول همه تیرها یکسانه، می‌تونیم تغییرات میدان برداری رو بهتر ببینیم. در واقع، np.ones_like به ما کمک می‌کنه تا اثر f رو روی جهت تیرها به طور واضح‌تری مشاهده کنیم.امیدوارم پاسخ مناسب سوال شما را داده باشم. باتشکر

Reasons:
  • No code block (0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: GOOGLE DEVELOPERS TEAM

79800143

Date: 2025-10-26 15:40:59
Score: 1
Natty:
Report link

To technically check the existence of an email address, you generally use two main methods: checking MX records and performing an SMTP handshake. For catch-all domains, there's a different challenge and special handling is needed.

1. Check MX Records

Start by finding if the domain part of the email (after the "@") has mail servers configured via MX records. This is done using DNS queries:

Example (using command line):

text

nslookup -q=mx example.com

A response listing MX records confirms that the domain can receive emails.

2. SMTP Handshake Validation

Once MX records are confirmed, you can simulate the SMTP protocol to check recipient validity:

Example interaction:​

text

telnet mail.example.com 25 EHLO test.com MAIL FROM:<[email protected]> RCPT TO:<[email protected]> QUIT

Note: Some servers employ greylisting, tarpitting, or accept all addresses (catch-all), which can lead to false positives or delays.​

3. Catch-All Domains

With catch-all domains, the mail server accepts all RCPT TO requests, regardless of whether the mailbox actually exists. This means SMTP handshake alone can't determine if a specific email is valid:

Practical Recommendation

For thorough B2B or SaaS use-cases, combine MX checks, basic SMTP handshake, and catch-all/risk scoring for the best results. Consider privacy, rate limiting, and IP reputation (avoiding mass lookups from the same IP) to prevent server blocks.

Resource

For robust, developer-friendly email existence validation with detailed deliverability insights and catch-all detection, see Email Address Validation – SMTPing — a reliable solution for modern SaaS and sales teams.

Reasons:
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Herr Mannelig

79800138

Date: 2025-10-26 15:28:56
Score: 0.5
Natty:
Report link

Mismatch in compatible between filename and compatible property within yaml

  1. File name for yaml: gooddisplay,gdey0154d67.yaml - GOOD

  2. DRV_COMPAT: gooddisplay_gdey0154d67 - GOOD

  3. compatible in yaml: compatible: "gooddisplay,gdey0154D67" - VERY BAD, see the upper case D third from the end.

There are other issues but I can figure that out now that my yaml is being picked in the build.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Khanal

79800118

Date: 2025-10-26 14:52:46
Score: 4
Natty:
Report link

npm install -g eas-cli --force

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: risu

79800116

Date: 2025-10-26 14:49:45
Score: 2
Natty:
Report link

import androidx.compose.foundation.layout.fillMaxSize you will also have to import this additionally

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vedad Begic

79800109

Date: 2025-10-26 14:44:44
Score: 1
Natty:
Report link

This should be comment but im unable to fit this message in comment size limit -w-

Are you watching entire address space or address region of ART's java heap? my speculation is your userfaultfd interfering with GC on ART (Android RunTime) VM. Android 13 replaces the GC with one using userfaultfd for improving various stuffs and it also got backported to Android 12.

Because i cant see the code, i dont know for sure. UFFDIO_REGISTER can return EBUSY if overlapped with other one watched by ART VM so if i is indeed ignored by your code it leads to that issue.

See https://en.wikipedia.org/wiki/Android_version_history#Android_13 and https://man7.org/linux/man-pages/man2/uffdio_register.2const.html#ERRORS

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Foxie Flakey

79800104

Date: 2025-10-26 14:31:41
Score: 2
Natty:
Report link

🎶✨ Arabic Singers & Songs List ✨🎶

🎤 Alshami – Bethoon

🎤 Ayman Amin – Enti w Bass

🎤 Mohamed Ramadan – Number One

🎤 Ahmad Saad – Wasaa Wasaa

🎤 Akhras – Skaba

🎤 Assala Nasri – Enta Souri Hor

🎤 Saif Nabil – Ashq Moot

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31757951

79800098

Date: 2025-10-26 14:16:37
Score: 1
Natty:
Report link

you can use <blockquote>without copy button<blockquote> example

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jamshidbek

79800096

Date: 2025-10-26 14:13:36
Score: 1.5
Natty:
Report link

If the installation on the GUI doesn't work, you can try an other installation options as CLI or using direct upload !

*Installation options

Using the GUI: From your Jenkins dashboard navigate to Manage Jenkins > Manage Plugins and select the Available tab. Locate this plugin by searching for dependency-check-jenkins-plugin.

Using the CLI tool:
jenkins-plugin-cli --plugins dependency-check-jenkins-plugin:5.6.1

Using direct upload. Download one of the releases and upload it to your Jenkins controller.*

Reasons:
  • Blacklisted phrase (1): this plugin
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: HadrienV

79800079

Date: 2025-10-26 13:36:28
Score: 2
Natty:
Report link

It seems that setting "rust-analyzer.check.workspace": false in .vscode/settings.json might do the trick.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user3511654

79800078

Date: 2025-10-26 13:34:28
Score: 2
Natty:
Report link

It's not the v1beta endpoint issue, you are using a retired Gemini model (see the retired models), retired on 9/24/2025, for both Gemini 1.5 (pro and flash). That's the reason of getting 404 NOT FOUND error (in either Vertex AI or AI Studio). You should migrate to Gemini 2.0/2.5 Flash and later instead following the latest Gemini migration guide.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Gang Chen

79800069

Date: 2025-10-26 13:22:25
Score: 3
Natty:
Report link

Use the best online tool to generate the secure password to use in any application.
https://spg-sans.netlify.app/

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Venkata Sampara

79800066

Date: 2025-10-26 13:15:23
Score: 0.5
Natty:
Report link

OK, just found the solution myself. As I was suspecting, it was hiding elsewhere in the options: Tools->Options->Text Editor->C/C++->Code Style->General->Comments->Continue single line comments = Uncheck. The same can be accomplished by higher-level Tools->Options->Text Editor->C/C++->Code Style->General->Comments->Insert existing comment style at the end of new lines when writing comments = Uncheck, but I suspect this will clip even more functionality, so the first option is minimally invasive.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Regus Pregus

79800060

Date: 2025-10-26 13:06:21
Score: 3
Natty:
Report link

It may be late but I got the same error (that's why I'm here ^^) and resolved it by doing the migration explained here :

https://medium.com/@bmerdogan/flutter-3-29-deprecates-pluginregistry-registrar-migration-guide-0f206232b768

It consists in removing

import io.flutter.plugin.common.PluginRegistry.Registrar

And use this instead

import io.flutter.embedding.engine.plugins.FlutterPlugin

For me, it works

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Baieta82

79800056

Date: 2025-10-26 12:56:19
Score: 2
Natty:
Report link

Try using this instead:

--jar=file:///usr/lib/hadoop/hadoop-streaming.jar
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: justsayKK

79800052

Date: 2025-10-26 12:49:17
Score: 1
Natty:
Report link

In my case, I just needed to add the SHA1 key to Firebase from the Google Play console. You can find it at Test and release > App integrity > Play app signing > Upload key certificate

Just copy the keys and add it to your firebase> project settings> Your apps

Google Playconsole app integrity signing SHA keys

Google Playconsole app integrity signing SHA keys

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: RITTIK

79800043

Date: 2025-10-26 12:26:08
Score: 12.5 🚩
Natty:
Report link

Did You find a fix? I have the same problem now

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Did You find a fix
  • RegEx Blacklisted phrase (1.5): fix?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did You find a fix
  • Low reputation (1):
Posted by: Oskar Gawlik

79800041

Date: 2025-10-26 12:25:07
Score: 4
Natty:
Report link

I was facing the same issue. I was indeed also inside a numbered list, but I found a way to avoid this numbering to be applied to the code source I want to paste. Simply do a right-click where you plan to paste in Word, then select "Keep source formatting" paste option. Et voilà! :D

enter image description here

enter image description here

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: TranceVibes

79800038

Date: 2025-10-26 12:19:06
Score: 3
Natty:
Report link

When you use "pushl" it substracts 4 bytes from your esp. The reason why you see 1 is because after the pushl was used, it moves the memory to other location so 0xffffcb60 is not storing the "85" and the value you can see is whatever was before calling pushl.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you use
  • Low reputation (1):
Posted by: David

79800030

Date: 2025-10-26 12:03:03
Score: 1.5
Natty:
Report link

Try something like :

task.creator = user
task.save()

...and so on for an assignee and a verifier

This automatically manages the foreign key relationship properly.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: repent

79800028

Date: 2025-10-26 12:02:02
Score: 3.5
Natty:
Report link

colonel Thank you very mach
your are life saver

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Narek Hovhannisyan

79800018

Date: 2025-10-26 11:46:56
Score: 7.5 🚩
Natty:
Report link

Awesome work thanks for sharing this info it really helped me a lot.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (2): thanks for sharing
  • Blacklisted phrase (1): helped me a lot
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: helen smith

79800008

Date: 2025-10-26 11:31:52
Score: 2.5
Natty:
Report link

The requests library is used in combination with get function "requests.get(url)" for getting the raw HTML from the website that you are requesting. You can not get TFO data and JavaScript without using an emulator like "selenium"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David

79800007

Date: 2025-10-26 11:28:51
Score: 1
Natty:
Report link

Adding to Gregs answer, My solution was to modify the following two fields in the eclipse settings to get better scaling for text. This scaled enough text to make things bearable.

enter image description himage of eclipse settings panel showing the settiangs to changeere

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: RowSalmon

79800006

Date: 2025-10-26 11:27:51
Score: 3
Natty:
Report link

OMG, new to this so i'm stupid, i have 3 'Release' the correct one is named 'Debug' 🤦‍♂️
So after i delete the other 2, and only Publish using Debug now the UI is correct

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Developer Utama

79799994

Date: 2025-10-26 10:50:43
Score: 1.5
Natty:
Report link

I found a workaround for JMeter latest version 5.6.3.

first i modified the report template to show all statistics and graphs in a single page then i modified the main bootstrap CSS file to make all elements printable friendly(avoid breaks/clutters).

finally i used the browser (CTRL+p) option to save as pdf. if you still interested i can share the modified template with you.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: A.mosbah

79799979

Date: 2025-10-26 10:16:36
Score: 0.5
Natty:
Report link

To enable Full-Text Search in scenarios where .NET Aspire acts as an orchestrator or development environment host, the key point is that FTS is a SQL Server engine-level feature and is directly related to the configuration of the SQL Server instance itself; therefore, the first requirement is to ensure that FTS is available and enabled on the instance to which the Aspire application connects. In practical terms, there are two main paths: either use an external SQL Server instance (VM, managed service, or physical server) on which FTS is installed and started, or the SQL Server instance should be run as an image/container that contains the FTS package (usually the package associated with mssql-server-fts). Once the capable engine is provided, full-text catalogs and indexes should be designed and created at the database level, and then text searches can be performed using the relevant operators and functions.

Infrastructure Prerequisites and Considerations: The user or team must have sufficient administrative access to the SQL Server instance or the ability to build and deploy a custom container image; must be familiar with the full-text structural requirements, including the need for a unique key index for the target table, language/LCID settings for text parsing, and managing stoplists and word breakers for proper behavior in the required languages. It is also essential to understand the limitations and implications of using SQL Server in a containerized environment: The official SQL Server on Linux image typically does not provide FTS by default, and if using a container, the FTS package must be added to the image or an external instance must be used. At the operational level, the necessary planning for data persistence, backup/recovery strategies, and HA/replication solutions in the production environment must also be done, as running SQL Server in a container for production requires careful consideration of I/O, monitoring, and maintenance strategies.

Practical solutions can be divided into two paths: the first path connects to an external SQL Server instance on which FTS is enabled; in this case, the responsibility for installing and maintaining FTS lies with the database management team, and the Aspire project simply connects to that instance. The second path is suitable for a local development environment and involves running SQL Server under Aspire control as a container; in this case, it is necessary to use an image that includes the FTS package or customize the official image by adding the FTS package. In both paths, after starting the engine, the catalog and full-text index definition operations must be performed, and the configurations related to language/stoplist and index population mode must be determined.

Implementation steps and issues to consider after provisioning the engine include: ensuring a suitable unique index exists as a technical key for the full-text index (Full-Text Index requires a single-column unique key), selecting or defining a full-text catalog and, if necessary, a custom stoplist, defining a full-text index on text columns by specifying the appropriate language/LCID for each column so that the corresponding word breaker and stemmer are applied, planning and monitoring the initial indexing process and subsequent population policies (full or incremental) and determining index update methods in response to data changes, and finally validating the performance and accuracy of results through CONTAINS/FREETEXT-based queries and reviewing the query execution plan to ensure proper use of full-text indexes.

Important technical and operational considerations to consider before implementation include: SQL Server version and distribution compatibility with the FTS package in the Linux/container environment (some version/distribution combinations require additional packages or special settings), the requirement to design the database schema to have a proper single-column unique key, configuring port mapping and network and firewall rules for access by management tools (especially in containerized scenarios where orchestration systems may dynamically map ports), capacity and monitoring considerations as full-text indexing can generate significant I/O and CPU load, and examining backup behavior and index rebuild time after restore to reduce downtime risks. Also, if non-English language support is required, appropriate language settings and word breakers for those languages ​​need to be implemented and tested to ensure that search results are accurate and acceptable.

Common troubleshooting points to note include: Failure to detect FTS in a SQL instance is often due to using a container image that does not have the FTS package, and the first step is to check the contents of the packages/features installed on the engine; Unique key errors when defining a full-text index usually indicate the absence of a single-column unique key or the presence of null values ​​in the key column; Poor performance or incomplete search results can be caused by incorrect language/stoplist configuration or incomplete index population; and connectivity issues from outside the container usually stem from port mappings, network rules, or permissions, and the network and orchestration configuration should be checked.

Implementation recommendations and summary: For a local development environment, the fastest and least cumbersome approach is to use a container image that includes mssql-server-fts and configure Aspire to run that image; In this case, be sure to emphasize data persistence (volume), fixed port mapping, and local backup policies so that the development team and management tools have reliable access. For production environments or enterprise-level team use, it is recommended to use managed instances or SQL Server virtual/physical machines that FTS

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Soroush

79799974

Date: 2025-10-26 10:10:34
Score: 0.5
Natty:
Report link

I found the main problem.

I start service from ApplicationMy class and got exception after reboot.

I remove the code to BroadCastRecieverBoot and it works!

Note. There is no different if lauch the app manually.

Bug is reported to Google.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Style-7

79799965

Date: 2025-10-26 10:01:31
Score: 2
Natty:
Report link

On Slackware 15.0, the "Failed to connect to the bus..." messages got fixed by
export DBUS_SESSION_BUS_ADDRESS=unix:path=/var/run/dbus/system_bus_socket

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Duncan Roe

79799962

Date: 2025-10-26 09:56:29
Score: 5
Natty:
Report link

Google Chrome";v="141", "Not?A_Brand";v="8", "Chromium";v="141"

SEC-CH-UA-MOBILE ?1

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Sojib Vai

79799959

Date: 2025-10-26 09:53:28
Score: 1
Natty:
Report link

Funny that the answer really is this stupid easy,

after defining build.rs in our project directory:

use std::{env, path::PathBuf};


fn main() {
    // Use cortex-m-rt's linker script
    println!("cargo:rustc-link-arg=-Tlink.x");

    // Make the *containing directory* of memory.x visible to the linker
    let manifest_dir = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap());
    println!("cargo:rustc-link-search={}", manifest_dir.display());

    // Rebuild if memory.x changes
    println!(
        "cargo:rerun-if-changed={}",
        manifest_dir.join("memory.x").display()
    );
}

we got this error showing the root of problem once the memory.x script was finally being used:

memory.x:5: redefinition of memory region 'FLASH' 
\>\>\> REGION_ALIAS(FLASH, FLASH); \>\>\> 
^ error: could not compile stm32_firmware (bin "stm32_firmware") due to 1 previous error  

so quite literally just needed to remove the REGION_ALIAS(FLASH, FLASH); line and the binary is looking scrumptious now

@thebusybee thanks to him for letting me know verbose still exists lol. using the verbose appendage I confirmed the linker flags are being appended to the build commands defined in the .config file ruling that out, revealing the memory.x wasn't being used in the first place

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @thebusybee
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: gauss

79799952

Date: 2025-10-26 09:40:25
Score: 3
Natty:
Report link

If your plan is use maps in windows desktop just for get it!! microsoft again close all the doors to do an easy implementation, is incredible!!! flutter is a good solution!

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Javier de Jesus Gonzalez Saiz

79799949

Date: 2025-10-26 09:34:24
Score: 1
Natty:
Report link

Spring Boot 3.5 introduced internal changes to its Binder.
You can not modify queryParameters because is an immutable list.
try:

@Getter
@Setter
public class ApiConfig {
    private List<String> queryParameters = new ArrayList<>();
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 1337.zeno

79799940

Date: 2025-10-26 09:17:20
Score: 1.5
Natty:
Report link

you can try this (default value):
!*\bin\*;!*\obj\*;!*\.*\*

enter image description here

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alparslan ŞEN

79799939

Date: 2025-10-26 09:17:20
Score: 3.5
Natty:
Report link

Of coz it's possible by formula

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: ThxAlot

79799935

Date: 2025-10-26 09:12:19
Score: 0.5
Natty:
Report link

The root cause of the issue was that the storage was full. I was able to see that clearly in the AWS RDS console.

Sharing here because there are very little occurrences of this error online and none of them led me to the correct root cause in my case.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: MosheElisha

79799924

Date: 2025-10-26 08:55:15
Score: 0.5
Natty:
Report link
  1. Select text
  2. + E
  3. + F
  4. return
Reasons:
  • Low length (2):
  • No code block (0.5):
  • High reputation (-2):
Posted by: Mojtaba Hosseini

79799920

Date: 2025-10-26 08:48:14
Score: 1
Natty:
Report link

To prevent vertical scrolling you should add "overflow-y: hidden;"

Try something like this:

.navbar {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ezra

79799912

Date: 2025-10-26 08:38:11
Score: 5
Natty:
Report link

Still struggling with this issue

cyrillic_font = TrueTypeFont("DejaVuSans.ttf") - doesn't work

AttributeError: type object 'TrueTypeFont' has no attribute 'true_type_font_from_file' - the mistake when I try to use true_type_font_from_file

Please help!

Reasons:
  • RegEx Blacklisted phrase (3): Please help
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Marina T

79799910

Date: 2025-10-26 08:36:11
Score: 0.5
Natty:
Report link

PowerShell treats $myargs as one single argument, while tasklist expects /FI and its filter expression to be separate arguments.

Try passing an array of parameters:

$myfilter = "foo"
$myargs = @("/FI", $myfilter)
tasklist @myargs
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ezra

79799897

Date: 2025-10-26 08:03:03
Score: 3
Natty:
Report link

The ABClinic’s Approach: Science, Compassion, and Connection

At The ABClinic, we combine modern science with a human-centered approach. Every therapy plan begins with a detailed evaluation to identify the client’s unique strengths and challenges. From there, our speech-language pathologists design a personalized program using evidence-based techniques proven to achieve real results.

We emphasize a family-centered model, encouraging parents and caregivers to take an active role in therapy. This collaboration ensures that progress made in the clinic continues at home, school, and in the community.

Our treatment philosophy centers on three key pillars:

  1. Empathy: We listen and understand before we guide.enter image description here

  2. Evidence: Every therapy plan is grounded in the latest research and proven clinical practices.

  3. Empowerment: We build confidence through consistent progress and encouragement.


Why Families and Clients Choose The ABClinic

Over the years, The ABClinic has built a strong reputation across Oregon for professional excellence and heartfelt care. Our clients choose us not only for our clinical expertise but also for the warm, supportive environment we provide.

Here’s what sets us apart:

Whether your goal is to help your child say their first words, overcome stuttering, or restore speech after a stroke, The ABClinic provides the expertise and compassion you need to move forward.


Success Through Communication

Every day at The ABClinic, we witness remarkable transformations. A child who once struggled to express themselves can now tell stories with confidence. A professional who feared public speaking can now communicate clearly and effectively. A stroke survivor can once again speak with loved ones.

These stories remind us why we do what we do — because communication is not just about words; it’s about connection, understanding, and confidence.


Our Commitment to the Community

Located in Sherwood, Oregon, The ABClinic proudly serves clients from surrounding communities, including Portland, Tigard, Tualatin, and Newberg. We are deeply committed to making speech and language therapy accessible to everyone who needs it, regardless of age or background.

Through school collaborations, public awareness programs, and family education, The ABClinic continues to raise awareness about the importance of early intervention and ongoing communication support.


The Future of Speech Therapy at The ABClinic

As technology advances, The ABClinic remains at the forefront of innovation. We continuously integrate digital learning tools, teletherapy options, and modern assessment techniques to make therapy more engaging and effective. Our team’s dedication to professional growth ensures that every client receives the highest standard of care based on the latest clinical research.

We believe that communication is a lifelong journey — and we are honored to walk that path alongside our clients.


Conclusion

The ABClinic is more than a speech and language center — it’s a place of hope, progress, and empowerment. By combining science with compassion, we help individuals of all ages unlock their communication potential and achieve greater confidence in every aspect of life.

Whether you’re seeking pediatric speech therapy, adult language support, or autism communication programs, The ABClinic is here to help you speak, connect, and thrive.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ellislawks

79799892

Date: 2025-10-26 07:37:58
Score: 1
Natty:
Report link

Root Node

Internal Node

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dikpal sinh raulji

79799891

Date: 2025-10-26 07:37:58
Score: 2.5
Natty:
Report link

This solve the issue:
https://developer.apple.com/forums/thread/737894

note that it involve 3 steps:

  1. create archive(not build)

  2. Do the steps in the link

  3. Manually notarize

All this steps are in the link bellow.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: yy yy

79799890

Date: 2025-10-26 07:26:56
Score: 1.5
Natty:
Report link

Interesting challenge. The following should do it. I don't use Trino myself so is not tested.

SELECT _.ID FROM
(
SELECT
ID,
reverse(split(URL, "/")) as Elements
) AS _
WHERE cardinality(_.Elements) >= 2 && _.Elements[0] = _.Elements[1]

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Simon Hooper

79799885

Date: 2025-10-26 07:13:53
Score: 1.5
Natty:
Report link

cd /var/log

echo "start now" > youraccount.pythonanywhere.com.access.log

echo "start now" > youraccount.pythonanywhere.com.error.log

echo "start now" > youraccount.pythonanywhere.com.server.log

You can put all that in a file. Copy those 4 lines

cd $HOME

nano clearlogs.sh

paste

ctrl-0

ctrl-x

chmod +x clearlogs.sh

To do it:

./clearlogs.sh

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: user31756324

79799877

Date: 2025-10-26 06:54:49
Score: 1.5
Natty:
Report link
random_num = np.random.normal(size=4)
coff = np.round(random_num, decimals=2)

This snippet generates 4 random numbers and round it off upto 2 decimal places.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SubhashishCodes

79799873

Date: 2025-10-26 06:48:48
Score: 1.5
Natty:
Report link

You might want to check with your proxy provider and ask for detailed usage logs — they usually record the client IPs.

For example, KindProxy logs connection IPs, which can help you verify that only your own servers are being used.

If you see IPs that aren’t from your AWS EC2 instances, it may indicate that your account credentials have been compromised.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: user12644206

79799867

Date: 2025-10-26 06:39:46
Score: 0.5
Natty:
Report link

Set the Python path inside Apache’s WSGI configuration, e.g.:

WSGIPythonPath /Users/<MY_NAME_>/PATH_TO/py3

or in your <VirtualHost>:

WSGIApplicationGroup %{GLOBAL}
WSGIDaemonProcess myapp python-path=/Users/<MY_NAME_>/PATH_TO/py3
WSGIProcessGroup myapp
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Swati

79799858

Date: 2025-10-26 06:14:41
Score: 1.5
Natty:
Report link

This is not a valid c code. in c you pass paramaters as value, not reference.

equivalent of this is

void row_del(int ***a, int *row, int col, int k);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: some_help

79799853

Date: 2025-10-26 05:57:37
Score: 2.5
Natty:
Report link

Introduced in PowerShell 7.4:

Start-Process -Environment @{ foo = ‘bar’ } app

https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-process?view=powershell-7.4#example-9-overriding-an-environment-variable-for-a-process

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user14325327

79799850

Date: 2025-10-26 05:55:37
Score: 3.5
Natty:
Report link

you may check it... works for me

https://tenancyforlaravel.com/docs/v3/integrations/livewire

Reasons:
  • Whitelisted phrase (-1): works for me
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Marcio de Medeiros

79799846

Date: 2025-10-26 05:45:35
Score: 1.5
Natty:
Report link

import pandas as pd # ファイル名 file_name = "20251026142556231_入出庫明細.csv" # データの読み込み(日付列を日付型として読み込む) df = pd.read_csv(file_name, parse_dates=['日付']) # 処理対象期間の設定 start_date = pd.to_datetime('2025-10-01') end_date = pd.to_datetime('2025-10-25') # フィルタリング # 1. 入出庫区分が「出庫」 df_out = df[df['入出庫区分'] == '出庫'].copy() # 2. 日付が10/01から10/25の範囲 df_filtered = df_out[(df_out['日付'] >= start_date) & (df_out['日付'] <= end_date)].copy() # '出庫数'列が欠損値の場合は0として扱う df_filtered['出庫数'] = df_filtered['出庫数'].fillna(0) # 集計: 商品コード、商品名、ロケーションごとの出庫数合計 df_grouped = df_filtered.groupby(['商品コード', '商品名', 'ロケーション'], dropna=False)['出庫数'].sum().reset_index() # 列名の変更 df_grouped.rename(columns={'出庫数': '合計出荷数'}, inplace=True) # 出荷数が多い順にソート (全件を対象) df_sorted = df_grouped.sort_values(by='合計出荷数', ascending=False) # 必要な列の選択 df_result = df_sorted[['商品コード', '商品名', 'ロケーション', '合計出荷数']] # 結果をExcelファイルに出力 output_file = "出荷量順_全商品集計_1001_1025.xlsx" df_result.to_excel(output_file, index=False, sheet_name='全商品') print(f"処理が完了しました。結果は '{output_file}' に保存されました。")

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: 重盛健太郎

79799845

Date: 2025-10-26 05:37:33
Score: 0.5
Natty:
Report link

Here’s a working example that uses authentication directly in the proxy URL:

import requests
import json

username = "account"
password = "password"

proxies = {
    "http": f"http://{username}:{password}@gw.kindproxy.com:12000",
    "https": f"http://{username}:{password}@gw.kindproxy.com:12000",
}

def fetch(url):
    r = requests.get(url, proxies=proxies, timeout=30)
    try:
        data = r.json()
        print(json.dumps(data, indent=4))
    except Exception:
        print(r.text)

fetch("http://ipinfo.io")

This format works for both HTTP and SOCKS5 proxies (just change the protocol if needed).
It’s simple and doesn’t require extra authentication objects.

For more practical examples — including Python, Node.js, and curl — see:
kindproxy dot com / faq / code-examples

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user12644206

79799841

Date: 2025-10-26 05:08:27
Score: 3
Natty:
Report link

Are you using any automation to start the tab recording? As streamId is only generated when there is a User interaction.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: yaman jain

79799839

Date: 2025-10-26 04:54:24
Score: 0.5
Natty:
Report link

Nodejs architecture

TL;DR: https://github.com/nodejs/node/

I would say there are 3 main components in the concept:

  1. V8 Engine

  2. libuv

  3. nodejs core (I named it as orchestrator)

When you running cmd like: node index.js what happens?

First, how do you use node command? There is a daemon server (server run in background) provide CLI right - this is node daemon server.

Node run StartExecution entry and doing stuff:

  1. Nodejs start V8 sandbox with a Just In Time (JIT) Compiler - incharge of compile js code to machine code based on ECMAScript and WebAssembly standard.

  2. Node start internal binding - wrap external dependecies call to C libraries like file system, stream, ... to Node API like node:fs, node:stream, ...

  3. Node start libuv event loop (THIS IS WHAT YOU USALLY HEARD) to manage asynchronous tasks. We need to pay attention to:

    1. Worker Thread Pool

    2. Callback Queue

Okay, finish the startup, now the entry file is index.js, node will say: "Hey V8, please run this JS code"

V8 compile JIT and run code line by line, if it s just native JS code like: const a = 1 + 2 will be execute directly and for function call like function sum() {} it wil put into call stack to execute.

For async tasks (micro tasks, macro tasks) like: Promise, timers, ... Now is the heart of nodejs where the game start.

When you try to run something like: fs.readFile('./file.pdf', 'utf-8', (content) => {...});

Remember when I said Node do internal binding , node delegate the call to external deps of C library AND managed by Async Tasks Manager of Libuv.

  1. At the Nodejs API level, it verifies parameters like path, Encoding, ... data types, and now it call to the binding of nodejs core API, it register to the QUEUE:

    1. the task

    2. the callback

  2. Worker Thread from libuv pickup the task, execute the call using C library, locking the thread resource if it is I/O task, if OS task, it handover to OS Async

  3. When task finished, it put the result into the CALLBACK QUEUE

  4. The libuv Event Loop see that we have the result, let s trigger the callback above, this callback is actually a C pointer reference to the callback in JS code that we registered.

At the end, the JS code have no code to execute anymore, UV Loop Empty, no tasks left, so nodejs will start ending the running process and emit the signal to system to stop this.

Reasons:
  • Blacklisted phrase (1): how do you
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Justin Dang

79799825

Date: 2025-10-26 03:40:09
Score: 2.5
Natty:
Report link

WSL doesn't expose /dev/dri. it only expose /dev/dxg which is d3d12. traditional vulkan drivers looks for GPU hardware(/dev/dri) and so that reason why it fall back to llvmpipe. you can try mesa d3d12 from source. which may help you.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: thirumurugan

79799820

Date: 2025-10-26 03:25:06
Score: 3.5
Natty:
Report link

Perfect its working, thak you for the hint

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vijayaragavan Ramachari

79799819

Date: 2025-10-26 02:58:00
Score: 1.5
Natty:
Report link
  1. Add import "dotenv/config"; to prisma.config.ts, I hope this helps:)
Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: WAZINGWA MUGALA

79799801

Date: 2025-10-26 00:46:35
Score: 0.5
Natty:
Report link

Action: file_editor view /app/backend/server.py

Observation: /app/backend/server.py:

1|from fastapi import FastAPI, APIRouter

2|from dotenv import load_dotenv

3|from starlette.middleware.cors import CORSMiddleware

4|from motor.motor_asyncio import AsyncIOMotorClient

5|import os

6|import logging

7|from pathlib import Path

8|from pydantic import BaseModel, Field, ConfigDict

9|from typing import List

10|import uuid

11|from datetime import datetime, timezone

12|

13|

14|ROOT_DIR = Path(_file_).parent

15|load_dotenv(ROOT_DIR / '.env')

16|

17|# MongoDB connection

18|mongo_url = os.environ['MONGO_URL']

19|client = AsyncIOMotorClient(mongo_url)

20|db = client[os.environ['DB_NAME']]

21|

22|# Create the main app without a prefix

23|app = FastAPI()

24|

25|# Create a router with the /api prefix

26|api_router = APIRouter(prefix="/api")

27|

28|

29|# Define Models

30|class StatusCheck(BaseModel):

31| model_config = ConfigDict(extra="ignore") # Ignore MongoDB's _id field

32|

33| id: str = Field(default_factory=lambda: str(uuid.uuid4()))

34| client_name: str

35| timestamp: datetime = Field(default_factory=lambda: datetime.now(timezone.utc))

36|

37|class StatusCheckCreate(BaseModel):

38| client_name: str

39|

40|# Add your routes to the router instead of directly to app

41|@api_router.get("/")

42|async def root():

43| return {"message": "Hello World"}

44|

45|@api_router.post("/status", response_model=StatusCheck)

46|async def create_status_check(input: StatusCheckCreate):

47| status_dict = input.model_dump()

48| status_obj = StatusCheck(**status_dict)

49|

50| # Convert to dict and serialize datetime to ISO string for MongoDB

51| doc = status_obj.model_dump()

52| doc['timestamp'] = doc['timestamp'].isoformat()

53|

54| _ = await db.status_checks.insert_one(doc)

55| return status_obj

56|

57|@api_router.get("/status", response_model=List[StatusCheck])

58|async def get_status_checks():

59| # Exclude MongoDB's _id field from the query results

60| status_checks = await db.status_checks.find({}, {"_id": 0}).to_list(1000)

61|

62| # Convert ISO string timestamps back to datetime objects

63| for check in status_checks:

64| if isinstance(check['timestamp'], str):

65| check['timestamp'] = datetime.fromisoformat(check['timestamp'])

66|

67| return status_checks

68|

69|# Include the router in the main app

70|app.include_router(api_router)

71|

72|app.add_middleware(

73| CORSMiddleware,

74| allow_credentials=True,

75| allow_origins=os.environ.get('CORS_ORIGINS', '*').split(','),

76| allow_methods=["*"],

77| allow_headers=["*"],

78|)

79|

80|# Configure logging

81|logging.basicConfig(

82| level=logging.INFO,

83| format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'

84|)

85|logger = logging.getLogger(_name_)

86|

Action: file_editor view /app/backend/server.py

Observation: /app/backend/server.py:

1|from fastapi import FastAPI, APIRouter

2|from dotenv import load_dotenv

3|from starlette.middleware.cors import CORSMiddleware

4|from motor.motor_asyncio import AsyncIOMotorClient

5|import os

6|import logging

7|from pathlib import Path

8|from pydantic import BaseModel, Field, ConfigDict

9|from typing import List

10|import uuid

11|from datetime import datetime, timezone

12|

13|

14|ROOT_DIR = Path(_file_).parent

15|load_dotenv(ROOT_DIR / '.env')

16|

17|# MongoDB connection

18|mongo_url = os.environ['MONGO_URL']

19|client = AsyncIOMotorClient(mongo_url)

20|db = client[os.environ['DB_NAME']]

21|

22|# Create the main app without a prefix

23|app = FastAPI()

24|

25|# Create a router with the /api prefix

26|api_router = APIRouter(prefix="/api")

27|

28|

29|# Define Models

30|class StatusCheck(BaseModel):

31| model_config = ConfigDict(extra="ignore") # Ignore MongoDB's _id field

32|

33| id: str = Field(default_factory=lambda: str(uuid.uuid4()))

34| client_name: str

35| timestamp: datetime = Field(default_factory=lambda: datetime.now(timezone.utc))

36|

37|class StatusCheckCreate(BaseModel):

38| client_name: str

39|

40|# Add your routes to the router instead of directly to app

41|@api_router.get("/")

42|async def root():

43| return {"message": "Hello World"}

44|

45|@api_router.post("/status", response_model=StatusCheck)

46|async def create_status_check(input: StatusCheckCreate):

47| status_dict = input.model_dump()

48| status_obj = StatusCheck(**status_dict)

49|

50| # Convert to dict and serialize datetime to ISO string for MongoDB

51| doc = status_obj.model_dump()

52| doc['timestamp'] = doc['timestamp'].isoformat()

53|

54| _ = await db.status_checks.insert_one(doc)

55| return status_obj

56|

57|@api_router.get("/status", response_model=List[StatusCheck])

58|async def get_status_checks():

59| # Exclude MongoDB's _id field from the query results

60| status_checks = await db.status_checks.find({}, {"_id": 0}).to_list(1000)

61|

62| # Convert ISO string timestamps back to datetime objects

63| for check in status_checks:

64| if isinstance(check['timestamp'], str):

65| check['timestamp'] = datetime.fromisoformat(check['timestamp'])

66|

67| return status_checks

68|

69|# Include the router in the main app

70|app.include_router(api_router)

71|

72|app.add_middleware(

73| CORSMiddleware,

74| allow_credentials=True,

75| allow_origins=os.environ.get('CORS_ORIGINS', '*').split(','),

76| allow_methods=["*"],

77| allow_headers=["*"],

78|)

79|

80|# Configure logging

81|logging.basicConfig(

82| level=logging.INFO,

83| format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'

84|)

85|logger = logging.getLogger(_name_)

86|

87|@app.on_event("shutdown")

88|async def shutdown_db_client():

89| client.close()

87|@app.on_event("shutdown")

88|async def shutdown_db_client():

89| client.close()

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lucas Ugarte

79799797

Date: 2025-10-26 00:23:31
Score: 9
Natty: 7.5
Report link

I'm having the same exact issue. Any solution?

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bright Olaleye