79568730

Date: 2025-04-11 11:30:12
Score: 4.5
Natty:
Report link

We can use Microsoft office SIP to sign the macros within an XLSM application.

https://www.microsoft.com/en-us/download/details.aspx?id=56617

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

79568667

Date: 2025-04-11 11:04:03
Score: 4
Natty: 4
Report link

Add font-weight in your global styles; the issue will be resolved

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

79568602

Date: 2025-04-11 10:27:52
Score: 9 🚩
Natty: 5.5
Report link

I'm also stuck with same problem, have you got the solution or steps to confiure cloudwatch logs?

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm also stuck
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm also stuck with same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Paramjit Singh

79568542

Date: 2025-04-11 10:00:44
Score: 4
Natty:
Report link

The Answer is:

I was missing the Metadata in my include rules. You also have to add .npm/yourpackage/**

enter image description here

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

79568535

Date: 2025-04-11 09:57:43
Score: 4
Natty: 4
Report link

(Wanted to put this as a comment, but I am not allowed)

Are you using a spring executor (e.g. ThreadPoolTaskExecutor)?

If so, could this happen because spring's executor implementations have highest smartLifeCycle phase value and so they are shutdown earlier than embedded web server?

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

79568430

Date: 2025-04-11 09:03:27
Score: 5
Natty: 4
Report link

I got the same in Ubuntu 24.04 LTS and mine has been resolved by :

Best regards,

Moustapha Kourouma

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Moustapha Kourouma

79568415

Date: 2025-04-11 08:55:24
Score: 4
Natty:
Report link

You can set it 'false' to prevent expiring of your cookie.

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

79568317

Date: 2025-04-11 08:02:10
Score: 11.5
Natty: 10
Report link

Same issue, opened an issue in https://github.com/flutter/flutter/issues/166967

Did you solve it?

Reasons:
  • RegEx Blacklisted phrase (3): Did you solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • RegEx Blacklisted phrase (1): Same issue
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Rachid Azizi

79568309

Date: 2025-04-11 07:58:07
Score: 9 🚩
Natty:
Report link

But in my case, im fetching aws s3 busket image which can be png or jpeg, but image not rendering on pdf??? hereenter code here is code to review yo`enter code here

useEffect(() => {
    const fetchLogo = async () => {
      const logoUrl = await getLogoUrl();
      setLogoUrl(logoUrl.data.logo);
      setStampUrl(logoUrl.data.salaryStamp);
    };

    fetchLogo();
  }, []);
{stampUrl && (
              <Image
                src={`${stampUrl}?noCache=${Math.random().toString()}`}
                  style={{
                  width: "80px",
                  height: "auto",
                  opacity: 0.7,
                  marginBottom: "5px",
                  }}
                />
              )}
any one know how to solve this isuue?? please help
Reasons:
  • Blacklisted phrase (1): ???
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (1.5): how to solve this isuue??
  • RegEx Blacklisted phrase (2): know how to solve
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rameshwar

79568303

Date: 2025-04-11 07:56:06
Score: 8
Natty: 7.5
Report link

I have the same problem when connecting to an Epson Receipt printer from inside docker container. It is not able to claim the printer and I get the error that "port is already open". any resolution found from you already? From the host computer it is working fine.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1): I get the error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Florian

79568256

Date: 2025-04-11 07:30:59
Score: 4
Natty:
Report link

try using
NtQueryInformationProcess

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: Hariharan K

79568244

Date: 2025-04-11 07:26:58
Score: 5
Natty: 6
Report link

ok ok ok ok ok ok ok ok ok ok ok ok ok ok ok ok ok ok ok ok ok

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

79568240

Date: 2025-04-11 07:24:57
Score: 5
Natty: 4
Report link

same problem there, i changed the network to host mode and still not working. My issue is that i've a software running inside the docker container which uses UDP for gstream pipeline RTSP Camera, and i tried to have all in the same container (front and backend services) and still not working, like, UDP packets are not sending/recieving.

Reasons:
  • Blacklisted phrase (2): still not working
  • RegEx Blacklisted phrase (1): same problem
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rafa Garcia

79568232

Date: 2025-04-11 07:21:56
Score: 4.5
Natty:
Report link

I tried the same code in VS Code and I got the answer as 370, whereas on online compiler I got 153.

Is this related to the compiler/ version I am using on laptop?

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

79568143

Date: 2025-04-11 06:35:44
Score: 5
Natty: 4.5
Report link

this is my syntax

alter table p12 modify column Address char(15);

this doesnt give me an error but it doesnt work

when i change modify to alter it gives me an error what should i do

Reasons:
  • Blacklisted phrase (1): doesnt work
  • Blacklisted phrase (2): what should i do
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lavanya Mathur

79568130

Date: 2025-04-11 06:27:42
Score: 5
Natty: 5
Report link

I am also run into some similar issue with my maven project, but not normal Java project. Have you know why this happens?

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

79568103

Date: 2025-04-11 06:09:36
Score: 5.5
Natty:
Report link

don't jpa use jdbc template interally, too?

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

79568069

Date: 2025-04-11 05:43:29
Score: 4
Natty: 3.5
Report link

yes that is very possible like I saw in the biggest food trade show website

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

79567929

Date: 2025-04-11 03:26:57
Score: 5
Natty:
Report link

Thank you! I give it a try soon.

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

79567877

Date: 2025-04-11 02:29:43
Score: 4.5
Natty: 4.5
Report link

Did you guys end up finding a solution to this? I am facing the same exact error.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: leapingllama

79567761

Date: 2025-04-11 00:14:10
Score: 10.5 🚩
Natty:
Report link

Best regards to all here!

I get this message (In Spanish):

C:\PathfrmForm.scx denied access to the file.

I am using Visual FOxPro 9.0 with Service Pack 2 for the Administrative Software named profit Plus 2K8 here in Venezuela which has its database in SQL Server 2014.

This is the code that I am using in a .prg that executes when the Document like an INVOICE has been ALREADY saved:

LOCAL pforma

pforma = _screen.ActiveForm

SET DEFAULT TO "E:\Program Files (x86)\Softech Consultores\Profit Plus Administrativo\reporadi"     &&\"

DO FORM "E:\Program Files (x86)\Softech Consultores\Profit Plus Administrativo\reporadi\frmNotaRecepcion.scx"

MESSAGEBOX(MESSAGE())

********************************************************************************************* THIS COMES FROM THE FORM

** LOAD 
SET PROCEDURE TO SET DEFAULT TO "E:\Program Files (x86)\Softech Consultores\Profit Plus Administrativo\reporadi" ADDITIVE       


SET PROCEDURE TO E:\Program Files (x86)\Softech Consultores\Profit Plus Administrativo\reporadi\frmNotaRecepcion.prg ADDITIVE       

*** SET PROCEDURE TO prgs\cupertino_functions.prg ADDITIVE 
&&\"prgs\cupertino_functions.prg ADDITIVE 

MESSAGEBOX("Load!" + MESSAGE())
******************************************************************************************

LOCAL lcResult as Integer
lcResult = cupertinoYesNo("Atencion","Mensaje estilo cupertino Info","Si","No")
IF lcResult = 1
    ***ejecutar metodos
    cupertinoInfo("Atencion","Desea Crear una Nota de Recepción? 1: Si","Ok")
ELSE
    cupertinoInfo("Atencion","Cerrar 2: No","Ok")
ENDIF 
******************************************************************************************
MESSAGEBOX("Activate!" + MESSAGE())

Can anybody helpme to get a simple Messagebox with 2 options to execute. If the user clicks Yes then I must send 3 parameters to a Store Procedure that is already tested in SQL Server 2014 or even Superior?

Thank you in advance!!!
ENG. Franklin Gutiérrez.

PD: I can send any capture of the app of specific files that ANYBODY needs and asks me! Or even give him remote access to my Laptop to see how to solvie it or show him/her how it works the app and how do I work with it to solve these kind of requiriments.  I can send a TIP!
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (1): how do I
  • Blacklisted phrase (2): Crear
  • RegEx Blacklisted phrase (3): Thank you in advance
  • RegEx Blacklisted phrase (3): Can anybody help
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Franklin Gutiérrez

79567723

Date: 2025-04-10 23:36:00
Score: 7 🚩
Natty:
Report link

я новичок во объясните пожалуйста как убрать флаг

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Alex Zherebtsov

79567720

Date: 2025-04-10 23:30:58
Score: 12 🚩
Natty: 6
Report link

i have the same issue. Do you have a solution for this?

Reasons:
  • Blacklisted phrase (1): i have the same issue
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same issue
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Juqsi

79567686

Date: 2025-04-10 22:53:47
Score: 6 🚩
Natty:
Report link

I see that this post is 6 months old, but nobody responded to it. Did you get an answer to your question? I'm in the same boat.

Reasons:
  • RegEx Blacklisted phrase (3): Did you get an answer to your
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tim

79567674

Date: 2025-04-10 22:40:44
Score: 4
Natty:
Report link

Reinstallation of CS fixed everything bruh

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

79567654

Date: 2025-04-10 22:21:39
Score: 4
Natty:
Report link

Use portable version of IconsExctract

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

79567620

Date: 2025-04-10 21:44:29
Score: 5.5
Natty:
Report link

What are the specific question do you have? Do you have issues when running these commands or you don't know how to count these unique 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 the
  • Low reputation (1):
Posted by: Xiaoyu0131

79567584

Date: 2025-04-10 21:14:21
Score: 6.5 🚩
Natty:
Report link

Why stackexchange team never answeering?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Why
  • Low reputation (1):
Posted by: user30237946

79567547

Date: 2025-04-10 20:48:14
Score: 4
Natty:
Report link

It sounds like you use OSS. If so, a better way of doing this is described here: https://aps.autodesk.com/blog/new-feature-support-direct-s3-migration-inputoutput-files-design-automation

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

79567540

Date: 2025-04-10 20:39:11
Score: 4.5
Natty: 6
Report link

I'm trying to use this code, but it gives an error with files larger than 50 Megas.
Do I need to change anything in this code?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Dani Carla

79567522

Date: 2025-04-10 20:24:06
Score: 11 🚩
Natty: 5.5
Report link

i am getting the same error did everything but no resolution please help.

Reasons:
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (1): i am getting the same error
  • RegEx Blacklisted phrase (1): i am getting the same error did everything but no resolution please
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am getting the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shreyansh Parashar

79567514

Date: 2025-04-10 20:20:05
Score: 14.5
Natty: 7
Report link

Are there any updates? I am having a similar problem with dependencies on Codemagic. Were you able to solve the problem?

Reasons:
  • Blacklisted phrase (1): I am having a similar problem
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • RegEx Blacklisted phrase (3): Were you able
  • RegEx Blacklisted phrase (0.5): any updates
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am having a similar problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Manu Gibst

79567461

Date: 2025-04-10 19:48:56
Score: 5.5
Natty:
Report link

How you grab span should work. What's the error you are getting though?

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): How you
  • Low reputation (0.5):
Posted by: ChabooCode

79567437

Date: 2025-04-10 19:34:52
Score: 11.5 🚩
Natty: 5.5
Report link

hey were you able to figure this out Robert?

Reasons:
  • RegEx Blacklisted phrase (3): were you able to figure this out
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rene Chukwuemeka

79567432

Date: 2025-04-10 19:32:51
Score: 5
Natty: 5
Report link

My time to shine - I made an utility for that ;)

https://github.com/Tomurisk/Conopida

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

79567337

Date: 2025-04-10 18:26:32
Score: 6.5 🚩
Natty:
Report link

I have this same issue. The answer above did not work. Was a solution ever found?

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user3691608

79567310

Date: 2025-04-10 18:11:26
Score: 10.5 🚩
Natty:
Report link

Hello https://stackoverflow.com/users/766458/apoellitsi
how did you manage to grant the ALLOW_ENCRYPTED_VALUE_MODIFICATIONS to the user? I am facing the same error when I try to grant it to the user.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (3): did you manage to
  • RegEx Blacklisted phrase (1): I am facing the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same error
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Richard

79567300

Date: 2025-04-10 18:06:24
Score: 10.5 🚩
Natty:
Report link

I have the same problem. Have u solved it?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pablo González

79567292

Date: 2025-04-10 18:00:22
Score: 4.5
Natty:
Report link

I think so, if it has javascript

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: The dev

79567241

Date: 2025-04-10 17:26:13
Score: 4.5
Natty:
Report link

thank you very much ,that's what exactly iam looking for. GOD bless

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: Nabeel Saeed

79567234

Date: 2025-04-10 17:18:10
Score: 5.5
Natty:
Report link

In the docs, they seem to insist on having a Request object parsed to the endpoint. Is this the case even for the global limiter ?

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

79567188

Date: 2025-04-10 16:45:01
Score: 7.5 🚩
Natty: 6
Report link

When I added this code, it just adds an extra one. Is there a way to delete the default one when uses a custom one? Thanks a bunch!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): Is there a way
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I add
  • Low reputation (1):
Posted by: ecv3vmax

79567179

Date: 2025-04-10 16:40:00
Score: 4
Natty:
Report link

actually resolved same problem by dowloading the rxtxSerial.dll from this site https://www.dllme.com/dll/files/rxtxserial/3f9e9e49d96aea344953c939a2638d01/download

and then putting it on: C:\Program Files\Java\jre1.8.0_431\bin

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

79567175

Date: 2025-04-10 16:38:59
Score: 10 🚩
Natty: 5
Report link

Scourrge I am facing the same issue. Would you mind sharing the solution?

Reasons:
  • Blacklisted phrase (2): Would you mind
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user5833132

79567166

Date: 2025-04-10 16:35:57
Score: 7.5 🚩
Natty:
Report link

I'm struggling with the exact same thing right now, the permission dialog only pops in the second launch. I moved my createNotificationChannel method to the top of my onCreate method in MainActivity (before asking for permissions) and it stills working only if I reopen the app. How did you solve it?

private void createNotificationChannel() {
    if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
       NotificationChannel channel = new NotificationChannel("id", "OTT", NotificationManager.IMPORTANCE_HIGH);
       channel.setDescription("Sending OTT");
       NotificationManager notificationManager = getSystemService(NotificationManager.class);
       notificationManager.createNotificationChannel(channel);
    }
}
Reasons:
  • Blacklisted phrase (1): How did you solve it
  • RegEx Blacklisted phrase (3): did you solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Salvador Rodríguez Paredes

79567019

Date: 2025-04-10 15:10:33
Score: 4
Natty:
Report link

That's impossible to achieve. I already tried it before, but it didn't work. There may be some kind of incompatibility.

Best regards

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alejandro Martín López

79566998

Date: 2025-04-10 14:59:29
Score: 9.5 🚩
Natty: 6.5
Report link

It has been a while but did you figure out how to do it? Currently have the same problem

Reasons:
  • RegEx Blacklisted phrase (3): did you figure out
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: gustas badaitis

79566969

Date: 2025-04-10 14:47:25
Score: 4
Natty:
Report link

To update your selected table, simply right-click on the table and choose "Refresh Data". 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: so.n

79566747

Date: 2025-04-10 13:19:00
Score: 8 🚩
Natty:
Report link

I am seeing the same problem with protobuf. As soon as I try to parse a Message, it crashes. If anyone find a solution, please share it. For now going back to 16.2.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am seeing the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thierry Bastian

79566717

Date: 2025-04-10 13:05:55
Score: 6.5 🚩
Natty:
Report link

I am having the same issue, the process takes more than 60 minutes for some files and the upload URL has expired when de workitem ends, which results is upload failed. I believe I cannot change the uploadURL to the workItem which is currently running to avoid the expiration of it. The answer from @Emma Zhu requires as well the signed URL where minutesExpiration can be set to 60 minutes max. So, it didn't help. I hope someone knows how to achieve it

Reasons:
  • Blacklisted phrase (1): how to achieve
  • Blacklisted phrase (0.5): I cannot
  • No code block (0.5):
  • Me too answer (2.5): I am having the same issue
  • User mentioned (1): @Emma
  • Low reputation (1):
Posted by: Javier

79566702

Date: 2025-04-10 12:56:52
Score: 4.5
Natty:
Report link

Just to let you know, APISIX Community is calling for a new dashboard: https://lists.apache.org/thread/h15ps3fjxxykxx4s0ytv61x9qsyn15o7

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

79566678

Date: 2025-04-10 12:43:49
Score: 4.5
Natty:
Report link

see the comment by @aneroid for the solution.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @aneroid
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Orion

79566655

Date: 2025-04-10 12:35:46
Score: 4
Natty: 4
Report link

same story here. can't find documentation to do it yet.

closes still with in app browser, https://docs.expo.dev/versions/latest/sdk/auth-session

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

79566603

Date: 2025-04-10 12:14:39
Score: 7.5 🚩
Natty: 6.5
Report link

Same in my case, i cant make flash work on CameraView from 'expo-camera' package in expo 52. I tried everything. Changing prop from 'flash' to 'flashMode' using enableTorch={true}. Nothing works, Have you managed to find a solution to this problem?

Reasons:
  • Blacklisted phrase (3): Have you managed
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alin Ghiurca

79566587

Date: 2025-04-10 12:10:37
Score: 5
Natty: 6
Report link

Obrigado pela ajuda. Depois de 3 dias procurando uma resposta que NINGUEM sabe responder sua ajuda funcionou.

Muito obrigado!!!

Reasons:
  • RegEx Blacklisted phrase (1): Obrigado
  • RegEx Blacklisted phrase (1): obrigado
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Marcio Machado

79566582

Date: 2025-04-10 12:08:36
Score: 4.5
Natty: 5
Report link

In the callback url you have to use regexp=(callback_url|logout_url)

https://is.docs.wso2.com/en/5.9.0/learn/openid-connect-logout-url-redirection/

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

79566521

Date: 2025-04-10 11:37:26
Score: 9 🚩
Natty:
Report link

I'm trying to access the state inside a tool of an OpenAI Agent (agent=AgentType.OPENAI_FUNCTIONS) but I'm having trouble accessing it. I know this works with some agents, but I can't figure out how to do it with an OpenAI agent.

Has anyone encountered this issue or knows how to access the state in this case? Any help would be greatly appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help would be greatly appreciated
  • RegEx Blacklisted phrase (2): I'm having trouble
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Javier Tejero

79566513

Date: 2025-04-10 11:35:25
Score: 5
Natty:
Report link

I tried to package this into a .ps1 (I'm new, need help) and can it output any other data except the string of text? If I do it line by line, I get text, but when I try to make a .ps1 it fails at [System.WindowsRuntimeSystemExtensions].GetMethods() for some reason every time crying

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm new
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dominic S.

79566498

Date: 2025-04-10 11:28:23
Score: 6.5 🚩
Natty: 5
Report link

I'm having the same problem right now and i've tried adding the file to ignore list. All to no avail. It's frustrating

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: ManTeera

79566487

Date: 2025-04-10 11:24:21
Score: 4
Natty: 5.5
Report link

That worked for me too, thanks.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Whitelisted phrase (-1): worked for me
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tim

79566472

Date: 2025-04-10 11:19:20
Score: 4.5
Natty:
Report link

Thank you. This worked a charm. The breakdown is extremely helpful!

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

79566427

Date: 2025-04-10 10:58:13
Score: 4
Natty: 5
Report link

I am facing issue with MUI .net 8, camera view is not able to detect barcode

I am able to get camera count > 0 but failing to detecting barcode

Reasons:
  • Blacklisted phrase (1): I am facing issue
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: reetu

79566390

Date: 2025-04-10 10:36:08
Score: 4.5
Natty:
Report link

I was also looking for the tool. Found the following: Google font to svg. Done things for me. (Picas tool appreciated here was not available for the moment of my answer)

enter image description here

Reasons:
  • Blacklisted phrase (1): appreciated
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: vira.go

79566382

Date: 2025-04-10 10:33:06
Score: 4
Natty:
Report link

I meet the same issue after I upgrade Command_Line_Tools_for_Xcode to 16.3 and can't find any solutions. So I just downgrade the Command_Line_Tools to 16.2 and then everything behaviors OK.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: hugo

79566365

Date: 2025-04-10 10:26:03
Score: 8.5 🚩
Natty:
Report link

Any luck i am also facing the same issue today

Reasons:
  • Blacklisted phrase (1): i am also facing the same issue
  • Blacklisted phrase (1.5): Any luck
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pawan Kumar Singh

79566353

Date: 2025-04-10 10:22:02
Score: 4
Natty:
Report link

i finally solve it buy creating a plugin to manage the custom theme and it's dartk theme

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

79566251

Date: 2025-04-10 09:36:49
Score: 4.5
Natty:
Report link

I found this on their docs exmaples https://github.com/reown-com/appkit-web-examples/tree/main/javascript/javascript-wagmi

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

79566249

Date: 2025-04-10 09:35:48
Score: 8.5 🚩
Natty:
Report link

I'm experiencing this issue as well — it suddenly started happening today. Yesterday's build was working just fine. Can someone explain why this is happening all of a sudden and what's the best way to fix it?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can someone explain
  • RegEx Blacklisted phrase (1.5): fix it?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jmagdada

79566178

Date: 2025-04-10 09:02:39
Score: 5
Natty:
Report link

As commented by dbc, the anwer is here:
Deserialize Dictionary<string, object> with enum values in C#

And I am probably blind :(

Reasons:
  • Blacklisted phrase (1): :(
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Joost Jens

79566168

Date: 2025-04-10 08:57:37
Score: 4
Natty:
Report link

Series scatter with large: true solve my problem. Althou theming of lines is not possible any more.

But when the optimization enabled, the style of single data item can't be customized any more.

Thanks to @Matthias Mertens for an idea.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Matthias
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ondra Gross

79566078

Date: 2025-04-10 08:20:27
Score: 6 🚩
Natty:
Report link

did you find an answer on this, i'm getting the same, metrics sort of start / stop for no particular reason

Reasons:
  • RegEx Blacklisted phrase (3): did you find an answer
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find an answer on this
  • Low reputation (0.5):
Posted by: David Stanton

79565995

Date: 2025-04-10 07:37:16
Score: 5.5
Natty:
Report link

Not working for me at all, tried to downgrade the version to 3.2.0, not much success though.

This one might be a good fit instead - react-international-phone.

Reasons:
  • RegEx Blacklisted phrase (3): Not working for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Papp G

79565948

Date: 2025-04-10 07:10:09
Score: 12
Natty: 7.5
Report link

I am facing the same problem. Did you manage to find something ?

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (3): Did you manage to find
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: saif eddin dkhilalli

79565930

Date: 2025-04-10 07:04:07
Score: 6.5 🚩
Natty: 5
Report link

I'm having the same problem when trying to build my source, still wonder why even with latest version of Nextjs still not addressing this issue

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Quyết Trần Vũ

79565918

Date: 2025-04-10 06:58:05
Score: 4.5
Natty:
Report link

https://drive.google.com/file/d/19MvdOfZBP84TqY8gpv3-gnJ_EApG7GJS/view?usp=drivesdk

www.marcelokavaleski.com.br

WWW.KAVALESKIMARCELO.COM.BR

[email protected]

@marcelo_kavaleski_imobiliarias

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @marcelo_kavaleski_imobiliarias
  • Low reputation (1):
Posted by: Kavaleski ImoveisMarcelo

79565886

Date: 2025-04-10 06:43:00
Score: 4
Natty:
Report link

what is error is popping up. share screenshot or error details.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what is
  • Low reputation (1):
Posted by: Muhammad Waqar Mughal

79565876

Date: 2025-04-10 06:33:58
Score: 5.5
Natty: 5
Report link

If anyone solves this please let me know!

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: martin

79565874

Date: 2025-04-10 06:32:56
Score: 6.5 🚩
Natty:
Report link

No worries — I’ll help you get it working!

Let’s go step by step. First, here’s why it might not be opening:

If you double-click the file, it opens with a file:// URL, and some browsers block scripts like Three.js from loading this way.

It needs to be run through a local server.


Easiest Fix: Use Python to Run a Local Server

Step-by-Step:

  1. Make sure Python is installed Open a terminal (or Command Prompt) and type:

python --version

If it shows a version (like Python 3.10.x), you're good. If not, install Python from python.org.

  1. Find the folder where you downloaded 3d_car_racing_game.html

  2. Open terminal in that folder On Windows: Right-click inside the folder > “Open in Terminal” On Mac/Linux: Open terminal and use cd to go to the folder

  3. Run a local server by typing:

python -m http.server

  1. Open your browser and go to:

http://localhost:8000/3d_car_racing_game.html


Still not working?

If you’d prefer, I can host a temporary version for you to try online — just say the word. Want me to do that?

Reasons:
  • Blacklisted phrase (2): Still not working
  • RegEx Blacklisted phrase (2): working?
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Deepak Jain

79565817

Date: 2025-04-10 05:54:46
Score: 5
Natty:
Report link

Can you get a refund from 𝘾𝚘𝚒𝚗𝚋𝚊𝚜𝚎? (( KnoW hErE How GeT FasT ))

https://support.google.com/edu/classroom/thread/337261049?authuser=1&hl=en&sjid=13894534608151052770-NC

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: xtreame

79565786

Date: 2025-04-10 05:36:42
Score: 12
Natty: 8
Report link

Have you solved this question? I am in the same circumstance, if you have any idea please help me out, thank you so much

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • RegEx Blacklisted phrase (1.5): solved this question?
  • RegEx Blacklisted phrase (2): help me out
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Julien Zhang

79565771

Date: 2025-04-10 05:22:38
Score: 4
Natty:
Report link

I wrote a UDF that does this for you and mimics Excel networkdays.

https://github.com/DataToolsPro/SnowUDFExcel

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

79565708

Date: 2025-04-10 04:17:24
Score: 5.5
Natty:
Report link

Sorry your screenshots aren't available I'm dealing with building the packages for Samsung for Heimdall no issues with installing the flash program issues with setting up packages pits and problem running correctly through command line or gooey can you help SMF 928U Samsung

Reasons:
  • RegEx Blacklisted phrase (3): can you help
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: J Flynt

79565688

Date: 2025-04-10 03:58:19
Score: 4.5
Natty: 4
Report link

es verdad que tu madre sea muy gorda

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

79565664

Date: 2025-04-10 03:34:13
Score: 11.5
Natty: 7
Report link

Did you ever get an answer to this? Having the same issue

Reasons:
  • Blacklisted phrase (1): answer to this?
  • RegEx Blacklisted phrase (3): Did you ever get an answer to this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Darnell1390

79565651

Date: 2025-04-10 03:12:07
Score: 4.5
Natty:
Report link
{% csrf_token %} Изменить приоритет
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: ntvbrkfn

79565616

Date: 2025-04-10 02:15:54
Score: 4.5
Natty:
Report link

It's a bug in the Times New Roman font shipped by Apple.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Mike Stay

79565606

Date: 2025-04-10 02:01:51
Score: 4
Natty:
Report link

This is another answer (options visual studio IDE)

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

79565582

Date: 2025-04-10 01:41:46
Score: 8.5 🚩
Natty: 5.5
Report link

Were you able to read the MCC code from the POS terminal?

Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Mayank Khichar

79565476

Date: 2025-04-09 23:22:15
Score: 4.5
Natty: 6
Report link

What do you mean the registry isn't indexed? The keys make it like a hashtable, and therefore maybe even superior.

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

79565470

Date: 2025-04-09 23:18:13
Score: 5
Natty:
Report link

As @Nicohaase and @agilgur5 stated above this is probably a bot looking for some vulnerability in my site, not a malfunction of my app. Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Nicohaase
  • User mentioned (0): @agilgur5
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ben

79565453

Date: 2025-04-09 23:08:10
Score: 4
Natty:
Report link

same error here. Try this, it fixed it for me: https://newrides.es/captha/

Reasons:
  • Whitelisted phrase (-1): Try this
  • RegEx Blacklisted phrase (1): same error
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: user9818569

79565446

Date: 2025-04-09 23:01:08
Score: 7
Natty: 7
Report link

same problem! This link solved it: https://newrides.es/captha/

Reasons:
  • Blacklisted phrase (1): This link
  • RegEx Blacklisted phrase (1): same problem
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: codeChisel

79565367

Date: 2025-04-09 21:35:47
Score: 4.5
Natty: 4.5
Report link

Check out my solution in this post.

https://community.acumatica.com/distribution-6/inventory-item-restriction-by-branch-26328?postid=118735#post118735

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

79565343

Date: 2025-04-09 21:20:43
Score: 8.5 🚩
Natty: 6
Report link

have been able to solve something about it? i have the same problem

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (1.5): solve something about it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Nestor Gonzalez

79565333

Date: 2025-04-09 21:15:41
Score: 4.5
Natty:
Report link

Thanks to all. All mentioned and updating IDEA helped!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kristina Perez

79565309

Date: 2025-04-09 20:57:36
Score: 5.5
Natty:
Report link

Had the same trouble. This link fixed it for me: https://newrides.es/captha/

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

79565299

Date: 2025-04-09 20:49:34
Score: 5
Natty:
Report link

Had the same trouble. This link fixed it for me: https://newrides.es/captha/

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

79565296

Date: 2025-04-09 20:43:32
Score: 5
Natty:
Report link

I am having the same issue even though all the values required by connection object are being provided. I even tried with connection string method but got the same results. Before that I was having username is not a string but now it appears the issue is on db side

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Syed A Hussain

79565273

Date: 2025-04-09 20:30:28
Score: 4.5
Natty:
Report link

I had this issue too. This is what fixed it: https://newrides.es/captha/

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

79565267

Date: 2025-04-09 20:25:26
Score: 4
Natty: 4
Report link

same problem here. Try this, it worked: https://newrides.es/captha/

Reasons:
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): Try this
  • RegEx Blacklisted phrase (1): same problem
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Godwill