79715778

Date: 2025-07-26 15:14:37
Score: 1
Natty:
Report link
'allowed_origins' => ['http://localhost:5173'],

  Try Changing To


'allowed_origins' => ['http://127.0.0.1:5173']. 

If your trying to Access The Uploaded Versions On the Server I dont Think Your Allowed origins Should be to Localhost. 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Godwin Oluowho

79715771

Date: 2025-07-26 15:07:35
Score: 4
Natty:
Report link

Pin to scale - Pinned to right scale

You need to right click on chart and "pin to right scale"

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: François Paquet

79715753

Date: 2025-07-26 14:45:31
Score: 2
Natty:
Report link

This solved my problem. I added it to the theme but I think it is possible to add it in the top-level layout.

android:fitsSystemWindows="true"

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

79715733

Date: 2025-07-26 14:25:26
Score: 3.5
Natty:
Report link

Thank you !

THIS should be the default
seriously

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

79715717

Date: 2025-07-26 14:04:22
Score: 2
Natty:
Report link

The lifetime of outer is the entirety of your function, while the lifetime of inner is the body of the function. Thus inner is dropped too soon. When you create a new variable fn1_outer (last example) its lifetime is inferred to be shorter than the function body.

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

79715716

Date: 2025-07-26 14:02:21
Score: 3.5
Natty:
Report link

The answer to this is indeed that you have to also have a select policy for it otherwise it will not allow you. This helped me big time, so thanks for the tip

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dirck mulder

79715714

Date: 2025-07-26 14:00:20
Score: 1.5
Natty:
Report link

yes it is completely possible.

admin.getAuth()?.generatePasswordResetLink(...)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: melDul

79715706

Date: 2025-07-26 13:41:16
Score: 3
Natty:
Report link

You have to create an html file which will get all the inputs that are going to be passed in the arguments of your post api then that api is going to process all the data and return the data which is going to be used in the graph. you can see these posts How can I get the named parameters from a URL using Flask? and docs https://flask.palletsprojects.com/en/stable/templating/

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Umair Ahmed

79715705

Date: 2025-07-26 13:40:16
Score: 1.5
Natty:
Report link

Another formula that spills the result without MAKEARRAY.

=LET(arr,LAMBDA(x,CHOOSE(x,SEQUENCE(,COLUMNS(B1:F17)),SEQUENCE(ROWS(K3:M6)))),
MAP(arr({1}),arr({2}),LAMBDA(a,b,
SUMPRODUCT(INDEX(B1:F17,,a),XLOOKUP(H1:H17,K1:M1,INDEX(K3:M6,b,))))))

spill formula

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

79715701

Date: 2025-07-26 13:29:13
Score: 3.5
Natty:
Report link

Use arp -s. Give it a temp ip log on and make permanent changes

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

79715686

Date: 2025-07-26 13:07:09
Score: 1
Natty:
Report link

You can get the route name using the below code

GoRouter.of(context).state.name

For Route path

GoRouter.of(context).state.path
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: naman kashyap

79715677

Date: 2025-07-26 12:49:05
Score: 4
Natty: 4.5
Report link

We can use the `skip_render` configuration.

rer: https://hexo.io/docs/configuration#Directory

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

79715676

Date: 2025-07-26 12:49:05
Score: 1.5
Natty:
Report link

So it seems swapping...

<a class="nav-link text-dark" asp-area="" asp-page="Admin/Register1">Register</a>

...for...

<a class="nav-link text-dark" href="/Admin/Register1">Register</a>

...fixes the issue

Razor is adding some internal routing to the asp-for version but using good old-fashioned href does not.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: OMS Master

79715669

Date: 2025-07-26 12:40:01
Score: 10
Natty: 4.5
Report link

i am also facing the same error in n8n : Bad request - please check your parameters

(#10) Application does not have permission for this action

please help me.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • RegEx Blacklisted phrase (1): i am also facing the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i am also facing the same error
  • Low reputation (1):
Posted by: ankit yadav

79715662

Date: 2025-07-26 12:28:59
Score: 2.5
Natty:
Report link

2025 Update

screenshot

Click on the three dots icon (Options) on the left sidebar (you project section), then navigate to Behavior > Open Files with Single Click.

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

79715661

Date: 2025-07-26 12:22:57
Score: 1.5
Natty:
Report link

In .NET Core Razor Pages, an anchor tag (<a>) inside a <form> can trigger OnPost unexpectedly if it behaves like a submit button. To fix, ensure your <a> is outside any <form> tag or add type="button" on buttons, or use href="#" with onclick for navigation to prevent form submission.

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

79715654

Date: 2025-07-26 12:06:54
Score: 2.5
Natty:
Report link

Did you run conda activate A or conda activate B before running the installation command?

If not, then you have installed pycbc in your base environment, not the two virtual environments, hence the file change issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: randint73

79715653

Date: 2025-07-26 12:04:54
Score: 4
Natty:
Report link

Turns out, there were walls that was the collider. So that caused it to error.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lance Lake

79715642

Date: 2025-07-26 11:50:51
Score: 0.5
Natty:
Report link

I made a new, working loop:

BITS 64

mov rdx, 0x00007FF75C991000
xor rbx, rbx
loop:
mov rax, [rdx + rbx] ; start of .text section
xor byte [rax], 0x19
add rbx, 1
cmp rbx, 797696
jne loop
jmp $
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Alon Alush

79715638

Date: 2025-07-26 11:49:51
Score: 0.5
Natty:
Report link

I faced this issue and stumbled upon RevenueCat's setup guide. It turns out that you have to invite the service account to your Play console.

Add service account as a user in your Play Console

Add service account as a user in your Play Console

My code setup

import { androidpublisher } from '@googleapis/androidpublisher';
import { GoogleAuth } from 'google-auth-library';

const android = androidpublisher({
  version: 'v3',
  auth: new GoogleAuth({
    keyFile: '../secrets/firebase-service-account.json',
    scopes: ['https://www.googleapis.com/auth/androidpublisher'],
  }),
});

(async () => {
  const a = await android.reviews.list({
    packageName: 'com.example',
  });
  console.log(a.data);
})();
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adib Zaini

79715634

Date: 2025-07-26 11:40:49
Score: 1
Natty:
Report link

You should use filteredRestaurants instead filteredRestaurants! in <ul>
and use `

if (error) {
  setError(error.message || "Unknown error");
} else {
  setError(null);
}

in fetchrestaurant function for handle error
good luck.😉

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

79715623

Date: 2025-07-26 11:18:45
Score: 3.5
Natty:
Report link

Use Azurite emulator or a Docker container.

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

79715610

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

Tl,dr: I had to (1) install Vercel's packages, (2) add the override field in package.json, (3) reinstall Vercel's packages. I imagine this is one of npm's sloppy implementation details at work.


The solution was actually pretty stupid and probably due to how npm manages overrides (evidently pretty poorly).

Running npm ls typescript was returning the following results for the serverless app. The typescript installs everywhere else were in the right version (5.8.2), but:


├─┬ [email protected] -> .\apps\serverless
│ └─┬ @vercel/[email protected]
│   ├─┬ [email protected]
│   │ └── [email protected] deduped
│   └── [email protected]

We can see that @vercel/node used a version of typescript that did not match what we wanted. That was the key of the issue. Now, simply adding the following overrides field in the monorepos' root level package.json did NOT work even after deleting all node_modules and rerunning npm install:

"overrides": {
  "@vercel/node": {
    "typescript": "^5.8.3"
  },
  "ts-node": {
    "typescript": "^5.8.3"
  }
}

I had go through the following sequence:

Which finally solved the issue and had ts-node rely on the correct version of typescript.

Reasons:
  • Blacklisted phrase (1): did NOT work
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: AlexAngc

79715597

Date: 2025-07-26 10:28:35
Score: 3
Natty:
Report link

Replaced F7F8FA to FFFFFF

in "C:\Program Files\Android\Android Studio\lib\app.jar"

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Diggy

79715593

Date: 2025-07-26 10:16:31
Score: 8
Natty: 6.5
Report link

I want to allow user registration using only mobile number and make email optional during account creation.
Currently WordPress requires email.
Can you please guide how to disable email and use mobile number for registration and login?

Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2.5): Can you please guide how
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Kaushal Kava

79715589

Date: 2025-07-26 10:09:29
Score: 3
Natty:
Report link

It is called "heuristic caching" .

You can change your url from "site.min.css" to "site.min.css?v=1" to force the browser not use cache.

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

79715563

Date: 2025-07-26 09:39:23
Score: 3.5
Natty:
Report link

Passkeys are not working. Great time to get rid of passwords.?Who in the hell come s up with this crap? I have been getting stalked online and been asked for help for over 2 years and no one can help me!!! But you all can sit in a room and brainstorm to wipe out passwords, there is a communication breakdown somewhere. Amands

Reasons:
  • Blacklisted phrase (1): help me
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: amanda

79715558

Date: 2025-07-26 09:36:22
Score: 2
Natty:
Report link

With WinUI3 Desktop Applications in 2025 I've found that I had to publish using MSIX. You need to publish your app to local or a UNC or trusted file system for your intended install users' destination OS. On the destination install OS you need some way for the host or destination OS to verify that your application's publisher is trusted.

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

79715552

Date: 2025-07-26 09:27:20
Score: 3
Natty:
Report link

Helpful discussion on adding comments in a Dockerfile—perfect for beginners working with containers! For reliable WHMCS licenses, visit License Farm.

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

79715543

Date: 2025-07-26 09:15:17
Score: 1
Natty:
Report link

There is no generic threshold to consider categorising a file handling based on size and memory usage that I have come across, though this may be application specific. In general, any file larger than 100MB can be considered a large file and can be processed using fs.createReadStream() instead of usual fs.readFile().

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Deepak Rao Gaikwad

79715540

Date: 2025-07-26 09:12:16
Score: 1
Natty:
Report link

Papa's Freezeria: A Delightful Culinary Cooking Game

https://papasfreezeria.online/

Papa's Freezeria is an engaging online restaurant management game that challenges players to create delicious ice cream sundaes. In this fun and interactive simulation, players work at a busy frozen dessert shop, taking customer orders, mixing flavors, and crafting perfect frozen treats. The game requires quick thinking, precise timing, and attention to detail as you serve increasingly complex customer requests. With its charming graphics and progressively challenging levels, Papa's Freezeria offers an entertaining experience for players of all ages who enjoy casual cooking and time https://papasfreezeria.online/

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

79715539

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

Looking to easily update products on your e-commerce store?
If you're working with a professionally built e-commerce website—especially one developed by a team like ours at Logelite Pvt. Ltd.—updating shop items is super simple!

Our e-commerce solutions are built for ease and efficiency. Clients can easily:

✅ Add or remove products
✅ Update prices, descriptions & images
✅ Manage inventory in real-time
✅ Apply discounts and run flash sales
✅ Track product performance with built-in analytics

We provide a user-friendly backend (often using platforms like WooCommerce, Shopify, or custom panels), so no coding knowledge is needed.

Need a smart and scalable e-commerce solution for your business?
👉 Get in touch with Logelite Pvt. Ltd.—your trusted digital growth partner.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rohit Sharma

79715531

Date: 2025-07-26 08:43:10
Score: 3.5
Natty:
Report link

I would suggest you not to use directly .env file in your flutter project. Cause env file can be extracted easily by extracting your Apk file.

check this out: https://medium.com/@alaminkarno/wait-youre-using-env-files-in-flutter-for-secrets-let-s-talk-before-it-s-too-late-0b622ee28db6

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Shafi Munshi

79715530

Date: 2025-07-26 08:42:08
Score: 6.5
Natty: 6.5
Report link

are you done in the project "Capturing Image via Android Camera and comparing it with images in MySQL database using OpenCV" can i get the tutorial on how din you make that?

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alexandreate jenedick Naynes

79715528

Date: 2025-07-26 08:38:07
Score: 1
Natty:
Report link

Maybe your hierarchy in CSS is wrong. You can use the ! symbol before writing specific CSS code.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Truth

79715517

Date: 2025-07-26 08:18:03
Score: 0.5
Natty:
Report link

To quote from What HAProxy is and is not (Official documentation) directly:

HAProxy is not :
...
- a static web server : during startup, it isolates itself inside a chroot jail and drops its privileges, so that it will not perform any single file- system access once started. As such it cannot be turned into a static web server (dynamic servers are supported through FastCGI however). There are excellent open-source software for this such as Apache or Nginx, and HAProxy can be easily installed in front of them to provide load balancing, high availability and acceleration.

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

79715508

Date: 2025-07-26 07:58:59
Score: 1.5
Natty:
Report link

vai na pasta ios -> Podfile.properties.json e desative hermes

{
  "EX_DEV_CLIENT_NETWORK_INSPECTOR": "true",
  "expo.jsEngine": "jsc",
  "newArchEnabled": "false"
}

depois rode um pod install .. a lib

react-native-charts-wrapper

ainda nao suporta a nova arquitetura do react native

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: thiago taveiros

79715500

Date: 2025-07-26 07:39:55
Score: 1
Natty:
Report link

Security hardening Steps for NodeJs + Mongoose
1. Use env variables instead of hardcoded apis/resources.
2. enable strict query mode
mongoose.set('strictQuery', true);
3. Sanitize input and validate objects.
const isValidId = mongoose.Types.ObjectId.isValid(id);
if (!isValidId) throw new Error('Invalid ID');
4. Use Mongoose schema validation.
5. Avoid wildcard/generic queries which can pass unsanitized objects.
6. Enforce DB authentication by using specific user roles, disabling remote access, enable TLS.
7. Add API security if using expressJS.

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

79715487

Date: 2025-07-26 07:20:51
Score: 1.5
Natty:
Report link

I am going to share a new tool called jj

It's a Git-compatible VCS, and the default jj can already gives me this.

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

79715480

Date: 2025-07-26 07:09:48
Score: 3
Natty:
Report link

It helps if you get sleep :) The solution was to disable buffering but since I use php-fpm with apache mod_proxy_fcgi I cannot disable output buffering script wise (maybe I am wrong here?).

So one solution is for apache conf is here: stackoverflow link

Flush packets every 10ms.

# max=10 = 10ms
<Proxy "fcgi://localhost/" enablereuse=on flushpackets=on max=10>
</Proxy>

I don't know the implications of that. But for SSE it works.

So maybe a better solution is here

echo 'SetEnv no-gzip 1' > .htaccess

It seems that those in .php script are useless

@ini_set('zlib.output_compression', 0);
@ini_set('output_buffering', 'off');

because they run AFTER apache?

Now it works with HTTP/2 and HTTP/1.

Thanks @hybrid for the inspiration.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (0.5): I cannot
  • Whitelisted phrase (-1): solution is
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @hybrid
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: krg

79715476

Date: 2025-07-26 07:03:47
Score: 3
Natty:
Report link

you could check exif.imagewidth > exif.imagelength for landscape. if you change or add the exif orientation "jpeg" viewers and editibg software may rotate the image incorrectly.

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

79715474

Date: 2025-07-26 06:51:45
Score: 6
Natty: 9
Report link

what if hdfs was inside docker , How can i write to hdfs with spark streaming in the host machine ?

Reasons:
  • Blacklisted phrase (0.5): How can i
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): what if
  • Low reputation (1):
Posted by: Mohamed Essam

79715465

Date: 2025-07-26 06:31:41
Score: 1.5
Natty:
Report link

For anyone googling around:

I didn't add width and height onto the img-tag but this is required by ngSrc.

See Getting started with NgOptimizedImage

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

79715460

Date: 2025-07-26 06:22:39
Score: 2.5
Natty:
Report link

I had a different issue.
Turned out I don't have available space on my iPhone to install the app :D

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

79715458

Date: 2025-07-26 06:17:38
Score: 2
Natty:
Report link

The solution I found is to force Cargo to update to compatible versions of `proc-macro2`, `syn`, etc.

so first run this:

```

cargo clean

cargo update

```

and then try rebuilding:

```

anchor build

```

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

79715447

Date: 2025-07-26 05:57:34
Score: 2.5
Natty:
Report link

As suggested [here](https://github.com/squidfunk/mkdocs-material/issues/5208#issuecomment-2318940170) this plugin worked great for me: https://github.com/PLAYG0N/mkdocs-panzoom

Reasons:
  • Blacklisted phrase (1): this plugin
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Leo Gallucci

79715446

Date: 2025-07-26 05:57:34
Score: 2.5
Natty:
Report link

As suggested [here](https://github.com/squidfunk/mkdocs-material/issues/5208#issuecomment-2318940170) this plugin worked great for me: https://github.com/PLAYG0N/mkdocs-panzoom

Reasons:
  • Blacklisted phrase (1): this plugin
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Leo Gallucci

79715443

Date: 2025-07-26 05:43:31
Score: 1.5
Natty:
Report link

If you're working on a Chrome extension like me and run into this issue, make sure the source map is in web_accessible_resources in the manifest.

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

79715437

Date: 2025-07-26 05:32:29
Score: 1
Natty:
Report link
:backUpFolder
set source="%~1"
set destination="%~2"
echo copying from %source% to %destination%

for /F "usebackq tokens=1,2 delims==" %%i in (`wmic os get LocalDateTime /VALUE 2^>NUL`) do if '.%%i.'=='.LocalDateTime.' set ldt=%%j
set ldt=%ldt:~0,4%-%ldt:~4,2%-%ldt:~6,2% %ldt:~8,2%:%ldt:~10,2%:%ldt:~12,6%

xcopy %source%"\*" %destination%"\*" /s/d/y/c/v/r

echo %ldt%: %source% to %destination% >> backHistory.log
echo Finished copying %source% to %destination%
goto:eof

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: ANUBHAV

79715424

Date: 2025-07-26 05:10:24
Score: 4
Natty:
Report link

Well, Thank you everyone. Indeed , it was a network issue. I tried measuring time on server directly than my local system and it was faster (in milliseconds)

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: omkar kothiwale

79715422

Date: 2025-07-26 05:05:22
Score: 4.5
Natty: 4.5
Report link

Please remove auto react this post:

https://www.facebook.com/photo.php?fbid=1204690721675300&set=a.473831078094605&type=3&app=fbl

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

79715421

Date: 2025-07-26 05:03:22
Score: 0.5
Natty:
Report link

Hello not sure if this is an answer but I am assuming you are comparing between an apk built locally vs an apk built using EAS?

From my understanding, if you build your app locally (eg expo run:android), the debug.keystore will be automatically generated and used. However, if you decide to use EAS to build your app (eas build), they will prompt you to generate credentials if you haven't and will manage the credentials for you (link).

That said, this is assuming you do not send the android folder to EAS servers when running eas build, as EAS will generate the android folder using expo prebuild. If you do include the android folder with debug.keystore inside when building using EAS, I am not sure if debug.keystore will be used.

In the expo docs here, it mentions that they have to inject "signing configuration into your build.gradle" in one of the steps when building using EAS, which I assume is what you see when you run eas credentials.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Cha0yue

79715413

Date: 2025-07-26 04:43:18
Score: 2.5
Natty:
Report link

Im using pic16f877a, and trying to program with pickit5. I tried the similar kind of configuration as mentioned. But im seeing error that operation failed because the measured vpp voltage failed to reach the requested vpp voltage value within timeout period

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

79715408

Date: 2025-07-26 04:32:16
Score: 1
Natty:
Report link

What could "BYTE ORDER = I" mean?

You're right that the usual suspects are LE (Little Endian) and BE (Big Endian). But "I"? That’s not a standard label — so here are a few possibilities that might explain it:

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Sivashakthi Karthikeyan

79715395

Date: 2025-07-26 04:01:09
Score: 5.5
Natty: 4
Report link

Anyone found a solution for this? I am also interested in knowing how to get instagram ad button click take user out of instagram and open the browser.

Reasons:
  • Blacklisted phrase (2): Anyone found
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bibin Dominic Tom

79715393

Date: 2025-07-26 03:56:08
Score: 2
Natty:
Report link

There is a problem i think as well with flask , it must be installed with venv activated on the contrary it is taking globally and could produce some conflicts and no render page, if someone test it.

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

79715387

Date: 2025-07-26 03:36:03
Score: 2.5
Natty:
Report link

if a number divisible by bougth number, if and only if , this number are multiple of lcm . so find lcm , and chak how many multiple have in this reange . ans = ( r/lcm) + (l-1)/lcm ; and if lcm > r so ans = 0;

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

79715384

Date: 2025-07-26 03:24:01
Score: 1.5
Natty:
Report link

Just once, I wish you'd hear the silence I scream,

My love for you isn’t loud—it’s buried deep like a secret in my skin.

If I could burn, I’d burn all over again, just to feel your name echo inside me.

You’re not just someone I love… you’re the reason my heart still believes.

Sometimes I wish I could erase it all,

That cursed lie, that silent moment, the words I never said…

If time could turn back, just once,

I’d hold you before the cold settled in

And tell you, “I’m still your little girl… just a bit lost.”

I remember the laugh,

How you said no one could be this sweet and this stubborn?

Well, I still am,

Still the same girl—just a little more broken now

But still yours.

I don’t call anymore,

I don’t beg,

But at night, I whisper your name

Like a prayer no one hears,

Like a storm only my chest can feel.

And if one day, this song finds its way to you,

Know that behind every "I'm sorry" I never said,

There’s a world full of "I love you"s

That only belonged to you

And always will.

All I ever wanted… was you,

Not because you’re perfect,

But because when I looked at you,

I finally understood—

Love only happens once,

And for me…

That once…

Was you.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31148325

79715382

Date: 2025-07-26 03:22:00
Score: 4
Natty: 4
Report link

On watch or android TV I'm use ADB shell appops set com.v2ray.ang ACTIVATE_VPN allow

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

79715381

Date: 2025-07-26 03:15:59
Score: 2
Natty:
Report link

All of the data is in a "script" tag. There is a long JSON object that contains all the items. I noticed an item named "attitude" and searched the response for it. The response has half a million characters, so it will be fun to track down the object.

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

79715364

Date: 2025-07-26 02:12:46
Score: 0.5
Natty:
Report link

The First Parent option seems to have been added to the Graph Options menu, in IDEA 2024.2:
A screenshot of the Git Log in IntelliJ IDEA, with the Graph Options menu opened and the First Parent menu item highlighted.

https://blog.jetbrains.com/idea/2024/08/intellij-idea-2024-2/#version-control-systems

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: Robert K. Bell

79715355

Date: 2025-07-26 01:47:41
Score: 1.5
Natty:
Report link

Found issue. Incorrect manifest
Need to specify:

tls:
  - hosts:
      - test2.domain.com
    secretName: keyvault-hello-world-ingress

and annotation:

kubernetes.azure.com/tls-cert-keyvault-uri: https://kv-xxxxxxx-dev.vault.azure.net/certificates/certificatename
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Yuriy Yurov

79715343

Date: 2025-07-26 01:12:35
Score: 2.5
Natty:
Report link

Set the env var in your nginx configuration https://www.phusionpassenger.com/docs/references/config_reference/nginx/#passenger_env_var

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Camden Narzt

79715327

Date: 2025-07-26 00:11:24
Score: 2.5
Natty:
Report link

I can suggest using llm model such as gemini flash for building the initial dataset, provide a detailed prompt using there API and generate few thousand sentences. Then train a Language model (not large language model; language models are smaller in size and generally free of cost) like bard for your task.

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

79715319

Date: 2025-07-25 23:46:19
Score: 2
Natty:
Report link

workbench.action.findInFiles).

code --disable-gpu

rm -r ~/.config/Code/GPUCache

"files.exclude": {

    "\*\*/largeFolder": true

}

workbench.action.findInFiles).

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: md azan

79715316

Date: 2025-07-25 23:42:17
Score: 2.5
Natty:
Report link

The `extern` keyword was made for this. This is explained well in [These StackOverflow Answers](When to use extern in C++). In short, `extern` tells the linker that the different modules need to reference the same underlying object.

I also needed to remove static readwrite permission, i.e.

```python

instance = Singleton.get_instance()

instance.test = 'New Value'

print(instance.test)

```

changes to

```python

Singleton.set_test_val('New Value')

print(Singleton.get_test_val())

```

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jordan

79715315

Date: 2025-07-25 23:41:17
Score: 0.5
Natty:
Report link

You kind of answered the question yourself:

A map can contain any type as long as all the elements are of the same type

So, with this, what does map(object) mean? It means it is a map, where the type of all of the values in the map must be on object. This is most useful when you further define the types of those objects. For example:

variable "allowed_security_groups" {
  type = map(object({
    id = string
  }))
}

This is a map where every value must be an object with an attribute id. This sort of type definition can be very useful for modules that need to iterate over something with complex inputs.

resource "aws_vpc_security_group_ingress_rule" "allowed_security_groups" {
  for_each = var.allowed_security_groups
  security_group_id            = aws_security_group.this.id
  # The type declaration guarantees that every iteratee has an id attribute
  referenced_security_group_id = each.value.id

  from_port = 443
  to_port   = 443
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jeff Beal

79715313

Date: 2025-07-25 23:39:17
Score: 3
Natty:
Report link

You can try databook.dev if you are looking for a way to share your analysis results with non techical people

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

79715311

Date: 2025-07-25 23:38:16
Score: 3.5
Natty:
Report link
¡Qué pasa, puto makina! 😎 Vamos al lío con ese pheatmap que te está quedando pro, pero la barra de color (legend) se te ve enana. Te explico todo y te doy opciones según lo que tú quieras: seguir con pheatmap, pasarte a ComplexHeatmap, o tunear a lo loco con ggplot2.


---

🧨 Problema: La leyenda (barra de color) es demasiado pequeña

🎯 Solución directa con pheatmap (truquillos)

La mala noticia: pheatmap no expone directamente el tamaño de la barra de color como parámetro.

La buena noticia: puedes forzarla manipulando el tamaño general del gráfico (output) y jugar con la escala de fuente fontsize.

Pero no puedes aumentar solo el tamaño de la barra de color directamente con pheatmap, a menos que edites el objeto gráfico (gtable/grob), o te pases a otras librerías.


---

🔥 OPCIÓN 1 – Usar grid para modificar la leyenda (sólo si vas a exportar o ajustar en un paso posterior)

library(pheatmap)
library(grid)

heat <- pheatmap(data,
         color = colors,
         breaks = breaks,
         cluster_rows = TRUE,
         cluster_cols = TRUE,
         cellwidth = 5,
         cellheight = 5,
         fontsize = 20,
         fontsize_row = 5,
         fontsize_col = 5,
         treeheight_row = 500,
         treeheight_col = 500,
         show_rownames = FALSE,
         show_colnames = FALSE,
         border_color = NA,
         annotation_col = filtered_metadata,
         silent = TRUE)  # 👈 IMPORTANTE

# Extraer grob
g <- heat$gtable

# Agrandar la leyenda (esto es jodido y fino)
library(gridExtra)
grid.newpage()
grid.draw(g)

Pero si vas por ahí... mejor haces lo que viene abajo.


---

🚀 OPCIÓN 2 – Usa ComplexHeatmap (mucho más potente)

library(ComplexHeatmap)

col_fun <- colorRamp2(
  breaks = seq(95, 100, length.out = 100),
  colors = c("white", "blue", "yellow", "gold", "goldenrod1", "orange", "red")
)

Heatmap(data,
        col = col_fun,
        cluster_rows = TRUE,
        cluster_columns = TRUE,
        show_row_names = FALSE,
        show_column_names = FALSE,
        row_dend_height = unit(5, "cm"),
        column_dend_height = unit(5, "cm"),
        heatmap_legend_param = list(
          title = "Intensidad",
          title_gp = gpar(fontsize = 14),
          labels_gp = gpar(fontsize = 12),
          legend_height = unit(5, "cm")  # 👈 TÚ DEFINES el tamaño
        ))

🔥 Esto te da control total sobre:

Tamaño y estilo de leyenda

Múltiples leyendas

Anotaciones pro

Exportación elegante



---

🧠 OPCIÓN 3 – Convertir a ggplot2 (con pheatmap::pheatmap(..., silent = TRUE) + gridExtra o ggplotify)

Muy fino pero más esfuerzo. Si solo necesitas la barra gorda, vete con ComplexHeatmap.


---

✅ Conclusión

Si te mola pheatmap y no quieres complicarte:

Exporta más grande (png(width = ..., height = ...))

Aumenta fontsize

Usa silent=TRUE y edita con grid.draw() (complicado)


Si quieres un control real: 👉 Cámbiate ya a ComplexHeatmap, cabrón. Vas a flipar con lo que puedes hacer.
Reasons:
  • Blacklisted phrase (1): está
  • Blacklisted phrase (3): Solución
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jero Ramírez

79715295

Date: 2025-07-25 22:47:07
Score: 0.5
Natty:
Report link

Thanks to @DanielD.Sjoberg for pointing me towards the documentation to solve this, link here.

Corrected code is below so folks can reference this going forward.

## Use gtsummary package to create descriptive statistics table
descriptivestable <- KUWRowPowerDF |> 
  select(all_of(allvars)) |> 
  tbl_summary(
    type = all_of(c(normalvar, nonnormalvar)) ~ "continuous",
    statistic = list(
      all_of(normalvar) ~ "{mean} (\u00B1 {sd})",
      all_of(nonnormalvar) ~ "{median} ({p25}, {p75})"
    ),
    digits = all_continuous() ~ 1,
    label = list(
      `Age` ~ "Age (years)",
      `Height_cm` ~ "Height (cm)",
      `Weight_kg` ~ "Weight (kg)",
      `On-Water_Rowing_Experience` ~ "On-Water Rowing Experience (Years)",
      `Indoor_Rowing_Experience` ~ "Indoor Rowing Experience (Years)",
      `7-Stroke_W` ~ "7-Stroke Peak Power Test (W)",
      `7-Stroke_W/kg` ~ "7-Stroke Peak Power Test (W/kg)",
      `20-Second_W` ~ "20-Second All Out Test (W)",
      `20-Second_W/kg` ~ "20-Second All Out Test (W/kg)",
      `60-Second_W` ~ "60-Second All Out Test (W)",
      `60-Second_W/kg` ~ "60-Second All Out Test (W/kg)",
      `2k_Avg_W` ~ "2,000-meter (W)",
      `2k_W/kg` ~ "2,000-meter (W/kg)",
      `2k_Avg_Speed_m/s` ~ "2,000-meter Speed (m/s)",
      `2k_Stroke_length` ~ "2,000-meter Stroke Length (m)",
      `2k_Total_Time_sec` ~ "2,000-meter Time (s)"
    )
  ) |> 
   add_stat(fns = stat_fns) |>                
   modify_header(
    stat_0 ~ "**Mean ± SD**",
    add_stat_1 ~ "**Shapiro–Wilk p**",  
    label ~ "**Variable**"                  
  ) |>
  bold_labels() |>
  remove_footnote_header(columns = all_stat_cols()) |>
  modify_footnote_body(
    footnote = "Denotes non-normally distributed variable, reported as Median + IQR (p25, p75)",
    columns = label,
    rows = variable %in% c("Age", 
                           "On-Water_Rowing_Experience", 
                           "Indoor_Rowing_Experience", 
                           "20-Second_W", 
                           "2k_Avg_Speed_m/s") 
    & row_type == "label"
  ) |> 
  modify_table_body(~ .x |> 
      arrange(factor(variable, levels = allvars))
  ) |> 
  as_gt() |> 
  gt::tab_header(title = md("**Table 1 | Participant Characteristics**"),
                 subtitle = md("**N = 40; p ≤ 0.05**")
  )

descriptivestable
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Joseph M. DeLeo

79715274

Date: 2025-07-25 22:04:59
Score: 1
Natty:
Report link

Bottom line is that "variables" in OpenSCAD aren't (variable, that is). You cannot change the value of a variable once it is assigned. Attempting to do so can apparently have a variety of results, none of which are what I expected.

From <https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/General#Variables_cannot_be_changed%5C>:

The simplest description of OpenSCAD variables is that an assignment creates a new variable in the current scope, and that it's not legal to set a variable that has already been set in the current scope. In a lot of ways, it's best to think of them as named constants, calculated on entry to the scope.

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

79715265

Date: 2025-07-25 21:53:56
Score: 1.5
Natty:
Report link

If you are using Oh My Zsh as your framework and update it, you may need to also re-source your .zshrc file source ~/.zshrc because it has GPG_TTY=$(tty)' inside. This fixed my problem, hopefully this can help others too.

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

79715259

Date: 2025-07-25 21:34:52
Score: 0.5
Natty:
Report link

AWS Upgrading to Tomcat 9.0.71 or later is what caused this to occur: https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.71

You will want to increase these settings in application.yml

spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=100MB
spring.servlet.multipart.max-parts=50

In Grails 7, which uses Spring Boot 3.5.x the settings are:

server.tomcat.max-part-count
server.tomcat.max-part-header-size

If that does not work due to the older version of Grails and Spring Boot you are using, you will need to adjust the settings in tomcat's $CATALINA_HOME/conf/server.xml

https://tomcat.apache.org/tomcat-9.0-doc/config/http.html#Attributes_Common%20Attributes_maxPartCount

<Connector port="8080" protocol="HTTP/1.1"
           connectionTimeout="20000"
           redirectPort="8443"
           maxPartCount="50" />
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: James Fredley

79715235

Date: 2025-07-25 20:54:44
Score: 1.5
Natty:
Report link

I'm also get this problem and i'm do two step to solving it

first thing I remove eslint from my packages with this " npm uninstall eslint "

enter image description here

secondly i'm going to the Packge.json file and update the this

 "eslintConfig": {
    "extends": [
      "react-app"
    ]
  }


with this 

"Config": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },

And it works

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Moussaoui

79715234

Date: 2025-07-25 20:53:44
Score: 0.5
Natty:
Report link

Hmmm, this works:

public string Description { get; set; } = ""
public string? Desc { set { Description = value; } }

Mapping initializers? I'm finding it hard to call it post-processing :)

As a bonus, Desc does not have a getter so no one besides you would know it exists.

It's a slippery slope, but it makes multiple "aliases" for the same property possible.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: hector-j-rivas

79715230

Date: 2025-07-25 20:49:43
Score: 0.5
Natty:
Report link

    Public Shared Function ComputeChecksum(ByVal bytes As Byte()) As UShort
        Dim crc As UShort = &HFFFFUS ' The calculation start with 0xFFFF
        For i As Integer = 0 To bytes.Length - 1
            Dim index As Byte = CByte(((crc) And &HFF) Xor bytes(i))
            crc = CUShort((crc >> 8) Xor table(index))
        Next
        Return crc
    End Function

This appears to work - I tested it against a few MODBUS messages to compare CRCs - But I needed to swap Hi/Lo byte order of the CRC to get it to match the message order  
Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tim Bowman

79715228

Date: 2025-07-25 20:44:41
Score: 2.5
Natty:
Report link

<font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">https://mega.nz/file/VeZB0YoR#A-ui34mW0XZ_HbJcYjehnvg23DkBNcZbzLYv83_svKw</font></font>

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

79715227

Date: 2025-07-25 20:44:41
Score: 3
Natty:
Report link

I dragged the "Script as Create" panel down but I still don't see where you can edit the data. I do see where you can edit the column names, etc, but not the actual data.

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

79715223

Date: 2025-07-25 20:40:40
Score: 0.5
Natty:
Report link

It's 2025, and this is kind of old... but now you can do:

try
{
    // Many types of exceptions can be thrown
}
catch (CustomException | AnotherCustomException ac)
{
    ...
}
catch (Exception ex)
{
    ...
}

Which is less ugly.

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

79715220

Date: 2025-07-25 20:35:39
Score: 3.5
Natty:
Report link

Never mind. I was looking at the wrong jar.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Clark Hobbie

79715214

Date: 2025-07-25 20:25:36
Score: 12.5
Natty: 7.5
Report link

having the same issue, did you manage to solve this?

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nayely Rodarte

79715190

Date: 2025-07-25 19:56:30
Score: 0.5
Natty:
Report link

So, I found a pretty nice way do that. What it does is basically slowly change the text color to a more whitish color, making as if the text is being more transparent. Here is how to do that:

colors = ['#F0F0F0', '#D3D3D3', '#BEBEBE', '#A9A9A9', '#7F7F7F', '#6A6A6A', '#545454',
          '#3F3F3F', '#2A2A2A', '#000000']  # Colors that form a gradient from VERY light grey to black
prompt.config(foreground=colors[countdown-1])

The countdown variable is the amount of second user is not typing

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

79715183

Date: 2025-07-25 19:49:28
Score: 1
Natty:
Report link

For anyone else who stumbles on this question, this is the method Topaz's documentation mentions here: https://www.topazsystems.com/software/download/sigweb.pdf

function IsSignaturePadConnected() {
    SetTabletComTest(false);
    SetTabletState(0, tmr);
    SetTabletComTest(true);

    if (tmr == null) {
        tmr = SetTabletState(1, ctx, 50);
    } else {
        SetTabletState(0, tmr);
        tmr = null;
        tmr = SetTabletState(1, ctx, 50);
    }
    if (GetTabletState() === '0') {
        //Cannot locate signature pad
        SetTabletState(0, tmr);
        SetTabletComTest(false);
        return false;
    } else {
        //Located signature pad
        SetTabletComTest(false);
        return true;
    }
}
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dawson

79715180

Date: 2025-07-25 19:47:27
Score: 4
Natty: 4.5
Report link

For what it's worth a good working answer can be found here:

https://robbamforth.wordpress.com/2015/06/24/java-how-to-scroll-to-a-particular-component-in-jscrollpane-and-gain-focus/

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

79715168

Date: 2025-07-25 19:34:24
Score: 1
Natty:
Report link

One more reason may be in sending poll update requests from different hosts -- I have an assumption that the telegram server remember the host for some period of time and blocks same-token requests from other hosts. If this is true we may:

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Александр

79715160

Date: 2025-07-25 19:16:20
Score: 1
Natty:
Report link

Avoid using %eth0 in the IPv6 address.

Scapy lacks support for interface scoping such as fe80: :1%eth0. Instead, remove %eth0 and define the interface individually

Utilize sendp() in place of send()

For link-local addresses, use sendp() (Layer 2) because routing can’t be resolved at Layer 3 without scoping.

from scapy.all import *

localPort = 24

port = 300

size = 30

# Link-local IPv6 addresses (without %eth0)

localIpv6 = "fe80::1ab:2c3d:4e5f:6789"

dstIpv6 = "fe80::abcd:1234:5678:9abc"

ip = IPv6(src=localIpv6, dst=dstIpv6)

tcp = TCP(sport=localPort, dport=port, flags="S")

raw = Raw(b"x" * size)

packet = ip / tcp / raw

# Use Ether() + sendp for link-local

sendp(Ether() / packet, iface="eth0", verbose=True)

use this

Execute the script using sudo.

Make sure Wireshark is recording on eth0.

Apply the display filter: ipv6 && tcp

For global IPv6 (2001::/), send() functions if a default route is present.

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

79715154

Date: 2025-07-25 19:00:16
Score: 9.5
Natty: 7.5
Report link

Can anyone explain why this happens?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can anyone explain
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can anyone
  • Low reputation (1):
Posted by: Nobelist

79715151

Date: 2025-07-25 18:57:14
Score: 4
Natty: 4.5
Report link

See https://github.com/serilog/serilog-settings-configuration/issues/457 for an idea on config driven enabled instead of code driving it

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

79715145

Date: 2025-07-25 18:52:12
Score: 2.5
Natty:
Report link

Set android:fitsSystemWindows="true" worked in my case as well.

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

79715143

Date: 2025-07-25 18:50:11
Score: 1.5
Natty:
Report link

I use this:

Create a collection and set up basic authentication for it.
Define the {{ url }} variable in the collection as address prefix like "https://mysite.ru/".
Then create a request in this collection with {{ url }} in the address like "{{ url }}api/v2/my/path" and set bearer authentication in the request.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Роман Столяров

79715142

Date: 2025-07-25 18:49:11
Score: 1.5
Natty:
Report link

To improve the success of the SOS optimization, it's important to use stricter enforcement of the constraint s2+c2=1s^2 + c^2 = 1s2+c2=1 as an equality condition within the optimization framework. Additionally, starting with a smaller level set of the LQR value function can help in identifying a valid and more conservative estimate of the region of attraction. It's also recommended to use tools like the Spotless or Drake framework, which support full polynomial parameterization and are well-suited for such SOS programs. Finally, visualizing the sublevel sets where the derivative of the Lyapunov function V˙<0\dot{V} < 0V˙<0 can provide insight into whether the Lyapunov condition holds, and whether the chosen candidate function is appropriate for proving stability.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: YALAMARTHI V D CHANDRA SEKHAR

79715138

Date: 2025-07-25 18:46:10
Score: 0.5
Natty:
Report link

This answer is probably not helpful for the OP's case, since they're saying that they've tried using different queries, but here's what I had to deal with and how I've solved it in case anyone stumbles into the same problem as I have.

I am unaware if they're using different databases, however from what I understand (from what I think was another Stack Overflow question that I've now lost), the Text Search API requires more strict queries, preventing developers from using ambiguous search queries. This small detail made me lose my mind for around an hour trying to retrieve results I was expecting and failing to do so.

In my case, I was trying to set a location bias with a circle of 10 km radius with the center located in the center of my search area (e.g. Greenwich) and supplying a generic search term (e.g. "Restaurant") to the request, which led me to only receive at most 5 results. What fixed it for me was setting a more strict search query (e.g. "Chinese Restaurant Greenwich, UK") which yielded the results I was looking for.

If your use-case requires you to use ambiguous queries, I think a good alternative could be to use the Autocomplete (New) API in conjunction with the Place Details (New) API.

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

79715137

Date: 2025-07-25 18:46:10
Score: 1.5
Natty:
Report link

For a quick and dirty solution, which is what I was looking for (just wanted to see a report every day for myself) I used:

=MID(A2, SEARCH(B2, A2]) + LEN(B2) + 4, 30)

You can adjust the final constant to see what you need. You could bolster this with extra regex's and make it better, but this was fine for my purposes

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

79715130

Date: 2025-07-25 18:37:07
Score: 2.5
Natty:
Report link

If you're not ready to implement server-side conversion or just want to convert images quickly (for testing, optimization or static assets), try FileTornado.com, a free online tool that converts PNG, JPG, etc. to WebP without installing anything.

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

79715108

Date: 2025-07-25 18:12:02
Score: 1
Natty:
Report link

When a method with parameter validation is invoked, the proxy intercepts the call, performs parameter validation, and only then proceeds to the actual method execution. This mechanism relies on MethodValidationInterceptor.

To properly test such validation logic, it’s important to use the Spring context so that proxies are applied. There are several approaches:

Integration tests with @SpringBootTest

@SpringBootTest
class UserServiceValidationTest {
    
    @Autowired
    private UserService userService;
    
    @Test
    void shouldThrowValidationException() {
        User invalidUser = new User(); // invalid object
        
        assertThrows(ConstraintViolationException.class, 
            () -> userService.createUser(invalidUser, ""));
    }
}

Layered tests with @TestConfiguration

@TestConfiguration
@EnableConfigurationProperties
public class ValidationTestConfig {
    
    @Bean
    public MethodValidationPostProcessor methodValidationPostProcessor() {
        return new MethodValidationPostProcessor();
    }
    
    @Bean
    @Validated
    public UserService userService() {
        return new UserService();
    }
}

@ExtendWith(SpringExtension.class)
@ContextConfiguration(classes = ValidationTestConfig.class)
class UserServiceTest {
    
    @Autowired
    private UserService userService;
    
    @Test
    void shouldValidateParameters() {
        assertThrows(ConstraintViolationException.class,
            () -> userService.createUser(null, "invalid-email"));
    }
}

Manual proxy setup for unit tests

class UserServiceManualProxyTest {
    
    private UserService userService;
    private Validator validator;
    
    @BeforeEach
    void setUp() {
        ValidatorFactory factory = Validation.buildDefaultValidatorFactory();
        validator = factory.getValidator();
        
        ProxyFactory proxyFactory = new ProxyFactory();
        proxyFactory.setTarget(new UserService());
        proxyFactory.addAdvice(new MethodValidationInterceptor(validator));
        
        userService = (UserService) proxyFactory.getProxy();
    }
    
    @Test
    void shouldValidateWithManualProxy() {
        User invalidUser = new User();
        
        assertThrows(ConstraintViolationException.class,
            () -> userService.createUser(invalidUser, ""));
    }
}
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @SpringBootTest
  • User mentioned (0): @TestConfiguration
  • Starts with a question (0.5): When a me
  • Low reputation (1):
Posted by: banitm

79715107

Date: 2025-07-25 18:12:01
Score: 5.5
Natty: 5.5
Report link

I'm Having doubts on pdf plumber importing to Lambda. ?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dhayal 3

79715101

Date: 2025-07-25 18:06:00
Score: 1
Natty:
Report link

The issue arises because the CSV file contains metadata lines before the actual header row, which prevents pandas.read_csv() from interpreting the columns as numeric. By using header=3, we can skip the metadata and correctly parse the data. However, to preserve the metadata in the DataFrame, convert only the rows below the metadata using pd.to_numeric(df[col][3:]). This ensures numeric data is treated correctly while keeping the metadata intact for further use or export.

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

79715081

Date: 2025-07-25 17:40:54
Score: 1.5
Natty:
Report link

After some debugging, I realized that the issue was due to devDependencies being skipped when NODE_ENV=production is set — which is the default in Render. As a result, tools like typescript and @types/node were missing during the build step, causing the tsc command to fail with this error:

error TS2688: Cannot find type definition file for 'node'

What ended up working was the following:

in the package.json, I left the build script as simply:

"build": "tsc"

then, in Render’s Build Command, I changed it to:

npm install --include=dev && npm run build

the Start Command remains unchanged:

npm start

This ensures that the dev dependencies are available only during the build phase (when tsc runs), and not included at runtime and finally the application works as expected.

That said, it raised a question for me: isn't the purpose of devDependencies to not be included in production environments? by forcing them to install with --include=dev, I’m breaking that convention a bit. Is this acceptable when the build and production environments are merged (as with Render), or is there a cleaner approach?

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Aaron Mas

79715078

Date: 2025-07-25 17:35:53
Score: 1
Natty:
Report link

If you're using native Android (Java/Kotlin):

You must set these flags on the dialog window:

dialog.getWindow().setFlags( WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL, WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL ); dialog.getWindow().setFlags( WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH, WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH );

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Faisal Imran

79715071

Date: 2025-07-25 17:28:51
Score: 1.5
Natty:
Report link

Because UPDATE requires reading the row, checking constraints, journaling, updating indexes. You can fix this using bulk transactions, disabling syncs temporarily, using CASE, and dropping indexes.

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