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

79825376

Date: 2025-11-20 10:22:31
Score: 2
Natty:
Report link

I am facing similar issue that repeater isn't refreshing data coming in the datatable but still not binding to the repeater

    Public Sub FillRepeater()
        Try
            Dim _dt As New DataTable
            Dim Fdate As Date = Nothing
            Dim ToDate As Date = Nothing
            Dim sucode = ""
          
            Dim stcode = ""
            Dim _filter As String = ""
                _dt = New PharmacyStoreBLL().TDR_MapSupplierList1(Fdate, ToDate, hidTendor.Value, hidItem.Value, Session("HoCode"))

            If _dt.Rows.Count > 0 Then
                rptSupplier.DataSource = _dt
                rptSupplier.DataBind()
            Else
                rptSupplier.DataSource = Nothing
                rptSupplier.DataBind()
            End If


        Catch ex As Exception
            Dim _genFun As New GenFunction
            _genFun.AddToLogFile("Method : " & System.Reflection.MethodBase.GetCurrentMethod().Name & " , Exception: " & ex.Message & " Exception Path : " & HttpContext.Current.Request.RawUrl, ex)
        End Try
    End Sub
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I am facing similar issue
  • Low reputation (1):
Posted by: Unnikrishnan

79825365

Date: 2025-11-20 10:10:28
Score: 3.5
Natty:
Report link

I've been looking into this a bit and it seems that currently the Amplify v2 does not support this.

Eg. the only bundling config I could find when you use defineFunction is minify (see https://github.com/aws-amplify/amplify-backend/blob/main/packages/backend-function/src/factory.ts#L235-L242)

On the other hand it seems that the source maps are turned on by default https://github.com/aws-amplify/amplify-backend/blob/main/packages/backend-function/src/factory.ts#L491

Do you use latest version of Amplify?

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Cockootec

79825352

Date: 2025-11-20 09:58:25
Score: 3
Natty:
Report link

Please follow the https://quarkus.io/guides/websockets-next-reference#bearer-token-authentication guide that explains how to use Sec-WebSocket-Protocol header

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

79825337

Date: 2025-11-20 09:42:22
Score: 1
Natty:
Report link

You can just use subscriptSizing attribute on specific mat form field tag and it won't layout (others mat form fields will display the same way as before)

<mat-form-field subscriptSizing="dynamic">
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: filipon

79825326

Date: 2025-11-20 09:32:19
Score: 1
Natty:
Report link

Creating and activating a venv fixes this.

python -m venv venv
source venv/bin/activate

You can check if this was fixed with:

which python
which pip

This should return the path to venv python and pip.

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

79825324

Date: 2025-11-20 09:32:19
Score: 1
Natty:
Report link

This issue is specific to the Kaggle environment's network configuration, which is why it might work on Google Colab but not Kaggle.

The most common reason for this on kaggle is that internet access is not enabled for the notebook, To fix this, locate the Internet toggle switch and make sure it is turned ON. You might need to accept a disclaimer.

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

79825318

Date: 2025-11-20 09:21:17
Score: 2.5
Natty:
Report link

I found the problem with Spring Boot 3.5.7 and the New Relic agent. Spring Boot version 3.5.7 brings Logback 1.5.20, which was previously not supported by the New Relic agent. They released a new version with Logback 1.5.20 support (Java agent v8.25.0 - https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/java-agent-8250/). I updated the New Relic agent to this version and the logs are working correctly.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ricardo Damasceno

79825316

Date: 2025-11-20 09:16:16
Score: 1
Natty:
Report link

Basically, YUV is an analog format for PAL TV signals, like YIQ for NTCS, and is not used within computer graphics.

Computers use YCbCr, which is basically the same thing. However, the conversion factors depend on the codec. HDTV signals (H.264) and SDTV signals (MPEG-2) uses different croma factors in the YCbCr conversion.

So what you are looking for is not a definitive answer between YUV and YCbCr, but rather which factors to use in your YCbCr conversion, which in turn depends on the codec you are en/decoding for.

https://en.wikipedia.org/wiki/Y%E2%80%B2UV

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

79825314

Date: 2025-11-20 09:15:15
Score: 2.5
Natty:
Report link

The promise constructor does not create separate threads or otherwise make an operation parallel.

Why does the Promise object block rendering?

Is the Promise constructor callback executed asynchronously?

What is the proper approach to fix this?

Use a WebWorker.

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this?
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: VLAZ

79825306

Date: 2025-11-20 09:08:12
Score: 0.5
Natty:
Report link

what worked for me was :

Generate an access token in GitHub from SettingsDeveloper settingsPersonal Access TokensClassic tokensGenerate New Token and save this token

(Mac)

Open Keychain access and search for github , under github.com (Internet password) under Attributes , update password with new token which we just generated from above step.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Starts with a question (0.5): what
  • Low reputation (0.5):
Posted by: yashaswi k

79825303

Date: 2025-11-20 09:07:11
Score: 1
Natty:
Report link
df.group_by('column').map_groups(lambda df: df.sample(10))
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Dmitry Zotikov

79825301

Date: 2025-11-20 09:05:11
Score: 3.5
Natty:
Report link

@Chris Maurer Thanks for response and suggestions. I personally want to keep whole things into one function. We can split the function using different name manager but in development phase I want to keep it in one. Can you merge your functions into one then we can test it by applying different numbers.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Chris
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: Harun24hr

79825299

Date: 2025-11-20 09:03:10
Score: 1
Natty:
Report link

This is working fine with SDL2

    SDL_Event event;
    int running = 1;    
    while (SDL_PollEvent(&event)) {
            if (event.type == SDL_QUIT) running = 0;
            if (event.type == SDL_KEYDOWN && event.key.keysym.sym == SDLK_l) {
                printf("l keystroke detected\n");
            }
        };
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Alexis

79825297

Date: 2025-11-20 09:01:10
Score: 3.5
Natty:
Report link

In my case it's:
Use of undeclared identifier 'class'

while adding GStreamer for iOS in obj file of main
enter image description here: SS

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Faheem Ahmed

79825294

Date: 2025-11-20 08:56:08
Score: 1
Natty:
Report link

It's a bit weird that this got added as "opinion based Advice" question, and not as a regular question here.

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

79825293

Date: 2025-11-20 08:55:08
Score: 3
Natty:
Report link

How many cryptocurrencies are there?

There are currently thousands of cryptocurrencies in existence. Many of these have only a very small following, while some, like bitcoin and ether,1 have a large number of users and investors.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: Alloe Qwerty

79825283

Date: 2025-11-20 08:46:06
Score: 1.5
Natty:
Report link

Development/Update Phase:

    • Modify prompts in the codebase.

    • Tag and commit the changes to Git with metadata identifying version and prompt chain.

    • Add/Update relevant metrics in the database (for example, a batch job runs to capture metrics after prompt chain execution).

    Evaluation Phase:

    • Track metrics and evaluate prompt performance.

    • Collect user feedback to improve prompt responses.

    • Use a dashboard to view performance over time.

    Update/Rollback Phase:

    • When performance issues arise, retrieve the version of the prompt from Git.

    • Re-run or modify the prompt chain, and roll out an update based on new metrics.

    Metrics Re-Evaluation:

    • Reevaluate the performance of a specific prompt or prompt chain, possibly using user feedback and automated tests.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Zerax

79825280

Date: 2025-11-20 08:43:06
Score: 1.5
Natty:
Report link

Re-renders are triggered by state, props, context changes, or force updates.

Re-render doesn't always mean DOM changes because React uses the virtual DOM to compare changes and optimize updates.

You can optimize re-renders using React.memo, shouldComponentUpdate, and the useMemo/useCallback hooks.

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

79825278

Date: 2025-11-20 08:39:05
Score: 1.5
Natty:
Report link

This is a known scenario where we have added the necessary steps in the WSO2 IS upgrade documentation.
However the upgrade assistance is only provided to our paid customers. If you are a paid customer please reach us through our support, otherwise you will need to fill up a contact us form and get in contact with a sales representative of WSO2.

For further info, refer: https://is.docs.wso2.com/en/latest/deploy/upgrade/upgrade-wso2-is/

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

79825275

Date: 2025-11-20 08:37:04
Score: 2.5
Natty:
Report link

Audience = the API(s) allowed to accept the token.

Issuer = the server that generated the token.

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

79825269

Date: 2025-11-20 08:32:03
Score: 2.5
Natty:
Report link

@JonasMetzler A count(v) skips nulls on its own, count(*) counts them: https://dbfiddle.uk/PS7sekql

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • User mentioned (1): @JonasMetzler
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: Zegarek

79825267

Date: 2025-11-20 08:31:03
Score: 2
Natty:
Report link

I don't know if anyone will see this, but I got an error message in R studio and it gave me a link to this issue here. I was able to solve it by:

going into my terminal ->

running | brew cleanup (brew install --cask xquartz | will work as well since it runs the cleanup if it notices you haven't updated in a certain amount of time) ->

Pressing command & space to bring up the search bar, look for the xquartz app and click to run it in the background.

TLDR: For some reason, idk why, I have to manually open the xquartz app and have it running in the background as an app to use rgl. Install it/restart it with homebrew. Hope this helps!

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • RegEx Blacklisted phrase (2): but I got an error
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user31912854

79825266

Date: 2025-11-20 08:31:03
Score: 0.5
Natty:
Report link

O, BTW, the feature's name is opinion-based questions. I'm confusing it with a previous recent experiment.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Gert Arnold

79825262

Date: 2025-11-20 08:26:02
Score: 3
Natty:
Report link

The solution provided above to turn on on-screen keyboard works after you REBOOT your emulator. Spend 15 mins trynna figure it out, then senior told me to restart emulator lol

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

79825261

Date: 2025-11-20 08:22:01
Score: 2
Natty:
Report link

I've edit the Angular Language Service extension and it's worked for me !

Go to Settings > Search "@ext:Angular.ng-template"

You'll find a setting : "Angular: Suppress Angular Diagnostic Codes" and put "if, for, switch, defer" in value input

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: nicob

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

79825259

Date: 2025-11-20 08:21:00
Score: 3
Natty:
Report link

I had this problem because I had a file called select.py in the same folder.

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

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

79825249

Date: 2025-11-20 08:11:57
Score: 2
Natty:
Report link

I know this discussion is pretty old, but just for the sake of it I leave an answer here.

Using snapshot_name will create the ElastiCache Cluster with the backed-up data.
Mind the fact that changing this parameter will also trigger the recreation of the cluster.

More details here:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group

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

79825242

Date: 2025-11-20 08:05:55
Score: 1.5
Natty:
Report link

If your indent size changes to 4 after modifying editor.tabSize, try adding this< as vscode overrides tabsize by default

"editor.detectIndentation": false
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ulyan Sofhob

79825234

Date: 2025-11-20 07:54:53
Score: 2.5
Natty:
Report link

OAuth 2.0 Clients
I was implementing Google Sign-In in debug mode (Flutter), and using the credentials of the web application worked. Previously, I was using the credentials for Android.

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

79825230

Date: 2025-11-20 07:53:52
Score: 2.5
Natty:
Report link

Another alternative is to wrap your primitives in a class, i.e. AccountNumber. Then you will be using a type instead and the whole problem of order of parameters is gone.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Just another Java programmer

79825217

Date: 2025-11-20 07:43:50
Score: 3
Natty:
Report link

Can you add at least your "setup" code, so we can see, what we are talking about?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you add
  • High reputation (-2):
Posted by: Fildor

79825216

Date: 2025-11-20 07:43:50
Score: 0.5
Natty:
Report link

I resolved the issue by rewriting the ZPL template file in TSCs own language TSPL. The code for the printing sequence has not been adapted.

Reasons:
  • Whitelisted phrase (-2): I resolved
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Nico Sz

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

79825198

Date: 2025-11-20 07:22:44
Score: 2
Natty:
Report link

General app instability has been noted on iOS 26, with several reports of app crashes and freezing. A specific, known issue related to on iOS devices is that the underlying Even worse, I started getting crashes from the internals of AV Sample Buffer live car game Display Layer where it looked like it was overre leasing some internal ...developed by a three-person team comprising Scawen Roberts, Eric Bailey, and Victor van Vlaardingen with its latest release in 2025.

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

79825187

Date: 2025-11-20 07:10:41
Score: 1
Natty:
Report link

You forgot an imaginary unit in exponential function:

return np.cos(np.pi*u/w) * np.sin(alpha*u)*np.exp(2*np.pi*1j*x*u/(wavelength*f))

Now you can get a pretty figure

import matplotlib.pyplot as plt
plt.imshow(I)
plt.colorbar()
plt.show()

difraction pattern

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

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

79825164

Date: 2025-11-20 06:36:33
Score: 1.5
Natty:
Report link

this site is not for questions about the law

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

79825163

Date: 2025-11-20 06:36:33
Score: 2
Natty:
Report link

This seems to be an problem comes woth JDK 11 & G1GC. The memory is not released back to the OS even after completing load goes down. I have experienced the exact same symptomps you mentioned while doing load tests.

Nothing wrong with Garbage collector. I checked it using jcmd and jstat commands.

This article also mentions the same issue.
https://thomas.preissler.me/blog/2021/05/02/release-memory-back-to-the-os-with-java-11

As a permanent solution, upgrading the JDK to newer version or different garbage collector can be considered.

In addition to that I was able to obtain lower memory consumption by tuning Xms JVM parameter. However this does not address the original issue but sets the memory utilization in a lower level.

Reasons:
  • Blacklisted phrase (1): This article
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kstackr

79825155

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

It's worth noting this is for a shader resources declaration system that would be shared between the host and HLSL, so I don't exactly have options other than this or preprocessing shaders externally which I wouldn't want to do. I picked the simple usecase in the original post for simplicity, this is the actual usecase in HLSL:

#define BEGIN_BINDING_TABLE(name, slot)
#define END_BINDING_TABLE()

#define RESOURCE(slot, idx, descType, type, name) \
    type name : register( GET_REG_##descType(idx), space##slot );

Where I want to eliminate the need for entering the slot per resource, since the whole table is functionally supposed to be a single slot, and instead have BEGIN_BINDING_TABLE be a sort of macro with variadic args

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Doofus

79825152

Date: 2025-11-20 06:14:28
Score: 2.5
Natty:
Report link

Android Studio expects a xcworkspace, so you may need to create a workspace and add the project in order to be able to select your target/configuration.

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

79825150

Date: 2025-11-20 06:11:27
Score: 3.5
Natty:
Report link

Then, how to use manim for generating geometry, but not render it locally, and render it in WebGL

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

79825142

Date: 2025-11-20 06:06:26
Score: 0.5
Natty:
Report link

I believe its a dependency compatibility issue with Studio (or it could be bug as well). I cant test this scenario as I am on Win10 with Studio ver 23.10.8.
My suggestion will be:
1. Downgrade to lowest possible dependency version and then move forward until your issue resolved.
2. Try to create new project and then check if issue still occur in new project. If issue does not persist then use same dependency version in your original project.
2.1. Along with step 2, try to delete all the folders start with dot (.) after closing the studio. Doing this wont impact your project file, it will delete only settings and cache file of this project.

If none of above solution works then create a bug reporting post in UiPath forum

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

79825139

Date: 2025-11-20 06:03:25
Score: 2
Natty:
Report link
// Source - https://stackoverflow.com/a/68778493
// Posted by Alexandr Shulaev, modified by community. See post 'Timeline' for change history
// Retrieved 2025-11-20, License - CC BY-SA 4.0

$('.card').click(function(e){
    e.preventDefault();
    $(this).toggleClass('flipped');
})
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: دحومي ٩٩

79825121

Date: 2025-11-20 05:35:19
Score: 0.5
Natty:
Report link

There are various ways to implement auth, what you have done is good, but it is only a part of the puzzle. Depending on the type of application you are building - whether the data on the page is tightly coupled with the users themselves or static data that remains same for most users, you may get away without an auth check in the in the middleware. I strongly suggest having another check in the components that render the authorized data, as does Next.js.

If you are not heavily reliant on static data, do away with the auth in the middleware, and implement a combination of a user context provider and a DAL as described in the link above.

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

79825119

Date: 2025-11-20 05:34:18
Score: 0.5
Natty:
Report link

The idiomatic way to do this is to dupe the strings on their way into the ArrayList so that pointer ownership is clear. Or, alternatively, to limit caller to passing comp time values so cleanup is unnecessary. Not fancy, but that's kind of the point.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Rich Remer

79825088

Date: 2025-11-20 04:32:05
Score: 2
Natty:
Report link

there is no issue to develop app with low SDK level but as long as you are planning to publish app on play store you app should support the targetedSDK at least API level 35 as for supporting API level you need to use the latest dependencies and there are so many chances that those dependencies needs minSDK level more than 24. on latter you have to solve this issue so its better to don't use low level min SDK

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

79825083

Date: 2025-11-20 04:17:02
Score: 2
Natty:
Report link
<!--
Source - https://stackoverflow.com/q
Posted by Mick
Retrieved 2025-11-20, License - CC BY-SA 3.0
-->

    <input type="button" value="Download as CSV file" onclick="window.location.href='call_log.csv'  " />
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kimjay Labis

79825075

Date: 2025-11-20 03:56:58
Score: 0.5
Natty:
Report link

Actually this is very easy to do without any of the APIs or scripts! Change each question format from multiple choice to checkboxes/multiselect, select responses tab, create google sheet for responses.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Bennett Brown

79825072

Date: 2025-11-20 03:50:57
Score: 1.5
Natty:
Report link

Below is the query which applies ILM policies to the existing inidices

where mylogs-* is the index pattern which matches the list of indices and mylogs-ilm-policy is new policy which I want to apply.

PUT /mylogs-*/_settings
{
  "index.lifecycle.name": "mylogs-ilm-policy"
}
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Angel H

79825062

Date: 2025-11-20 03:19:51
Score: 0.5
Natty:
Report link

The reason this happens is that a multipart/form-data request changes format depending on whether a file is included.

When a file exists, the client sends:

Content-Type: multipart/

form-data; boundary=...

Spring recognizes it as multipart → JWT filter runs normally → authentication succeeds.

When no file is included, many clients (Axios/Fetch) send:

Content-Type: text/plain

or omit the boundary. Spring no longer treats it as multipart, and your JWT authentication filter may not see the Authorization header consistently. This leads to:

401 INVALID_ACCESS_TOKEN

Fix (Frontend) :

Force the request to always stay multipart:

const formData = new

FormData();

formData.append("title",

title);

formData.append("content",

content);

if (!file) {

formData.append("file", new

Blob([]), "");

}

axios.post("/boards",

formData, {

headers: { Authorization:

`Bearer ${token}` }

});

Fix (Backend)

Allow the file part to be optional:

@RequestPart(value = "file",

required = false)

MultipartFile file

The issue isn’t your JWT — it’s that the request format changes when no file is present, causing Spring Security to skip or mis-handle authentication.

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

79825059

Date: 2025-11-20 03:14:49
Score: 0.5
Natty:
Report link

I tried a bunch of stuff, including making sure I was using a compatible version of Python (I went with 3.8), switching from normal venv to Anaconda, updating pip, and I even attempted to manually download wheel files, but none were available for windows, only for Linux.

The thing that worked for me was going to https://visualstudio.microsoft.com/visual-cpp-build-tools/ and installing C++ build tools. After that, my PyBullet installation worked. That's it.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Low reputation (1):
Posted by: Noah Soffian

79825056

Date: 2025-11-20 03:08:48
Score: 1.5
Natty:
Report link

**I strongly recommend keeping Laravel and React in separate repositories
**
Reasons:

1. Future React Native Compatibility
2. For a good project structure and clean separation
3. Scalability and development flexibility
4. From my development experience, easier to setup domain system and micro-service architecture

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: L.Benrong

79825055

Date: 2025-11-20 03:08:48
Score: 2.5
Natty:
Report link

From SSD or memory hardware hw POV. A memory Byte (8 bits) is addressed using binary address (hw) conductors. So 10 address conductors is 2^^10=1024 call it KB. 20 address conductors is 2^^20=1048576 call it MB. 30 address conductors is 2^^30=1073741824 call it TB. The notation doesn’t change the exact number. There is no such thing as a 1,000,000,000 TB in computer memory.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rik Humphries

79825045

Date: 2025-11-20 02:35:41
Score: 2
Natty:
Report link

If you’re still looking for a tool to find unused code, you might like a new VS Code extension I built – Dart Unused Code. It scans your Flutter/Dart codebase and highlights unused functions (classes and variables coming soon). The extension shows unused elements directly in the editor. Would love to hear your feedback!

https://github.com/utsavtulsyan/dart-unused-code

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

79825043

Date: 2025-11-20 02:33:41
Score: 0.5
Natty:
Report link

for kotlin DSL

inside defaultConfig block, create first a variable as reference.

val apiKey = project.findProject("MyOpenWeatherMapApiKey")?.toString()
buildConfigField("String", "OPEN_WEATHER_MAP_API_KEY", "\"$apiKey\"")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jack

79825041

Date: 2025-11-20 02:29:39
Score: 1.5
Natty:
Report link

@Chronocidal =SUBSTITUTE(SUBSTITUTE(TRANSLATE(BAHTTEXT(100000)),"baht","dollar"),"satang","cent(s)") give output as 100,000 dollar.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Chronocidalgive
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: Harun24hr

79825038

Date: 2025-11-20 02:26:39
Score: 1
Natty:
Report link

Sounds like you're looking for Error Prone's https://errorprone.info/bugpattern/ArgumentSelectionDefectChecker, which would be much simpler than the approaches you seem to be looking at.

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

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

79825033

Date: 2025-11-20 01:48:31
Score: 0.5
Natty:
Report link

In my case immediately after creating instance of editor like

const editor = ace.edit(container, {
  animatedScroll: false,
});

I had to add

editor.renderer.setPadding(0);
editor.renderer.setScrollMargin(0, 0, 0, 0);

only that helped

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

79825027

Date: 2025-11-20 01:23:27
Score: 1.5
Natty:
Report link

If you want the offset as a number you need to divide by a float ( 3600.0 or 1.hour.to_f ) otherwise offset that are not on the hour will be incorrect (e.g. Asia/Rangoon has an offset of UTC+06:30)

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

79825024

Date: 2025-11-20 01:11:25
Score: 1.5
Natty:
Report link

thanks for this answer. managed to make it work by adding the below in base.html.twig

{% block javascripts %}
    {{ encore_entry_script_tags('app') }}
{% endblock %}
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Steven Yip

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

79825011

Date: 2025-11-20 00:24:15
Score: 1.5
Natty:
Report link

Take a look at https://pub.dev/packages/popover. It's exactly what you're looking for and actively maintained

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

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

79824996

Date: 2025-11-19 23:31:05
Score: 3.5
Natty:
Report link

Another question is why do you want to write redundant syntax?

Reasons:
  • Blacklisted phrase (1): Another question
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: user207421

79824995

Date: 2025-11-19 23:30:04
Score: 3.5
Natty:
Report link

Azure AI Search now supports hierarchical facets, which can be used for the capability you described. https://learn.microsoft.com/en-us/azure/search/search-faceted-navigation-examples#facet-aggregation-example

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

79824987

Date: 2025-11-19 23:05:00
Score: 0.5
Natty:
Report link

Shell sort works the same no matter what gaps you use.
The only thing that changes is which gaps you make between elements.
Think of it like this:
- Shell sort = “insertion sort, but you start by jumping far.”
- The gap sequence = “how big your jumps are before you switch to smaller jumps.”

Your code uses:
n/2 → n/4 → n/8 →... → 1

Ciura or Sedgewick just replace those numbers with better jump sizes.
So instead of letting Java calculate them in a loop, you simply:

  1. Make a list of gaps (Ciura: 701, 301, 132 … 1)

  2. Start from the biggest one that fits your array

  3. Run the same sorting logic for each gap

Nothing else changes.
You are not rewriting the algorithm. you are only changing the list of gap numbers. That is all.
In other words: Shell sort = same engine, different gear ratios.

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

79824978

Date: 2025-11-19 22:39:53
Score: 2
Natty:
Report link

If you're looking for the Google Search API, you should try SerpApi. We provide different web search API including a scraper to scrape the Google Search results.

There's no limit on how many queries you want to perform daily.

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

79824976

Date: 2025-11-19 22:36:53
Score: 1
Natty:
Report link

healpy write map only supports 2D arrays. Also Make sure that the number of pixels are valid. You can check back with npix2nside.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Andrea Zonca

79824974

Date: 2025-11-19 22:35:52
Score: 2
Natty:
Report link

@GertArnold: It was more complex before editing. Frankly, the "kind of..." picker is new to me. I did not know what "Best practices" exactly means. And I do not know how to change it.

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

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

79824951

Date: 2025-11-19 21:46:41
Score: 2
Natty:
Report link

In "Advanced settings", "Build Tools. Gradle", select "Download sources".

The documentation shown in the popups is from the sources, not from the Javadoc JARs.

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

79824941

Date: 2025-11-19 21:34:38
Score: 1
Natty:
Report link

This dialog also appears when you are using a non-administrator user account, even after running DevToolsSecurity -enable.

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

79824940

Date: 2025-11-19 21:33:38
Score: 1.5
Natty:
Report link

This is terrible. The topic starter asks the wrong question, there are a huge number of incorrect answers, and Google indexes this horror and shows this crap in search results.

Asking Gemini gives a more concise answer at this point in time

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

79824933

Date: 2025-11-19 21:17:34
Score: 3.5
Natty:
Report link

Yep, in case of reading in char variable partial reading occurs. Yksisarvinen, Remy Lebeau you are right both

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

79824926

Date: 2025-11-19 21:07:32
Score: 3
Natty:
Report link

It's your GPU. I have a GTX 3060 and it's still not real-time. I'm considering trying a GPU on AWS to solve the issue

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

79824923

Date: 2025-11-19 21:05:32
Score: 1
Natty:
Report link

Yes, I think it’s gone forever now.

When you use git stash, it saves changes to files that are already being tracked by Git (i.e., files that have been added to the Git repository at some point).

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

79824916

Date: 2025-11-19 20:52:29
Score: 1.5
Natty:
Report link

Chiming in to say I could not edit the baseUrl property at all using docker-compose. My setup is a turborepo project where one app has cypress tests, and the only way to run Cypress at all was to run it from the root of the project configured as a turbo command. From there, if I omit cypress.env.json files altogether, I can add the --config flag to the CMD and point the baseUrl to the host + port of the service dependency in docker-compose, by injecting it into the Dockerfile with a build arg.

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

79824913

Date: 2025-11-19 20:46:28
Score: 2.5
Natty:
Report link

To close the loop, token refreshing now works correctly with automatic routing with the latest update from Autodesk in Viewer SDK version 7.114.0.

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

79824906

Date: 2025-11-19 20:43:27
Score: 1.5
Natty:
Report link
'spring.config.import=optional:file:.env[.properties]'
You can solve this by adding this line to your application.properties file
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Burak Arslan

79824905

Date: 2025-11-19 20:42:27
Score: 3
Natty:
Report link

(VS 2022) For me editing 'Editor Context Menus | Code Window' worked.

enter image description here

You have to find the specific row you want to delete.

I was able to cut down my context menu to only the essentials:
enter image description here

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

79824902

Date: 2025-11-19 20:40:26
Score: 3
Natty:
Report link

None of these solutions are working because - "The user 'any username in our system' does not exist and cannot be used in the 'by' predicate"

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

79824893

Date: 2025-11-19 20:21:21
Score: 2
Natty:
Report link

If I specify


    runs-on: macos-14

in the workflow, I'm good if I continue to use the -fmodules-ts flag. Dunno when latest became 15 nor why that broke my code.

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

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

79824885

Date: 2025-11-19 20:16:19
Score: 2.5
Natty:
Report link

Problem solves, i just had to download maven locally on my machine and run the code using the

"mvn javafx:run" command. Not exactly sure why it wouldn't run through vscode but either way its done.

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

79824864

Date: 2025-11-19 19:45:12
Score: 0.5
Natty:
Report link

This is what I've used as well adb shell am start 'com.android.settings/.Settings\$MoreSecurityPrivacySettingsActivity'

I used some app to inspect activities in the Settings app across my Samsung and Pixel devices and this seemed to be the highest common Activity to get into for installing a certificate

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

79824863

Date: 2025-11-19 19:45:12
Score: 2.5
Natty:
Report link

A little bit late (15 yrs) to the conversation, but in case someone arrives here, a good free option is PdfiumViewer, available via NuGet for the PDF files.

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

79824862

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

Start menu > "Developer Command Prompt for VS"

In that command prompt, enter "code ." (code space dot)

It will open up VS code, and running C++ code will work as expected.

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

79824860

Date: 2025-11-19 19:37:09
Score: 2.5
Natty:
Report link

Mac OS X + Docker with a French PC Keyboard (HP) :

control ^ + è

where è is also 7

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Martin Luther ETOUMAN NDAMBWE

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

79824835

Date: 2025-11-19 19:01:00
Score: 1
Natty:
Report link

You need "select any dictionary"

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Paul W

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

79824824

Date: 2025-11-19 18:48:56
Score: 0.5
Natty:
Report link

To me this looks like a regular question, not a discussion.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Gert Arnold

79824816

Date: 2025-11-19 18:41:54
Score: 1
Natty:
Report link
  _notificationSub = FirestoreNotificationService.unreadCountStream()
      .listen((count) {
    if (!mounted) return;

    setState(() => unread = count);

    if (count > 0) {
      _ctl.stop();
      _ctl.forward(from: 0);
    } else {
      _ctl.reset();
    }
  });
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nitish Kalia

79824809

Date: 2025-11-19 18:26:51
Score: 1.5
Natty:
Report link

To render MathJax code from MySQL, ensure the text is well formatted.

Query the database to load the code into your DOM.

I used an offline script but didn't render. When I used online CDN it rendered.

So, you can try using online CDN should you're using offline library and vice versa.

Also ensure the delimiters are properly observed.

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

79824808

Date: 2025-11-19 18:22:50
Score: 1.5
Natty:
Report link
This one is perfect, try        

<input type="submit"; name="display" value= "Display"  style="width: 40%; height: 30px;  font-size: 15px;"/>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Claudia Nadieshda

79824804

Date: 2025-11-19 18:18:48
Score: 1
Natty:
Report link

I needed the condition: eq(variables['Build.SourceBranchName'], 'main') condition on the third stage as well.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Adam