79825531

Date: 2025-11-20 12:49:14
Score: 4
Natty:
Report link

Thank you, I was thinking along the same lines. The only requirement in implementer would be to always have it inside `using` statement but we can manage that.

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: agracio

79825507

Date: 2025-11-20 12:23:07
Score: 4
Natty:
Report link

Can you confirm which version of LocalStack are you running and share a log snippet?

Dotnet8 is supported and your template looks correct, but it could be that you have an old LocalStack version cached.

With LocalStack running, can you also check the output on this URL and see if dotnet8 is listed?
http://localhost.localstack.cloud:4566/_aws/lambda/runtimes

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can you
  • Low reputation (0.5):
Posted by: Bart

79825500

Date: 2025-11-20 12:15:05
Score: 4.5
Natty: 5.5
Report link

i am facing issue with Arabic text with itex7.

Reasons:
  • Blacklisted phrase (1): i am facing issue
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mehran Ali

79825496

Date: 2025-11-20 12:12:04
Score: 5.5
Natty:
Report link

Could you post this as a question?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you post
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Abdulla Nilam

79825483

Date: 2025-11-20 12:00:01
Score: 4
Natty:
Report link

Thank you @mernst!

I got this to work:

void startSomethingElse(@AccountIdParam long accountId, @BalanceParam long balance) {
    System.out.println("Account " + accountId + " balance " + balance);
}

void startOfSomething() {
    /*
     * either use:
     * @AccountIdParam long accountId = (@AccountIdParam long) 1;
     * or
     * @SuppressWarnings("assignment")
     */
    @SuppressWarnings("assignment")
    long accountId = 1;
    @SuppressWarnings("assignment")
    long balance = 100;
    startSomethingElse(balance, accountId);
}

And now I have these qualifiers:

@SubtypeOf({ParamUnknown.class})
@Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
public @interface AccountIdParam {}

@SubtypeOf({ParamUnknown.class})
@Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
public @interface BalanceParam {}

@Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
@SubtypeOf({AccountIdParam.class, BalanceParam.class})
public @interface ParamBottom {}

@DefaultQualifierInHierarchy
@Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
@SubtypeOf({})
public @interface ParamUnknown {}

If my number of qualifiers grows, this line on ParamBottom where I list them will become cumbersome. Any advice on that?

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @mernst
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: fritz

79825475

Date: 2025-11-20 11:50:58
Score: 4
Natty: 4.5
Report link

conda install intel-openmp
It helped me, other methods didn't
https://github.com/matplotlib/matplotlib/issues/27564#issuecomment-1914643232

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

79825470

Date: 2025-11-20 11:46:56
Score: 4
Natty:
Report link

i am usiing laravel 11. i dont have any websocket.php file in my project

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

79825434

Date: 2025-11-20 11:12:46
Score: 11
Natty: 7
Report link

I need more clarification. How did you fix this? After the app is officially approved, will it work again?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): How did you fix
  • RegEx Blacklisted phrase (3): did you fix this
  • RegEx Blacklisted phrase (1.5): fix this?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tawhid aslam

79825379

Date: 2025-11-20 10:26:33
Score: 4
Natty:
Report link

Here's a list of supported solver from the documentation https://pyomo.readthedocs.io/en/latest/getting_started/solvers.html, however, you'll have to install them separately.

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

79825260

Date: 2025-11-20 08:22:00
Score: 4
Natty:
Report link

I think there is no option yet
https://developercommunity.visualstudio.com/t/I-dont-want-to-see-the-active-window-bor/10983169?sort=newest&topics=visual+studio+2019

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

79825258

Date: 2025-11-20 08:20:59
Score: 6.5 🚩
Natty:
Report link

Same issue cypress-component-test-runner, will the team fi it in the coming release please?

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Manar

79825200

Date: 2025-11-20 07:24:45
Score: 8.5 🚩
Natty: 5
Report link

The 5 steps resolution worked for me I think but now I have this issue:

Could not build the precompiled application for the device.

Parse Issue (Xcode): A template argument list is expected after a name prefixed by the

template keyword

/Users/gabriellemutunda/development/ejpride/ios/Pods/gRPC-Core/src/core/lib/promise/detail/b

asic_seq.h:102:37

Error launching application on "Device's name" (wireless).

So I don't know if it actually worked?
Can anybody help me out please?

Reasons:
  • Blacklisted phrase (1): help me
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (3): Can anybody help me
  • RegEx Blacklisted phrase (2): help me out
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Gabrielle Mutunda

79825169

Date: 2025-11-20 06:41:34
Score: 4
Natty:
Report link

My question is: is this form mandatory before I can test/use subscription functionality?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: doobean

79825036

Date: 2025-11-20 02:20:37
Score: 5.5
Natty:
Report link

Please share the code and error so we can help you, and also open your options for programs to use. I specialize in Python, so be more specific for everyone else.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share the code
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: COLTON FIKES

79825018

Date: 2025-11-20 00:46:20
Score: 4
Natty:
Report link

My goto would be C# in a Nutshell, but currently it's only up to C# 12. Are the examples in https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-14 not enough?

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Martheen

79825007

Date: 2025-11-20 00:08:12
Score: 5.5
Natty: 5.5
Report link

I'm asking the same question, and would like to know how is your status with it now?

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

79824967

Date: 2025-11-19 22:19:48
Score: 4.5
Natty:
Report link

Many thanks bro, it's solve to me.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tharcius Vinicius Sumarelli Me

79824890

Date: 2025-11-19 20:19:20
Score: 5
Natty:
Report link

Uhm, any idea why I cannot add a comment to your answer @David Maze? My follow-up question would be that I intended to do exactly as syou described, but for your steps:

Build the image from the Dockerfile

Run integration tests against that image

You would need docker-in-docker, right ? I guess that what you described is exactly what's specified here:

You can specify an additional image by using the services keyword. This additional image is used to create another container, which is available to the first container. The two containers have access to one another and can communicate when running the job.

My only issue is: The generation of the image (the first of my steps quoted from you above) is somewhat complex, and I don't necessarily want to replicate the entire build flow of my Dockerfile within my CI pipeline ? So if the build is very long (around 500 lines in my dockerfile), how would you replicate that into a CI build job ?

Reasons:
  • Blacklisted phrase (1): how would you
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @David
  • Self-answer (0.5):
  • Looks like a comment (1):
Posted by: DevelJoe

79824843

Date: 2025-11-19 19:15:03
Score: 4.5
Natty:
Report link

@Paul Granting "select any dictionary" solved it.

Thanks all

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Paul
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Nibin George

79824834

Date: 2025-11-19 18:59:59
Score: 5
Natty:
Report link

Not clear. What is “show”, exactly?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
Posted by: Sergey A Kryukov

79824792

Date: 2025-11-19 17:58:43
Score: 4.5
Natty:
Report link

I carefully checked the logic analyzer again, and the LA of Raspberry Pi 4 is as follows:

enter image description here

The logic analyzer of Raspberry Pi 5 is as follows:

enter image description here

Waveform analysis
Raspberry Pi 4
CLK (pink) idle state: low level
Only generate pulses during transmission

Raspberry Pi 5
CLK (pink) idle state: high level
This is clock polarity reversal

May I ask why the above phenomenon occurs? After that, the Raspberry Pi 4 is normally enumerated, while the Raspberry Pi 5 is not。

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (1): May I ask
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user31577988

79824781

Date: 2025-11-19 17:49:40
Score: 5.5
Natty: 5
Report link

Good day sir!
Is it possible to get full code for that one? Ive been strugling with Dell for many hours, because it doesnt load some parts of the website while i use selenium/playwright. Have to get info about warranty and laptop specs in hundreds sooooo its reaaaaly annoying its not working :/

Reasons:
  • Blacklisted phrase (1): its not working
  • Blacklisted phrase (1): Is it possible to
  • Blacklisted phrase (1): Good day
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Kosamela

79824722

Date: 2025-11-19 16:40:21
Score: 8
Natty:
Report link

@Harun24hr Can you give any specific example cases of when that fails?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you give
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Harun24hr
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Chronocidal

79824712

Date: 2025-11-19 16:31:18
Score: 6.5 🚩
Natty: 5.5
Report link

](https://stackoverflow.com/users/373875/kapilt)

how do i configure like you said? i don't have any reference to do so..

Reasons:
  • Blacklisted phrase (1): how do i
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Arnold Nicholas Tua Sibuea

79824701

Date: 2025-11-19 16:23:12
Score: 6 🚩
Natty:
Report link

Vale, esto es lo que tengo ahora... Por cierto, sigue sin funcionar. Ahora, cuando pulso el botón de parar, salgo o cualquier cambio, imprime "stopping2", lo que significa que no es nulo. La música original sigue reproduciéndose y no se detiene. Intenté cambiar la función de parar por la de reproducir un archivo de música en silencio, pero lo único que hace es superponerse al otro sonido. Necesito cortar la reproducción de alguna manera. He editado mi publicación con el nuevo código.

Reasons:
  • Blacklisted phrase (2): tengo
  • Blacklisted phrase (2): código
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: IRank

79824670

Date: 2025-11-19 15:58:04
Score: 4
Natty:
Report link

Well, cloudfare did use unwrap()

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

79824664

Date: 2025-11-19 15:54:02
Score: 4
Natty:
Report link

There is no target it belongs to, its just a bunch of source and header files.

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

79824656

Date: 2025-11-19 15:47:00
Score: 5.5
Natty:
Report link

@tbjamie, that does not quite work like Hao Wu's solution.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @tbjamie
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Mike McCollister

79824630

Date: 2025-11-19 15:24:53
Score: 5
Natty:
Report link

Temani Para que estamos aqui ? Ayudar y que va !!!todo muy claro y profecional !! Pero ya casi resuelto el ataque a mis cuentas todo lo que leen alli fue parte de una batalla por defender la cuenta!! Pendiete de vuestros consejos practivos y profesionsles!!!

Reasons:
  • Blacklisted phrase (2): Ayuda
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ORLANDO Gozalaez

79824618

Date: 2025-11-19 15:14:50
Score: 4
Natty: 6.5
Report link

What about a simple checkbox (not form element) for forms submitted with JS-only?

This checkbox will add something like botCheck = "I'm not a bot" to form data.A simple backend we check if botCheck matches or is present, so when form is submitted by bot , form data would not contain botCheck ??

Is this a valid strategy to prevent spam??

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: V S Vuca

79824617

Date: 2025-11-19 15:14:46
Score: 7.5 🚩
Natty:
Report link

не цікаве питання, давай ще одне

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Валентин Семенович sonik

79824603

Date: 2025-11-19 15:02:43
Score: 4.5
Natty:
Report link

@TimWilliams sorry, nevermind the testing code. I found my error--it was a typo in the file name. So, I'm getting data now and we are back to the original question...

What is the best way to take a binary date, e.g., out of a byte array, and turn it back into a valid VBA date? Just change the Type block to use Date datatypes? But if non-standard data lengths are used (e.g., 6 bytes, instead of 8), what then?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @TimWilliams
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Dave Clark

79824583

Date: 2025-11-19 14:38:37
Score: 6
Natty:
Report link

How do I find out what target it belongs to? I'm a newbie in CMakeLists

Reasons:
  • Blacklisted phrase (1): How do I
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How do I find
  • Low reputation (1):
Posted by: Maaz Madha

79824560

Date: 2025-11-19 14:24:33
Score: 5
Natty: 5
Report link

I don't have an answer, but I'm facing the exact problem. I see that this question was posted 8 years ago. Has anyone had an answer yet?

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

79824527

Date: 2025-11-19 13:54:24
Score: 11
Natty:
Report link

I don't quite understand what you mean.

Do you have an example?

Thanks in advance.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (2.5): Do you have an
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Erich Snijder

79824520

Date: 2025-11-19 13:48:22
Score: 5
Natty: 6
Report link

Otimo, apenas adicionei @viteReactRefresh resolveu meu problema!

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @viteReactRefresh
  • Single line (0.5):
  • Low reputation (1):
Posted by: wallyson

79824497

Date: 2025-11-19 13:31:16
Score: 7.5 🚩
Natty: 5.5
Report link

Tengo el mismo error, pero en mi caso es aleatorio. Ocurre en algunas ocasiones al ejecutar un reporte y luego ejecutándolo exactamente igual funciona bien. Aún no descubro la causa.

Reasons:
  • Blacklisted phrase (2): Tengo
  • RegEx Blacklisted phrase (2.5): mismo
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user31907858

79824469

Date: 2025-11-19 12:56:06
Score: 4
Natty: 4
Report link

you know what wrong with it it aint got no gas in it

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

79824462

Date: 2025-11-19 12:52:04
Score: 4
Natty:
Report link

What do you mean by "in C/C++ code"? Do you mean in the source code of pipewire? If so, check git build metadata (meson.build file), it should be on top

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What do you mean
  • Low reputation (1):
Posted by: SchneiderEider

79824456

Date: 2025-11-19 12:46:02
Score: 4
Natty:
Report link

This might be coming too late, but I made a tool in python for that purpose

https://github.com/manelcaireta/gcp-profiles

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

79824435

Date: 2025-11-19 12:25:55
Score: 4.5
Natty:
Report link

Yes, Chrome has updated and after that, you need to aprove a browser permission to access network devices. Approving that, error stops happening. Thanks  Ivar and  Heiko.

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Bréndal

79824392

Date: 2025-11-19 11:41:43
Score: 4
Natty:
Report link

Bumping this topic up to get more replies.

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

79824385

Date: 2025-11-19 11:31:39
Score: 10
Natty:
Report link

What challenge you are facing? Is the code snippet you provided, not working? Or you don't know what to do to achieve what you want? Can you clarify a bit?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you clarify
  • RegEx Blacklisted phrase (2): working?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: darthAJ

79824316

Date: 2025-11-19 10:27:19
Score: 6.5
Natty:
Report link

Why not use git clone?........

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Why not use
  • Filler text (0.5): ........
  • Low reputation (0.5):
Posted by: Sadok

79824236

Date: 2025-11-19 09:01:56
Score: 4
Natty:
Report link

Can you please add minimal reproducible code so the issue can be replicated. See the guidelines: https://stackoverflow.com/help/how-to-ask

Quick checks in my opinion:

  1. In Azure Portal: Function App > Function > Integration.

  2. Verify the inputBlob path matches the binding.

  3. Expected format: path/to/file/{filename}.json

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (1): stackoverflow.com/help
  • No code block (0.5):
  • Starts with a question (0.5): Can you please add
  • Low reputation (1):
Posted by: Dec

79824170

Date: 2025-11-19 07:50:37
Score: 4.5
Natty:
Report link
import UIKit
import Flutter
import FirebaseCore
@main
@objc class AppDelegate: FlutterAppDelegate {
  override func application(
    _ application: UIApplication,
    didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
  ) -> Bool {
    FirebaseApp.configure()
    GeneratedPluginRegistrant.register(with: self)
    return super.application(application, didFinishLaunchingWithOptions: launchOptions)
  }
}

@Muhammad Anees
The GeneratedPluginRegistrant is already in AppDelegate.swift, but I still can’t fix the issue. What else could be causing it?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Muhammad
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Thiru .N

79824165

Date: 2025-11-19 07:39:34
Score: 4
Natty:
Report link

Could you send the result of the following:

cd android
./gradlew react-native-screens:compileDebugKotlin --stacktrace

It could make our life easier.

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you send
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zorán Heinczinger

79824139

Date: 2025-11-19 06:59:24
Score: 5.5
Natty:
Report link

@Homezonic And what does the TOS of google say about this? As I'm not quite sure what google allowes and what not.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Homezonic
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Joe

79824092

Date: 2025-11-19 05:38:03
Score: 7.5 🚩
Natty: 4
Report link

Anthropic recently came out with this:
https://www.anthropic.com/engineering/code-execution-with-mcp

might be helpful for you.

Also, you got this context usage in Claude right? Is there a way to get the same thing in github copilot / vsc? or do you have a separate script for it?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (2.5): do you have a
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Gautam Bhagat

79824043

Date: 2025-11-19 04:04:43
Score: 5.5
Natty: 6
Report link

I think you are searching for this, check it out : https://github.com/DA213/DelphiWebDriver

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user31904750

79823952

Date: 2025-11-18 23:48:48
Score: 4
Natty:
Report link

The problem was the certificate. it was not assembled correctly.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Жасын Умирзаков

79823925

Date: 2025-11-18 22:49:33
Score: 7
Natty:
Report link

@David Maze Thanks for the response, I am not fully understanding how this works. Can you give me some more advice?

For more context I am using a streamlit app.

Here's what I am trying:

  1. Remove code, settings = Settings() remove from settings.py

  2. Add code settings = Settings() to config.py

  3. Make modules import from config from .config import settings

This will make sure settings are declared once, prevent side effects of Settings() being ran every time I import settings.py, and I can patch it in Pytest.

So here would be the the new implementation based on what you said...

# settings.py
from pydantic_settings import BaseSettings, SettingsConfigDict
from pydantic import Field

class Settings(BaseSettings):
    model_config = SettingsConfigDict(
        env_file=".env",
    )

    env_var: str = Field(description="blah blah blah")
    # ...
    env_var_d: str = Field(description="blah blah blah")

# config.py
from .settings import Settings

def get_settings()
    return Settings()
# some_module.py
from .config import get_settings

def some_func()
    settings = get_settings()
# conftest.py
import pytest
from .settings import Settings
from unittest.mock import patch

# Does not work as expected
@pytest.fixture(autouse=True, scope="session")
def settings():
    with patch('pckg.config.get_settings', Settings(_env_file=".env.test")):
        yield
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (3): give me some
  • RegEx Blacklisted phrase (2.5): Can you give me some
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @David
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: trey hannam

79823884

Date: 2025-11-18 21:54:18
Score: 5
Natty: 6.5
Report link

I have a the following problem. When I move to left and after this I move to right, the screen is not at the same position. The window alway scolls more to the left then to the right. How can I solve this. A offset is not working because the window movement is not alway the same. Someone has a ideia?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Wilfried Wagner

79823860

Date: 2025-11-18 21:34:11
Score: 5
Natty:
Report link

I want the second bracket value.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: user3204810

79823855

Date: 2025-11-18 21:31:10
Score: 5
Natty:
Report link

What are your exact requirements for the resulting string, e.g. do you want the second bracketed value? or all bracketed values?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): What are you
  • Low reputation (0.5):
Posted by: mqqz

79823774

Date: 2025-11-18 20:03:44
Score: 5.5
Natty:
Report link

Same issue here - I am using a personal - pretty typical :(

Reasons:
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abundant Resources

79823671

Date: 2025-11-18 17:47:09
Score: 5
Natty:
Report link

Maybe make the keyframes animation have an end (100%) that does not change how it initially was but no start (0%) at all so that it can start off from anywhere?

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

79823659

Date: 2025-11-18 17:32:04
Score: 4
Natty:
Report link

I was wondering the same thing. Yes, you definitely can.

  1. Right-click on the folder with the code files -> Open with -> Open with Visual Studio

  2. If it's uploaded on GitHub, click on the green drop-down-menu Code -> Open with Visual Studio

How it looks on Github

Reasons:
  • Blacklisted phrase (2): was wondering
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chum Chum

79823636

Date: 2025-11-18 17:11:58
Score: 5
Natty:
Report link

This would be a different thing, but if browsers have restrictions on it for the clear security risks, then how does software like Securly block pages? It seems that the browsers would not allow it, but it is allowed and used by many schools. How does that work?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Niamh Driscoll

79823586

Date: 2025-11-18 16:20:39
Score: 4
Natty:
Report link

thank you very much for your explanations. I thought that re-mapping causes this data length.

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: titi zarif

79823515

Date: 2025-11-18 15:11:20
Score: 8 🚩
Natty: 6
Report link

sorry to bother, but did you manage to solve this problem? I also am trying to linearize the loop filter of a PLL and I am getting the same warning.

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to solve this problem
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tommaso Sabbadini

79823510

Date: 2025-11-18 15:10:19
Score: 4
Natty:
Report link

For some reason, "datesForArr.controls" is null...

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

79823489

Date: 2025-11-18 14:55:14
Score: 4
Natty:
Report link

@rzwitserloot, Not really sure if I fully understood it. I've checked both of your snippets calling the `read()` method (the ones with FileReader and with BufferedReader) with a text file which has a size of around 160MB. The time difference in completing both of these operation is only of +-0.5s.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: sebkaminski16

79823483

Date: 2025-11-18 14:51:13
Score: 5
Natty:
Report link

This is not a StackOverflow question. You should go to https://politics.stackexchange.com/

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

79823453

Date: 2025-11-18 14:22:05
Score: 4
Natty:
Report link

Edited the post. You can find it on the top.

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

79823441

Date: 2025-11-18 14:05:01
Score: 4.5
Natty:
Report link

Ah, yes. Right, that seems like the only reason. Thank you for your reply.

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

79823412

Date: 2025-11-18 13:37:53
Score: 6 🚩
Natty: 5.5
Report link

just click on this icon again enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vinay Kumar

79823355

Date: 2025-11-18 12:42:40
Score: 5
Natty:
Report link

Thank you for your explanation !

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

79823352

Date: 2025-11-18 12:40:39
Score: 5
Natty:
Report link

I have the same Error message. Inventory is enabled, and Authorization header is set to 'OAuth'.

using the swagger in https://glpi.myserver.XX/api.php/doc works

Error:
"title":"You are not authenticated","detail":"The Authorization header is missing or invalid","status":"ERROR_UNAUTHENTICATED"

the OAuth client has every Grants and every Scopes configured.

We are on version 11.0.1

Reasons:
  • RegEx Blacklisted phrase (1): I have the same Error
  • No code block (0.5):
  • Me too answer (2.5): I have the same Error
  • Low reputation (1):
Posted by: S Grave

79823320

Date: 2025-11-18 12:05:29
Score: 4
Natty:
Report link

Here is my current working solution as gist:

Perplexity GitHub Connector Auto-Approve Tampermonkey Script

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Andrei Pozolotin

79823316

Date: 2025-11-18 11:58:27
Score: 5
Natty:
Report link

Maybe this one can help you.

it is a tampermonkey script: https://github.com/MarvenAPPS/Perplexity-Connectors-Auto-Approve

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

79823289

Date: 2025-11-18 11:21:18
Score: 5
Natty:
Report link

R vE

Thank you very much! It's all working now.

Another, non-Excel question is why I am no longer able to respond to answers here on Stack Overflow. I can see links for "Share, Edit, Follow, Flag" - but no "Add Comment". I have been using Stack Overflow for many years, and it's only in the last couple of days that I have been unable to add comments. I thought it might be something to do with being at work, but I also tried at home (on Firefox and Edge) - no no avail. Does anyone know why comments can't be added now?

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2): Does anyone know
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
Posted by: Chris Melville

79823287

Date: 2025-11-18 11:19:17
Score: 4.5
Natty: 5.5
Report link

any other solution, since its not working this way.

Reasons:
  • Blacklisted phrase (1): its not working
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Akshata Shirke

79823250

Date: 2025-11-18 10:37:04
Score: 8.5 🚩
Natty:
Report link

I have a similar problem.

I have a large file (over 10 MB) which I need to read, and then insert a new sheet with data to the same file.

This is what I am doing
I have to read and write to the same file.

OPCPackage pkg = OPCPackage.open(stringFileName);
            xwb = new XSSFWorkbook(pkg);//this is error line
            tempsxwb = new SXSSFWorkbook(auctionSPFileXWB, 100, true, false);

I need the XssfWorkbook obj to read data from the file and then after working on that data I have to write a new sheet to the same file. 


try(FileOutputStream fos = new FileOutputStream(stringFileName)){
                tempsxwb.write(fos);
                fos.flush();
                }
tempsxwb.close();

can anybody suggest a solution?
Reasons:
  • Blacklisted phrase (1): I have a similar problem
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): can anybody suggest a solution
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have a similar problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: swapnil

79823197

Date: 2025-11-18 09:42:47
Score: 6.5 🚩
Natty:
Report link

I am having the same problem as everyone above. I am using MPLABX 6.25. Tried clearing the cache as mentioned above. Tried removing any spaces or non ascii from paths tried several (known working) projects. tried closing all windows within MPLABX before exiting MPLABX, then deleting Cache, then deleting all projects, then open the projectless MPLABX and make a simple main.c from scratch in a pristine project. All to no avail.

Review of the problem. I cannot add/view ant Global variable or SFR while in debug mode and stepping through code line by line. (they are visible in non-debug mode)

Some other clues below. All while in debug mode, connected to an ICD4, and plugged in to a custom PCB which I know is working because i can program/debug/step thru/set breakpoints etc.

Clue 1 - In the variables tab, the diamond symbol with a + sign on it is greyed out

Clue 2 - In the variables tab, the line that should be there (but is not is) is the <Enter new watch>

Clue 3 - In the variable tab, if i click the (empty and blank) space below the title row the add new variable pop-up window does appear. If i choose a SFR or a global variable I get to see my SFR added to the top row of the (otherwise empty) list of SFR/variables for about 0.000001 seconds, then the list is empty again. All SFRs / all Globals do the same.

Clue 4 - local variable (while in scope) are displayed as expected in the variable window.

I tried a complete uninstall/Reinstall of 6.25 - not fixed.

In sheer frustration, I reverted back to my old MPLAB 6.15, this works perfectly, just as i always remembered it should.

I have no idea how to get my 6.25 version working again, Microsoft, Anybody, please help!

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (3): please help
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Low reputation (1):
Posted by: Tezza

79823077

Date: 2025-11-18 07:14:09
Score: 4
Natty:
Report link

In Firefox v140.5, you can check the currently used fonts in the Font tab on the right, instead of the Computed tab. I have not verified this on other browsers or versions.enter image description here

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

79823000

Date: 2025-11-18 05:22:41
Score: 13.5 🚩
Natty: 6.5
Report link

Did you find a solution? Can you post your findings, I'm facing the same problem

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (2.5): Can you post your
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution
  • Low reputation (1):
Posted by: sravani s

79822960

Date: 2025-11-18 03:30:15
Score: 5
Natty:
Report link

How to use class abstraction with JDL?

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: life888888

79822954

Date: 2025-11-18 03:03:09
Score: 4
Natty:
Report link

Rob, the "monolithic" EOM is working great using finite differencing, thanks for the recommendation. Will try jax in the near future.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Philip Hahn

79822932

Date: 2025-11-18 01:46:51
Score: 5
Natty:
Report link

To Jonathan - Rows would be easy, I am trying to have it output into 3 columns on the page.

To Shadow - But, is there a way to to take the original query results, do the division, then do 3 more queries and start each one at at the appropriate spot, than use a limit on results.

Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): is there a way
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Larry Moss

79822922

Date: 2025-11-18 01:21:46
Score: 5
Natty:
Report link

Why can't I ask customer service-related questions on Stack Overflow?

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Robert

79822910

Date: 2025-11-18 00:50:38
Score: 4
Natty: 4.5
Report link

Yes, I wrote a package for this: https://github.com/biw/vite-plugin-native-modules

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: biw

79822897

Date: 2025-11-18 00:23:33
Score: 4
Natty: 4.5
Report link

You need to mute the individual metric monitors: https://docs.datadoghq.com/monitors/types/composite/#downtime-on-an-individual-monitor-used-in-a-composite-monitor

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

79822895

Date: 2025-11-18 00:21:32
Score: 4.5
Natty: 4.5
Report link

I think you are looking for this https://docs.datadoghq.com/monitors/notify/variables/?tab=is_alert#composite-monitor-variables

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

79822886

Date: 2025-11-18 00:07:29
Score: 4
Natty:
Report link

I was able to finally disable the suggestion by toggling "Inline Suggest: Enabled"

enter image description here

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

79822815

Date: 2025-11-17 21:58:58
Score: 4
Natty: 4
Report link

Just go with https://docs.rapids.ai/.

Github link: https://github.com/rapidsai/docs

Install: https://docs.rapids.ai/install/

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mr. Panda

79822731

Date: 2025-11-17 20:11:29
Score: 8
Natty:
Report link

@eric-postpischil thanks, it makes sense now, although can you please tell me which function(s) use such a method of error handling, from what I've seen most of the linux apis return -1 in the case of error and set errno to the specific error code

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (2.5): can you please tell me
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @eric-postpischil
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: sat0sh1c

79822724

Date: 2025-11-17 20:02:26
Score: 8
Natty:
Report link

@463035818-is-not-an-ai here is the link https://manpages.opensuse.org/Tumbleweed/man-pages/ssize_t.3type.en.html

Reasons:
  • Blacklisted phrase (1): here is the link
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @463035818-is-not-an-ai
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: sat0sh1c

79822715

Date: 2025-11-17 19:55:24
Score: 4.5
Natty:
Report link

@sergey-a-kryukov but it can only store values from -1 to SSIZE_MAX, it seems, that it doesn't seem to make sense, as the only negative value you can have is -1

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @sergey-a-kryukov
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: sat0sh1c

79822707

Date: 2025-11-17 19:46:21
Score: 5
Natty:
Report link

@ruohola Nobody really answered the question in that feed.. seems like this is a mystery. Lol.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @ruohola
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: thecodeiackiller

79822700

Date: 2025-11-17 19:36:18
Score: 4.5
Natty:
Report link

Old question, but still relevant.

I have a number of Dev Resources configured; most of which are not in use... but I dont want to delete them as I often refer back to the older configuration when I am starting a new project. I have also shelved projects that I want to go back to, but dont want the Dev/Test resources available.

While I can archive then delete the resources (probably a good practice to keep security sanitized) this reduces the value of using azure for Dev by adding an administrative burden (wasnt the original "move to cloud" rational reducing the administrative burden of managing infrastructure?)

anyhow. refering to a comment above. Is there a way to set a sql db into single user mode OR to disable new connections (other than management portal) to a db instance? Normal Sql not a problem, Azure Sql?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: lkujala

79822672

Date: 2025-11-17 19:13:10
Score: 4
Natty:
Report link

this documentation helped me integrate Stripe into a web app. I thought I’d share it in case it helps with your integration: Stripe Docs - SaaS

Reasons:
  • Blacklisted phrase (1): this document
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Florian Berwald

79822620

Date: 2025-11-17 18:00:52
Score: 4.5
Natty: 4.5
Report link

I believe you walk up u to v (not v to u), then add edge u-v. u will have a parent that you saw if you saw v twice, and there will be no need to use s. Otherwise, please provide a counterexample.

Reasons:
  • RegEx Blacklisted phrase (2.5): please provide
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: ST0

79822603

Date: 2025-11-17 17:42:46
Score: 4.5
Natty:
Report link

Have you tried anything on their api support page? https://docs.athenahealth.com/api/support

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
Posted by: mykaf

79822582

Date: 2025-11-17 17:20:40
Score: 4.5
Natty:
Report link

Already answered elsewhere, look it up >:(((((((((((((((!!!!!!!!!11!!!1!!!

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (0.5):
  • Filler text (0.5): (((((((((((((((
  • Filler text (0): !!!!!!!!!
  • Low reputation (1):
Posted by: Mirki

79822572

Date: 2025-11-17 17:10:35
Score: 8 🚩
Natty:
Report link

He usado el traductor para entender tu pregunta, pero según lo que entiendo, el problema principal en tu código original era que estabas aplicando el filtro cuando el contenedor padre tenía el hover, lo que causaba que todos los elementos se volvieran grises incluso cuando el cursor estaba en los espacios entre elementos. Una solución que encuentro, si he entendido bien el problema es esta.

Aplicamos filtro a todos los hijos y el elemento específico que está siendo hovered mantiene el filtro en 0

.parent:not(:hover) .child {
    filter: grayscale(0);
}

.parent:hover .child {
    filter: grayscale(1);
}
Reasons:
  • Blacklisted phrase (1): está
  • Blacklisted phrase (2): código
  • Blacklisted phrase (3): solución
  • Blacklisted phrase (2): pregunta
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: trastok39gmailcom

79822477

Date: 2025-11-17 15:41:11
Score: 6.5
Natty:
Report link

@p011yr011n, I compiled wit optimization. @Art, you are right I found it. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @p011yr011n
  • User mentioned (0): @Art
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: chav1s

79822476

Date: 2025-11-17 15:39:10
Score: 4
Natty:
Report link

This feels an awful lot like a memory leak, but in my experience, that's not always the case. I'll try to throw out a few things to try based on the configurations that you provided. I think the key culprits here though may be related to one (or more) of: state changelog, checkpoint retention, or possibly some other configurations.

I'll provide a few suggestions (feel free to try one or more):

Disabling State Changelog
This is a recommendation that likely could explain some of the situation as the use of changelog can add some additional memory pressure (it functions as a buffer for those changes as mentioned in this older blog post). I'd suspect that using it in conjunction with RocksDB could likely impact memory utilization:

state.backend.changelog.enabled: false

Limiting Checkpoint Retention
Currently your job has checkpoint retention enabled which is fine, however you may want to consider limiting it to a specific number of those to retain (otherwise things could balloon) as well as cleaning them up to ensure too many don't stick around:

state.checkpoints.num-retained: 5
state.checkpoints.externalized.enable: true
state.checkpoints.externalized.delete-on-cancellation: true

Gather Metrics
One thing that I would highly suggest as you monitor the job and these changes would be to implement and monitor some of the built-in metrics that Flink provides out of the box with regards to memory/JVM. Using these with some type of visualization tool (e.g., Prometheus, Grafana, etc.) would allow you to easily monitor things like the JobManager, Changelog, Checkpointing, etc.

Definitely check out:

Questions
As far as your questions go -- I'll try to give a few possible explanations:

Please help me understand why would checkpointing consume such large buffers gradually? Even then why aren't they getting released?

tl;dr: there's a lot more moving pieces to the puzzle when checkpointing is enabled that can impact memory pressure (even gradually) in a consistently flowing system

So there's a lot of things at play when checkpointing is enabled (vs. why things are rainbows and butterflies when it's disabled). Checkpointing is going to bring RocksDB into the picture which has a native memory impact with each checkpoint this in conjunction with the changelog could apply a quite a bit more pressure for the changelog-related segments as well.

Many of these things can stick around much longer than expected if data is continually flowing at scale into the system and may require tuning. RocksDB, for example, does a decent job at cleanup during its compaction process, however if the job is busy 24/7 it may never have the opportunity to do so, especially with all of the checkpointing operations and state being interacted with.

What exactly is getting stored in this buffer memory by checkpoint co-ordinator?

Obviously there's things like just direct memory like Netty, checkpoint buffers for your filesystem, tons of RocksDB related things (e.g, cache, tables, changelog, etc.), and the changelog has its own series of content.

How can i handle this issue or apply tuning so that this wouldn't occur? What can be my next steps of action to try out and resolve this?

Combining these two as this is already way too long, but hopefully some of the configurations that I provided above can help relieve the issue. Checkpointing and OOM type errors can be really nasty to troubleshoot, even when you know the ins/outs of a given job, but I'll keep my fingers crossed for you.

Reasons:
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (0.5): How can i
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • RegEx Blacklisted phrase (1.5): resolve this?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: Rion Williams

79822450

Date: 2025-11-17 15:12:03
Score: 4
Natty:
Report link

The `tab_model` function in the SjPlot package might be helpful. It prints the results into a nice html table with lots of options to customise as you like.

https://www.rdocumentation.org/packages/sjPlot/versions/2.8.17/topics/tab_model

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Juju Bowow

79822442

Date: 2025-11-17 15:00:59
Score: 4
Natty:
Report link

Is a pointer all that's needed? Why does my code work anyway when I attempt to run it? And what does passing a pointer change since I'm passing ap as a direct value to va_arg anyway, and not by its address?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is a
  • Low reputation (0.5):
Posted by: m0d1nst4ll3r