Check out a userscript which highlights deleted posts.
GitHub
Date: 2025-04-11 11:30:12
Score: 4.5
Natty:
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
Date: 2025-04-11 11:04:03
Score: 4
Natty: 4
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
Date: 2025-04-11 10:27:52
Score: 9
🚩
Natty: 5.5
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 stuckLow length (1): No code block (0.5): Me too answer (2.5): I'm also stuck with same problemEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Paramjit Singh
Date: 2025-04-11 10:00:44
Score: 4
Natty:
The Answer is:
I was missing the Metadata in my include rules. You also have to add .npm/yourpackage/**
Reasons:
Probably link only (1): Low length (1): No code block (0.5): Self-answer (0.5): Low reputation (1):
Posted by: herbert
Date: 2025-04-11 09:57:43
Score: 4
Natty: 4
(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
Date: 2025-04-11 09:03:27
Score: 5
Natty: 4
I got the same in Ubuntu 24.04 LTS and mine has been resolved by :
apt update
apt install docker*
Best regards,
Moustapha Kourouma
Reasons:
Blacklisted phrase (0.5): Best regardsBlacklisted phrase (1): regardsContains signature (1): Low length (1): No code block (0.5): Low reputation (1):
Posted by: Moustapha Kourouma
Date: 2025-04-11 08:55:24
Score: 4
Natty:
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
Date: 2025-04-11 08:02:10
Score: 11.5
Natty: 10
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 itRegEx Blacklisted phrase (1.5): solve it?RegEx Blacklisted phrase (1): Same issueProbably link only (1): Low length (1.5): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Rachid Azizi
Date: 2025-04-11 07:58:07
Score: 9
🚩
Natty:
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 solveRegEx Blacklisted phrase (3): please helpRegEx Blacklisted phrase (1.5): how to solve this isuue??RegEx Blacklisted phrase (2): know how to solveLong answer (-0.5): Has code block (-0.5): Contains question mark (0.5): Low reputation (1):
Posted by: Rameshwar
Date: 2025-04-11 07:56:06
Score: 8
Natty: 7.5
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 problemRegEx Blacklisted phrase (1): I get the errorLow length (0.5): No code block (0.5): Me too answer (2.5): I have the same problemContains question mark (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Florian
Date: 2025-04-11 07:30:59
Score: 4
Natty:
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
Date: 2025-04-11 07:26:58
Score: 5
Natty: 6
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
Date: 2025-04-11 07:24:57
Score: 5
Natty: 4
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 workingRegEx Blacklisted phrase (1): same problemNo code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Rafa Garcia
Date: 2025-04-11 07:21:56
Score: 4.5
Natty:
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
Date: 2025-04-11 06:35:44
Score: 5
Natty: 4.5
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 workBlacklisted phrase (2): what should i doLow length (0.5): No code block (0.5): Low reputation (1):
Posted by: Lavanya Mathur
Date: 2025-04-11 06:27:42
Score: 5
Natty: 5
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
Date: 2025-04-11 06:09:36
Score: 5.5
Natty:
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: 이윤호
Date: 2025-04-11 05:43:29
Score: 4
Natty: 3.5
yes that is very possible like I saw in the biggest food trade sho w 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
Date: 2025-04-11 03:26:57
Score: 5
Natty:
Thank you! I give it a try soon.
Reasons:
Blacklisted phrase (0.5): Thank youLow length (2): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Wayland
Date: 2025-04-11 02:29:43
Score: 4.5
Natty: 4.5
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
Date: 2025-04-11 00:14:10
Score: 10.5
🚩
Natty:
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 youBlacklisted phrase (0.5): Best regardsBlacklisted phrase (1): regardsBlacklisted phrase (1): how do IBlacklisted phrase (2): CrearRegEx Blacklisted phrase (3): Thank you in advanceRegEx Blacklisted phrase (3): Can anybody helpLong answer (-1): Has code block (-0.5): Low reputation (1):
Posted by: Franklin Gutiérrez
Date: 2025-04-10 23:36:00
Score: 7
🚩
Natty:
я новичок во объясните пожалуйста как убрать флаг
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
Date: 2025-04-10 23:30:58
Score: 12
🚩
Natty: 6
i have the same issue. Do you have a solution for this?
Reasons:
Blacklisted phrase (1): i have the same issueRegEx Blacklisted phrase (2.5): Do you have aLow length (1.5): No code block (0.5): Me too answer (2.5): i have the same issueEnds in question mark (2): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Juqsi
Date: 2025-04-10 22:53:47
Score: 6
🚩
Natty:
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 yourLow length (1): No code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (0.5):
Posted by: Tim
Date: 2025-04-10 22:40:44
Score: 4
Natty:
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
Date: 2025-04-10 22:21:39
Score: 4
Natty:
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
Date: 2025-04-10 21:44:29
Score: 5.5
Natty:
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
Date: 2025-04-10 21:14:21
Score: 6.5
🚩
Natty:
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
Date: 2025-04-10 20:48:14
Score: 4
Natty:
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
Date: 2025-04-10 20:39:11
Score: 4.5
Natty: 6
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 needLow length (1): No code block (0.5): Ends in question mark (2): Low reputation (0.5):
Posted by: Dani Carla
Date: 2025-04-10 20:24:06
Score: 11
🚩
Natty: 5.5
i am getting the same error did everything but no resolution please help.
Reasons:
RegEx Blacklisted phrase (3): please helpRegEx Blacklisted phrase (1): i am getting the same errorRegEx Blacklisted phrase (1): i am getting the same error did everything but no resolution pleaseLow length (1.5): No code block (0.5): Me too answer (2.5): i am getting the same errorSingle line (0.5): Low reputation (1):
Posted by: Shreyansh Parashar
Date: 2025-04-10 20:20:05
Score: 14.5
Natty: 7
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 problemBlacklisted phrase (1): you able to solveRegEx Blacklisted phrase (1.5): solve the problem?RegEx Blacklisted phrase (3): Were you ableRegEx Blacklisted phrase (0.5): any updatesLow length (1): No code block (0.5): Me too answer (2.5): I am having a similar problemEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Manu Gibst
Date: 2025-04-10 19:48:56
Score: 5.5
Natty:
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
Date: 2025-04-10 19:34:52
Score: 11.5
🚩
Natty: 5.5
hey were you able to figure this out Robert?
Reasons:
RegEx Blacklisted phrase (3): were you able to figure this outRegEx Blacklisted phrase (3): were you ableLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Rene Chukwuemeka
Date: 2025-04-10 19:32:51
Score: 5
Natty: 5
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
Date: 2025-04-10 18:26:32
Score: 6.5
🚩
Natty:
I have this same issue. The answer above did not work. Was a solution ever found?
Reasons:
Blacklisted phrase (1): did not workLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: user3691608
Date: 2025-04-10 18:11:26
Score: 10.5
🚩
Natty:
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): stackoverflowRegEx Blacklisted phrase (3): did you manage toRegEx Blacklisted phrase (1): I am facing the same errorLow length (1): No code block (0.5): Me too answer (2.5): I am facing the same errorContains question mark (0.5): Low reputation (1):
Posted by: Richard
Date: 2025-04-10 18:06:24
Score: 10.5
🚩
Natty:
I have the same problem. Have u solved it?
Reasons:
Blacklisted phrase (1): I have the same problemRegEx Blacklisted phrase (1.5): solved it?Low length (1.5): No code block (0.5): Me too answer (2.5): I have the same problemEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Pablo González
Date: 2025-04-10 18:00:22
Score: 4.5
Natty:
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
Date: 2025-04-10 17:26:13
Score: 4.5
Natty:
thank you very much ,that's what exactly iam looking for. GOD bless
Reasons:
Blacklisted phrase (0.5): thank youLow length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Nabeel Saeed
Date: 2025-04-10 17:18:10
Score: 5.5
Natty:
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
Date: 2025-04-10 16:45:01
Score: 7.5
🚩
Natty: 6
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): ThanksBlacklisted phrase (1): Is there a wayLow 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 addLow reputation (1):
Posted by: ecv3vmax
Date: 2025-04-10 16:40:00
Score: 4
Natty:
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
Date: 2025-04-10 16:38:59
Score: 10
🚩
Natty: 5
Scourrge I am facing the same issue. Would you mind sharing the solution?
Reasons:
Blacklisted phrase (2): Would you mindLow length (1.5): No code block (0.5): Me too answer (2.5): I am facing the same issueEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: user5833132
Date: 2025-04-10 16:35:57
Score: 7.5
🚩
Natty:
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 itRegEx Blacklisted phrase (3): did you solve itRegEx 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
Date: 2025-04-10 15:10:33
Score: 4
Natty:
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 regardsBlacklisted phrase (1): regardsLow length (1): No code block (0.5): Low reputation (1):
Posted by: Alejandro Martín López
Date: 2025-04-10 14:59:29
Score: 9.5
🚩
Natty: 6.5
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 outLow length (1.5): No code block (0.5): Me too answer (2.5): have the same problemContains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: gustas badaitis
Date: 2025-04-10 14:47:25
Score: 4
Natty:
To update your selected table, simply right-click on the table and choose "Refresh Data".
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
Date: 2025-04-10 13:19:00
Score: 8
🚩
Natty:
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 shareLow length (1): No code block (0.5): Me too answer (2.5): I am seeing the same problemSingle line (0.5): Low reputation (1):
Posted by: Thierry Bastian
Date: 2025-04-10 13:05:55
Score: 6.5
🚩
Natty:
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 achieveBlacklisted phrase (0.5): I cannotNo code block (0.5): Me too answer (2.5): I am having the same issueUser mentioned (1): @EmmaLow reputation (1):
Posted by: Javier
Date: 2025-04-10 12:56:52
Score: 4.5
Natty:
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
Date: 2025-04-10 12:43:49
Score: 4.5
Natty:
see the comment by @aneroid for the solution.
Reasons:
Low length (1.5): No code block (0.5): User mentioned (1): @aneroidSelf-answer (0.5): Single line (0.5): Low reputation (0.5):
Posted by: Orion
Date: 2025-04-10 12:35:46
Score: 4
Natty: 4
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
Date: 2025-04-10 12:14:39
Score: 7.5
🚩
Natty: 6.5
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 managedLow length (0.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Alin Ghiurca
Date: 2025-04-10 12:10:37
Score: 5
Natty: 6
Obrigado pela ajuda. Depois de 3 dias procurando uma resposta que NINGUEM sabe responder sua ajuda funcionou.
Muito obrigado!!!
Reasons:
RegEx Blacklisted phrase (1): ObrigadoRegEx Blacklisted phrase (1): obrigadoLow length (1): No code block (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: Marcio Machado
Date: 2025-04-10 12:08:36
Score: 4.5
Natty: 5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: user30233431
Date: 2025-04-10 11:37:26
Score: 9
🚩
Natty:
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): appreciatedBlacklisted phrase (1): Any helpRegEx Blacklisted phrase (3): Any help would be greatly appreciatedRegEx Blacklisted phrase (2): I'm having troubleNo code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: Javier Tejero
Date: 2025-04-10 11:35:25
Score: 5
Natty:
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 newLow 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.
Date: 2025-04-10 11:28:23
Score: 6.5
🚩
Natty: 5
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 problemLow length (1): No code block (0.5): Me too answer (2.5): I'm having the same problemSingle line (0.5): Low reputation (1):
Posted by: ManTeera
Date: 2025-04-10 11:24:21
Score: 4
Natty: 5.5
That worked for me too, thanks.
Reasons:
Blacklisted phrase (0.5): thanksWhitelisted phrase (-1): worked for meLow length (2): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Tim
Date: 2025-04-10 11:19:20
Score: 4.5
Natty:
Thank you. This worked a charm. The breakdown is extremely helpful!
Reasons:
Blacklisted phrase (0.5): Thank youLow length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: DFitzie
Date: 2025-04-10 10:58:13
Score: 4
Natty: 5
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 issueLow length (1): No code block (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: reetu
Date: 2025-04-10 10:36:08
Score: 4.5
Natty:
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)
Reasons:
Blacklisted phrase (1): appreciatedProbably link only (1): Low length (1): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: vira.go
Date: 2025-04-10 10:33:06
Score: 4
Natty:
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 solutionLow length (0.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: hugo
Date: 2025-04-10 10:26:03
Score: 8.5
🚩
Natty:
Any luck i am also facing the same issue today
Reasons:
Blacklisted phrase (1): i am also facing the same issueBlacklisted phrase (1.5): Any luckLow length (1.5): No code block (0.5): Me too answer (2.5): i am also facing the same issueSingle line (0.5): Low reputation (1):
Posted by: Pawan Kumar Singh
Date: 2025-04-10 10:22:02
Score: 4
Natty:
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
Date: 2025-04-10 09:36:49
Score: 4.5
Natty:
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
Date: 2025-04-10 09:35:48
Score: 8.5
🚩
Natty:
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 explainRegEx 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
Date: 2025-04-10 09:02:39
Score: 5
Natty:
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
Date: 2025-04-10 08:57:37
Score: 4
Natty:
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): ThanksLow length (0.5): No code block (0.5): User mentioned (1): @MatthiasSelf-answer (0.5): Low reputation (1):
Posted by: Ondra Gross
Date: 2025-04-10 08:20:27
Score: 6
🚩
Natty:
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 answerLow length (1): No code block (0.5): Single line (0.5): Starts with a question (0.5): did you find an answer on thisLow reputation (0.5):
Posted by: David Stanton
Date: 2025-04-10 07:37:16
Score: 5.5
Natty:
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 meLow length (1): No code block (0.5): Low reputation (1):
Posted by: Papp G
Date: 2025-04-10 07:10:09
Score: 12
Natty: 7.5
I am facing the same problem. Did you manage to find something ?
Thanks!
Reasons:
Blacklisted phrase (0.5): ThanksBlacklisted phrase (1): m facing the same problemRegEx Blacklisted phrase (3): Did you manage to findLow length (1.5): No code block (0.5): Me too answer (2.5): I am facing the same problemEnds in question mark (2): Low reputation (1):
Posted by: saif eddin dkhilalli
Date: 2025-04-10 07:04:07
Score: 6.5
🚩
Natty: 5
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 problemLow length (1): No code block (0.5): Me too answer (2.5): I'm having the same problemSingle line (0.5): Low reputation (1):
Posted by: Quyết Trần Vũ
Date: 2025-04-10 06:58:05
Score: 4.5
Natty:
Reasons:
Probably link only (1): Low length (1): No code block (0.5): User mentioned (1): @marcelo_kavaleski_imobiliariasLow reputation (1):
Posted by: Kavaleski ImoveisMarcelo
Date: 2025-04-10 06:43:00
Score: 4
Natty:
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
Date: 2025-04-10 06:33:58
Score: 5.5
Natty: 5
If anyone solves this please let me know!
Reasons:
RegEx Blacklisted phrase (2.5): please let me knowLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: martin
Date: 2025-04-10 06:32:56
Score: 6.5
🚩
Natty:
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:
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.
Find the folder where you downloaded 3d_car_racing_game.html
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
Run a local server by typing:
python -m http.server
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 workingRegEx Blacklisted phrase (2): working?Long answer (-1): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Deepak Jain
Date: 2025-04-10 05:54:46
Score: 5
Natty:
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
Date: 2025-04-10 05:36:42
Score: 12
Natty: 8
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 youBlacklisted phrase (1): help meRegEx Blacklisted phrase (3): please help meRegEx Blacklisted phrase (1.5): solved this question?RegEx Blacklisted phrase (2): help me outLow 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
Date: 2025-04-10 05:22:38
Score: 4
Natty:
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
Date: 2025-04-10 04:17:24
Score: 5.5
Natty:
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 helpLow length (0.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: J Flynt
Date: 2025-04-10 03:58:19
Score: 4.5
Natty: 4
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
Date: 2025-04-10 03:34:13
Score: 11.5
Natty: 7
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 thisLow length (1.5): No code block (0.5): Me too answer (2.5): Having the same issueContains 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
Date: 2025-04-10 03:12:07
Score: 4.5
Natty:
{% 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
Date: 2025-04-10 02:15:54
Score: 4.5
Natty:
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
Date: 2025-04-10 02:01:51
Score: 4
Natty:
This is another answer (options visual studio IDE)
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
Date: 2025-04-10 01:41:46
Score: 8.5
🚩
Natty: 5.5
Were you able to read the MCC code from the POS terminal?
Thank you
Reasons:
Blacklisted phrase (0.5): Thank youRegEx Blacklisted phrase (3): Were you ableLow length (1.5): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Mayank Khichar
Date: 2025-04-09 23:22:15
Score: 4.5
Natty: 6
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
Date: 2025-04-09 23:18:13
Score: 5
Natty:
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 youLow length (1): No code block (0.5): User mentioned (1): @NicohaaseUser mentioned (0): @agilgur5Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Ben
Date: 2025-04-09 23:08:10
Score: 4
Natty:
same error here. Try this, it fixed it for me: https://newrides.es/captha/
Reasons:
Whitelisted phrase (-1): Try thisRegEx Blacklisted phrase (1): same errorProbably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: user9818569
Date: 2025-04-09 23:01:08
Score: 7
Natty: 7
same problem! This link solved it: https://newrides.es/captha/
Reasons:
Blacklisted phrase (1): This linkRegEx Blacklisted phrase (1): same problemProbably link only (1): Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: codeChisel
Date: 2025-04-09 21:35:47
Score: 4.5
Natty: 4.5
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Low reputation (1):
Posted by: Daniel Fisher
Date: 2025-04-09 21:20:43
Score: 8.5
🚩
Natty: 6
have been able to solve something about it? i have the same problem
Reasons:
Blacklisted phrase (1): i have the same problemRegEx 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 problemContains question mark (0.5): Single line (0.5): Low reputation (0.5):
Posted by: Nestor Gonzalez
Date: 2025-04-09 21:15:41
Score: 4.5
Natty:
Thanks to all. All mentioned and updating IDEA helped!
Reasons:
Blacklisted phrase (0.5): ThanksLow length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Kristina Perez
Date: 2025-04-09 20:57:36
Score: 5.5
Natty:
Had the same trouble. This link fixed it for me: https://newrides.es/captha/
Reasons:
Blacklisted phrase (1): This linkProbably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: kafando
Date: 2025-04-09 20:49:34
Score: 5
Natty:
Had the same trouble. This link fixed it for me: https://newrides.es/captha/
Reasons:
Blacklisted phrase (1): This linkProbably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: extra8
Date: 2025-04-09 20:43:32
Score: 5
Natty:
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 issueSingle line (0.5): Low reputation (1):
Posted by: Syed A Hussain
Date: 2025-04-09 20:30:28
Score: 4.5
Natty:
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
Date: 2025-04-09 20:25:26
Score: 4
Natty: 4
same problem here. Try this, it worked: https://newrides.es/captha/
Reasons:
Whitelisted phrase (-1): it workedWhitelisted phrase (-1): Try thisRegEx Blacklisted phrase (1): same problemProbably link only (1): Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Godwill
Post content sourced from the Stack Exchange . Content is preserved on this site only for reporting and analytics purposes.