79656793

Date: 2025-06-07 08:53:16
Score: 6.5 🚩
Natty: 5
Report link

My goal is to be able to load any JSON file, and retrieve all values from said JSON file. I want to be able to load nested values, along with root values, all without knowing the keys. Is there a way for me to do this?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vimisha Bachkaniwala

79656697

Date: 2025-06-07 05:49:33
Score: 4
Natty:
Report link

I've found that opening the folder in which the virtual environment was made allows VScode see the interpreter. When I open a subfolder I want to work on, without opening the parent folder in which the virtual environment was created, VScode won't see the interpreter.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lety

79656586

Date: 2025-06-07 00:01:07
Score: 7.5 🚩
Natty:
Report link

I would've downvoted the comment above me, but apparently you need to comment to earn reputation before you can comment.

Reasons:
  • Blacklisted phrase (1): to comment
  • RegEx Blacklisted phrase (1.5): reputation
  • RegEx Blacklisted phrase (2): downvote
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lightmare

79656553

Date: 2025-06-06 23:16:55
Score: 4
Natty:
Report link

A few things about Mathematica.

= and := are very different things.

[ ] and ( ) are completely different things.

You can pass around function names, but perhaps not the way you are doing it.

I made some changes and tried this.

delta = Sqrt[u^2 - 4DC(theta - lambda)];
xi = Sqrt[u^2 - 4DC((theta + delta) - lambda)];
f[x_, t_, u_, greek_, pm1_, DC_] := Exp[x*(u + pm1greek)/(2DC)]*
 Erfc[(x - pm1tgreek)/Sqrt[2DC*t]];
Conc[ x_, t_, u_, C0_, DC_, theta_, gamma_] := C0/2*Exp[-theta*t]*
  (f[x, t, u, delta, -1, DC] + f[x, t, u, delta, 1, DC]) - C0/2*
  Exp[-(gamma + theta)*t]*(f[x, t, u, xi, -1, DC] + f[x, t, u, xi, 1, DC]);
Conc[ x, t, u, C0, DC, theta, gamma]

That doesn't give me any error messages now.

Can you insert the values for your constants and see if you get a correct result?

If not then can you help me better understand what you want from this so I can try to fix it?

Please test that brutally before you even think of trusting it.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (1.5): fix it?
  • RegEx Blacklisted phrase (3): can you help me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Bill

79656548

Date: 2025-06-06 22:59:51
Score: 5
Natty:
Report link

Google/Youtube can you please give us audio_track_pref=native (original) or auto_dub=no for Youtube Embed API?

We are using embed API for language study and if the video is useless for learning French or German if we can not stop auto-dubbing into English.

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please give us
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user8306

79656474

Date: 2025-06-06 20:57:22
Score: 4
Natty: 5.5
Report link

You may find this article useful, it lists some more techniques such as Cosine and Jaro-Winkler:

https://medium.com/@appaloosastore/string-similarity-algorithms-compared-3f7b4d12f0ff

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
Posted by: Apollo Data

79656453

Date: 2025-06-06 20:35:15
Score: 9 🚩
Natty: 4.5
Report link

Flutter IOS, OneSignal app. I have the same problem.Although I am sure the phone, ios, gets the notification, the app never invoques or runs the app delegate function attached, so no action can be taken. Is notification handled somewhere else? Please help.

 override func application(
    _ application: UIApplication,
    didReceiveRemoteNotification userInfo: [AnyHashable: Any],
    fetchCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult)
Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Please help
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Gaspar Rivera

79656422

Date: 2025-06-06 20:08:06
Score: 4
Natty:
Report link

torch.multiprocessing.cpu_count()

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: strydervtx

79656382

Date: 2025-06-06 19:29:55
Score: 6.5 🚩
Natty: 4.5
Report link

For now, use the free key and cert provided in QZ Tray menu | Advanced | Site Manager | "+" | Create New.

Could you explain this to me step by step with js on the front and php on the back?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you explain
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Nathan Raposo

79656323

Date: 2025-06-06 18:24:37
Score: 4
Natty:
Report link

How can I guarantee the correctly populated JSON objects on every server?

There's no guarantee, until you know which configuration is used on remote server.

How can I diagnose what is causing the difference between outputs?

There's an option for remote debugging if you attach sources to you application.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (1):
Posted by: user30731218

79656217

Date: 2025-06-06 16:43:09
Score: 11 🚩
Natty: 6
Report link

Did you manage to solve it? I'm having the same issue trying to create the connector profile fully automatic

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Matheus

79656206

Date: 2025-06-06 16:34:07
Score: 5
Natty: 5
Report link

I wrote a short article on this topic—might be helpful for you: https://medium.com/@oryantechs/write-css-faster-with-this-alternative-to-tailwind-global-css-files-styled-components-644fd76486e8

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Oryan Techs

79656172

Date: 2025-06-06 16:03:58
Score: 4
Natty:
Report link

Did you check if the data is correct in vector database? During chunking and vectorization time sometime Bedrock behave weird that could lead to incorrect output also.

Reasons:
  • Low length (1):
  • 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: devRThakur

79656155

Date: 2025-06-06 15:49:54
Score: 6
Natty: 7
Report link

Can I read streams like this in a stored procedure?

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 I
  • Low reputation (1):
Posted by: Chaitanya Juneja

79656126

Date: 2025-06-06 15:18:45
Score: 4.5
Natty:
Report link

I had the same issue, and what solved this for me was installing the AWS EKS Pod Identity Agent as an Add-on in the cluster.

I basically followed this guide, and after installing it, the VPC CNI pod immediately started working: https://docs.aws.amazon.com/eks/latest/userguide/pod-id-agent-setup.html

Is there any chance you had this add-on in the pre-production cluster, but not in the production one?

Reasons:
  • Blacklisted phrase (1): this guide
  • Blacklisted phrase (1): Is there any
  • No code block (0.5):
  • Ends in question mark (2):
Posted by: luislhl

79656074

Date: 2025-06-06 14:40:34
Score: 5
Natty: 6.5
Report link
  1. Have you tried using any browser extensions or tools to improve how exceptions are displayed?

  2. Does anyone know of plugins or upcoming features that could bring better IntelliJ integration for Kotlin Compose Web debugging?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • RegEx Blacklisted phrase (2): Does anyone know
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Python 3.8X

79656056

Date: 2025-06-06 14:20:27
Score: 4
Natty:
Report link

As mentioned by @JaMiT, codespell just wanted the word in all-lowercase.

Thank you very much for the help, mate. You're a genius!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @JaMiT
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: crimsonking

79656050

Date: 2025-06-06 14:15:25
Score: 12
Natty: 7.5
Report link

I have the same problem. Did you find solution?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Did you find solution
  • 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: Vasil Todorov

79656043

Date: 2025-06-06 14:10:22
Score: 15 🚩
Natty: 5.5
Report link

Hey i am facing the same issue , did you find anything .If yes can you help me.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): did you find
  • RegEx Blacklisted phrase (3): can you help me
  • RegEx Blacklisted phrase (2): Hey i am
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: SUSEENDHARAN SB

79656002

Date: 2025-06-06 13:36:11
Score: 12.5 🚩
Natty: 5.5
Report link

I'm having the same issue, did you ever solve it?

Reasons:
  • RegEx Blacklisted phrase (3): did you ever solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Marcus Qiu

79655940

Date: 2025-06-06 12:43:55
Score: 5
Natty:
Report link

You shouldnt be able to share your code like unless directly asked.Bad actors can copy your code in 3 seconds.be grateful i was doing the library copying for my compiler.

Reasons:
  • RegEx Blacklisted phrase (2): be grateful
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Timotej Nidorfer

79655933

Date: 2025-06-06 12:39:50
Score: 6 🚩
Natty:
Report link

Good morning I have just successfully done the same thing you are describing.

At a high level

When I transform a Work Order into an Assembly Build, I chose to use Dynamic Mode which I assume you are too because I see "commit line" used in your post. When iterating through the lot lines of a component, you will notice that NetSuite automatically populates them with info just like it does in the GUI.

In my implementation, I did not use "select new line" but instead used selectLine with a line number of the current index of the loop. Each time you visit a lot, either set it's quantity and commit the line, or remove that lot line. You will also need to keep track of the index carefully because all lots will shift "up" in index when a lot above is removed.

I suggest to keep track of lot numbers to keep, and then use a separate function to loop the lots and remove any not marked for keeping

Another thing to be careful of is that you read the 'quantityavailable' field on the lot, to get unpicked quantity.

What is the full error you are receiving? Can you post the entire function?

Reasons:
  • Blacklisted phrase (1): Good morning
  • RegEx Blacklisted phrase (2.5): Can you post
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: NeverSuite

79655879

Date: 2025-06-06 11:59:37
Score: 4
Natty: 4.5
Report link

I wrote a short article on this topic—might be helpful for you:
https://medium.com/@oryantechs/react-context-api-in-2025-a-lightweight-alternative-to-redux-zustand-recoil-26d388871b75
Let me know what you think!

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

79655831

Date: 2025-06-06 11:13:23
Score: 4
Natty:
Report link

The answer from @Ovchinnikov worked for me, thank you!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Ovchinnikov
  • Single line (0.5):
  • Low reputation (1):
Posted by: Konrad

79655772

Date: 2025-06-06 10:26:09
Score: 6 🚩
Natty: 6
Report link

Could you please tell me exactly what was modified? This is very important to me, and I have also encountered this problem!

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you please tell me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: layman

79655730

Date: 2025-06-06 09:48:54
Score: 9 🚩
Natty:
Report link

did you finda way to migrate Mremote and his conf file to RDCman ?

Reasons:
  • RegEx Blacklisted phrase (3): did you finda way to
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you finda
  • Low reputation (1):
Posted by: arnaud camus

79655699

Date: 2025-06-06 09:25:47
Score: 4
Natty:
Report link

just put new driver inside AppData\Local\DBeaver\plugins

drivers here https://jdbc.postgresql.org/download/

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

79655696

Date: 2025-06-06 09:22:45
Score: 4
Natty:
Report link

You (the user) log in to say https://stackoverflow.com/ (the client) the backend of Stack Overflow then communicates with Keycloak. Keycloak itself would then check an external or internal DB:User interacts with client and the client interacts with keycloak itself

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
Posted by: A-Tech

79655694

Date: 2025-06-06 09:21:45
Score: 4
Natty: 4.5
Report link

I wrote a short article on this topic—might be helpful for you:
https://medium.com/@oryantechs/react-context-api-in-2025-a-lightweight-alternative-to-redux-zustand-recoil-26d388871b75
Let me know what you think!

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

79655626

Date: 2025-06-06 08:39:33
Score: 4.5
Natty: 5.5
Report link

N.veerapandi s/o.nagarasan 1/42 north Street karadarnthakudi(post) nainarkovil(vio) paramakudi(tk) ramanathapuram(dt) tamil nadu(St) India pin.623705 phone no.8489667834

Reasons:
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: N.veerapandi

79655620

Date: 2025-06-06 08:34:31
Score: 4.5
Natty: 5
Report link

Go through this https://lix-it.com/blog/how-to-extract-data-from-the-linkedin-api/ things will get more clear to you.

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

79655604

Date: 2025-06-06 08:22:26
Score: 6.5 🚩
Natty:
Report link

What happens when you run it with --verbose?

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): What
  • Low reputation (1):
Posted by: John Doe

79655600

Date: 2025-06-06 08:19:26
Score: 4.5
Natty:
Report link

react-native-maps has no markers .. in android it is causing the issue while rendering .. and any suggestions for rendering the markers other than changing the new arch to old arch

Reasons:
  • RegEx Blacklisted phrase (2): any suggestions
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Srikar Kanduri

79655543

Date: 2025-06-06 07:39:14
Score: 5.5
Natty:
Report link

SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize com

ponent [Connector["https-jsse-nio-8011"]]

Facing the same issue

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same issue
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30735970

79655517

Date: 2025-06-06 07:17:08
Score: 5
Natty: 5
Report link

I am also trying to implement an autonomous robot using a Raspberry Pi and RPLIDAR, but I don't want to use ROS. Has anyone successfully implemented using BreezySLAM?

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

79655468

Date: 2025-06-06 06:20:53
Score: 4
Natty: 4
Report link

you need to make directConnection=true and remove directConnection=true

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

79655422

Date: 2025-06-06 04:59:31
Score: 9.5 🚩
Natty:
Report link

Same issue here, did anyone find a solution?

Reasons:
  • RegEx Blacklisted phrase (3): did anyone find a solution
  • 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: Hoàng Quáģ‘c ĐáēĄt

79655331

Date: 2025-06-06 01:43:50
Score: 4
Natty:
Report link

How many HRUs are you running, and what is your computer specs you are running? I'm in the process of setting up hydroblocks as well. #of HRUs could potentially cause this.

I'd check alignment of your DEM, masks, soil, and vegetation raters as well to make sure they are aligned. Also make sure the grids are aligned too, and your projections are right. I'm sure your data sources look much different than mine given you are looking a the Kaledhon region!

Reasons:
  • Blacklisted phrase (1): what is your
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: Bill

79655321

Date: 2025-06-06 01:20:45
Score: 4
Natty:
Report link

Your guess is as good as mine. Remember USDT

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

79655312

Date: 2025-06-06 00:55:39
Score: 4
Natty:
Report link

I can't share the URL because it's necessary to log in.

  1. before clicking on the combo box -->code
  2. with the box checked. Click on the combo box --> code
  3. write inside the combo box --> code
  4. after clicking on the result --> code

I put it in an image to notice the formatting.

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

79655280

Date: 2025-06-05 23:20:16
Score: 11 🚩
Natty:
Report link

Paso 1: Crear el archivo .jslib

Crea un archivo llamado, por ejemplo, OpenLink.jslib en la carpeta Assets/Plugins/WebGL de tu proyecto Unity. Dentro coloca este cÃŗdigo:

js

mergeInto(LibraryManager.library, { OpenExternalLink: function (urlPtr) { var url = UTF8ToString(urlPtr); var newWindow = window.open(url, '_blank'); if (newWindow) { newWindow.focus(); } else { console.log("No se pudo abrir la ventana. ÂŋBloqueada por el navegador?"); } } });

Este script abrirÃĄ la URL en una nueva pestaÃąa. En navegadores mÃŗviles (y wallets embebidas como Phantom), los navegadores pueden bloquear window.open() si no se llama directamente desde un gesto del usuario (por ejemplo, un clic en botÃŗn).


✅ Paso 2: Crear un wrapper C# en Unity

Crea un script en C# (por ejemplo, ExternalLink.cs) y colÃŗcalo en Assets/Scripts/:

csharp

usingSystem.Runtime.InteropServices; using UnityEngine; public class ExternalLink : MonoBehaviour { [DllImport("__Internal")] private static extern void OpenExternalLink(string url); public void OpenTwitter() { #if UNITY_WEBGL && !UNITY_EDITOR OpenExternalLink("https://twitter.com/TU_USUARIO"); #else Application.OpenURL("https://twitter.com/TU_USUARIO"); #endif } public void OpenTelegram() { #if UNITY_WEBGL && !UNITY_EDITOR OpenExternalLink("https://t.me/TU_CANAL"); #else Application.OpenURL("https://t.me/TU_CANAL"); #endif } }


✅ Paso 3: Vincular el script al botÃŗn

  1. Crea un botÃŗn en tu escena Unity.

  2. Agrega el script ExternalLink.cs a un GameObject en la escena (por ejemplo, un objeto vacío llamado LinkManager).

  3. En el botÃŗn, en el panel OnClick(), arrastra el GameObject que tiene el script y selecciona ExternalLink -> OpenTwitter() o OpenTelegram() segÃēn el botÃŗn.


âš ī¸ Notas importantes para Phantom y navegadores mÃŗviles

Reasons:
  • Blacklisted phrase (1): Âŋ
  • Blacklisted phrase (1): estÃĄ
  • Blacklisted phrase (2): cÃŗdigo
  • Blacklisted phrase (3): soluciÃŗn
  • Blacklisted phrase (2): Crear
  • RegEx Blacklisted phrase (2.5): misma
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JesÃēs PÊrez

79655194

Date: 2025-06-05 21:05:44
Score: 4.5
Natty:
Report link

In PostgreSQL use Ctrl + ; to comment a line or a block with "--"

Reasons:
  • Blacklisted phrase (1): to comment
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Maxwell Ribeiro

79654902

Date: 2025-06-05 16:57:33
Score: 5
Natty: 4
Report link

I have the same problem. I already have

spring.devtools.livereload.enabled=true
Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (0.5):
Posted by: Gabriel Messas

79654896

Date: 2025-06-05 16:55:32
Score: 6.5
Natty: 7
Report link

OpenAI has a better answer. See the link below.

https://chatgpt.com/share/6841ca37-0c14-8007-9248-cd214395e7cb

Reasons:
  • Blacklisted phrase (1): the link below
  • RegEx Blacklisted phrase (1): See the link
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Andres Sayago

79654803

Date: 2025-06-05 15:52:13
Score: 5
Natty: 5.5
Report link

I'm at the same point where I can't find out how to get a script to run did you work it out?

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

79654794

Date: 2025-06-05 15:48:11
Score: 11.5 🚩
Natty:
Report link

That sounds interesting. Does anyone have a solution?

Reasons:
  • Blacklisted phrase (3): have a solution?
  • RegEx Blacklisted phrase (3): Does anyone have a solution
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: chacha

79654763

Date: 2025-06-05 15:34:06
Score: 7 🚩
Natty: 5
Report link

showMenu worked for me too but positioning is a nightmare. Is this being addressed by the Flutter team? Does anyone have a link to the issue?

Reasons:
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (3): Does anyone have a link
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: fadi-adib

79654717

Date: 2025-06-05 15:01:57
Score: 8.5 🚩
Natty: 5
Report link

Looking for the same. Have you solved it?

Reasons:
  • Blacklisted phrase (2): Have you solved it
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Luis Simoes

79654707

Date: 2025-06-05 14:55:55
Score: 6.5 🚩
Natty: 4.5
Report link

I'm having trouble getting the multiline syntax for " ${{ if" to work. You seem to have it working above, but using your example on my end just ends up with syntax errors. I'm unable to find any docs explaining how the syntax is supposed to work (e.g. indentation, special characters like the leading '?', etc).

Any guidance or links to docs explaining how this is supposed to work?

Thx.

Reasons:
  • Blacklisted phrase (1): Thx
  • RegEx Blacklisted phrase (2): I'm having trouble
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: David

79654674

Date: 2025-06-05 14:34:48
Score: 7 🚩
Natty: 4
Report link

This works fine for me ... in one direction: "los detalles t\u00E9cnicos" is replaced by "los detalles tÊcnicos". However, if I try to swap in the other direction, i get this error: "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 0: unexpected end of data". Any ideas ?

Reasons:
  • Blacklisted phrase (1): Any ideas
  • RegEx Blacklisted phrase (1): i get this error
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jurgen Vandenberghe

79654512

Date: 2025-06-05 13:08:21
Score: 5.5
Natty:
Report link

tried this on postgresql

--Syntax
SELECT 
LOWER(REGEXP_REPLACE(<CamelCaseExample>, '([a-z0-9])([A-Z])', '\1_\2', 'g')) AS snake_case;

--Example
SELECT 
LOWER(REGEXP_REPLACE('CamelCaseExample', '([a-z0-9])([A-Z])', '\1_\2', 'g')) AS snake_case;

--On all records in any table
with my_table (camelcase) as (
  values ('StackOverflow'), 
         ('Stackoverflow'), 
         ('stackOverflow'), 
         ('StackOverFlowCom'), 
         ('stackOverFlow')
)
select camelcase, trim(both '_' from lower(regexp_replace(camelcase, '([a-z0-9])([A-Z])', '\1_\2', 'g'))) as snake_case
from my_table;

Just FYI, a) REGEXP_REPLACE finds places where a lowercase letter or digit is followed by an uppercase letter. b) It inserts an underscore (_) between them. c) LOWER() converts the entire result to lowercase.

output
enter image description here

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Blacklisted phrase (1): Stackoverflow
  • Blacklisted phrase (1): stackOverflow
  • Blacklisted phrase (1): StackOverFlow
  • Blacklisted phrase (1): stackOverFlow
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gurupreet Singh Bhatia

79654423

Date: 2025-06-05 12:26:09
Score: 6 🚩
Natty:
Report link

IMHO, there might be issues concerning the bundle configuration. As recommended on the DoctrineExtensions documentation page, did you follow the installation method shown here https://symfony.com/bundles/StofDoctrineExtensionsBundle/current/index.html ?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Marilena RUFFELAERE

79654378

Date: 2025-06-05 11:44:57
Score: 4
Natty: 4.5
Report link

Just had this exact same issue and fixed it by following the steps from here:
https://learn.microsoft.com/en-us/azure/azure-sql/database/active-geo-replication-security-configure?view=azuresql

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

79654321

Date: 2025-06-05 11:08:45
Score: 6.5
Natty: 7.5
Report link

Can you share file your .aar for me? I build file .aar but it error load dlopen failed: library "libffmpegkit_abidetect.so" not found

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you share
  • Low reputation (1):
Posted by: Quang Trung

79654298

Date: 2025-06-05 10:57:41
Score: 8.5 🚩
Natty: 5
Report link

Even I am also facing the same issue, I changed the browser parameter to google chrome in TCP (automation specialist 2)

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • RegEx Blacklisted phrase (2): Even I am
  • Low length (1):
  • 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: Frenzy

79654294

Date: 2025-06-05 10:55:40
Score: 4.5
Natty:
Report link

i always guessed this was because of js files being imported inside ts files. Thus even if mongoose has it's types, its not begin recognized.

While exporting I made this changed and everything worked :

export default /** @type {import("mongoose").Model<import("mongoose").Document>} */ (User);

This is my full file :

    import mongoose from "mongoose"

const userSchema = new mongoose.Schema({
    username: {
        type: String,
        required: [true, "Please provide a username" ],
        unique: true
    },
    email: {
        type: String,
        required: [true, "please provide email"],
        unique: true
    },
    password: {
        type: String,
        required: [true, "Please provide a password"]
    },
    isVerified: {
        type: Boolean,
        default: false
    },
    isAdmin: {
        type: Boolean,
        default: false
    },
    forgotPasswordToken: String,
    forgotPasswordTokenExpiry: Date,
    verifyToken: String,
    verifyTokenExpiry: Date
})

const User = mongoose.models.User || mongoose.model("User", userSchema)


export default /** @type {import("mongoose").Model<import("mongoose").Document>} */ (User);
Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide
  • RegEx Blacklisted phrase (2.5): please provide
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anish Thakkar

79654289

Date: 2025-06-05 10:50:38
Score: 5
Natty: 4.5
Report link

I Have the same Problem.

I place the file(s) in a directory called TreeAndMenu in myextensions/ folder.

An add the following code at the bottom of my LocalSettings.php

wfLoadExtension( 'TreeAndMenu' );
Reasons:
  • Blacklisted phrase (1): I Have the same Problem
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I Have the same Problem
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Toitone

79654252

Date: 2025-06-05 10:25:30
Score: 11 🚩
Natty: 6.5
Report link

did you find a solution? I'm having the same problem.

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • RegEx Blacklisted phrase (3): did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find a solution
  • Low reputation (1):
Posted by: Daniel Pacheco

79654125

Date: 2025-06-05 09:12:09
Score: 4.5
Natty: 4
Report link

That could be an encrypted file

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

79654065

Date: 2025-06-05 08:26:53
Score: 6 🚩
Natty:
Report link

@Rajat Gupta his answer is perfect!

Reasons:
  • Low length (2):
  • No code block (0.5):
  • User mentioned (1): @his
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: åˆ˜å¤§æ˛ŗ

79654021

Date: 2025-06-05 08:00:45
Score: 4
Natty:
Report link

you require a loader or plugin to

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

79654001

Date: 2025-06-05 07:50:42
Score: 5
Natty: 4
Report link

I have the same problem.

I found that I confused the private key with the address.

By the way, the PRIVATE_KEY is without prefix "0x" . Just accounts: [PRIVATE_KEY]

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: user26885991

79653957

Date: 2025-06-05 07:19:33
Score: 6 🚩
Natty:
Report link

What I Have Checked:

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help from someone who faced a similar setup would be appreciated
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): What I Have
  • Low reputation (0.5):
Posted by: Mehmet

79653942

Date: 2025-06-05 07:11:30
Score: 4.5
Natty:
Report link

Appreciated :>

Can I make a package which delete all dependencies ? is it possible ?

deleting a package dependencies can affect on other packages which use the same dependencies

Reasons:
  • Blacklisted phrase (1): Appreciated
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: International programmer

79653888

Date: 2025-06-05 06:28:17
Score: 5
Natty: 5
Report link

same problem are you solving it

Reasons:
  • RegEx Blacklisted phrase (1): same problem
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nattadon Supachoksirirat

79653830

Date: 2025-06-05 05:27:01
Score: 5.5
Natty: 5.5
Report link

exite una version para argumento complexo?

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

79653823

Date: 2025-06-05 05:18:58
Score: 4
Natty:
Report link

Here is a short .Net programme from Microsoft.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a
  • Low reputation (1):
Posted by: I.Cekusins

79653727

Date: 2025-06-05 02:55:24
Score: 4
Natty:
Report link

fixed by upgrading to iPadOS 17.7.8

thank you!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: a_t

79653713

Date: 2025-06-05 02:26:17
Score: 8.5 🚩
Natty:
Report link

i have the same issue how can we fix it

Reasons:
  • Blacklisted phrase (1): how can we
  • Blacklisted phrase (1): i have the same issue
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): i have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kon Nahlawi

79653686

Date: 2025-06-05 01:32:05
Score: 4.5
Natty: 5
Report link

This person is upload my home picture my secret picture https://www.facebook.com/share/19QmTzB3VJ/?mibextid=qi2Omg

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

79653622

Date: 2025-06-04 23:32:37
Score: 6 🚩
Natty:
Report link

I can't upvote because my account is new, but I'm having this same issue. I have tried with a GC project linked to AppsScript. I have tried with a fresh, unlinked GC project. Same issue. I filed a bug with GC Console team and they closed it and pointed towards Workspace Developer support.

Reasons:
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1): Same issue
  • RegEx Blacklisted phrase (2): can't upvote
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: TheInternet

79653513

Date: 2025-06-04 21:24:03
Score: 5
Natty:
Report link

I keep getting 404 when I tried accessing the "http://localhost:8081/artifactory", does anyone else faced the same issue?

Logs shows:
Cluster join: Retry 405: Service registry ping failed, will retry. Error: I/O error on GET request for "http://localhost:8046/access/api/v1/system/ping": Connection refused

Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.jfrog.access.server.db.util.AccessJdbcHelperImpl]: Constructor threw exception
    at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:222)
    at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:145)
    at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:318)
    ... 176 common frames omitted
Caused by: org.jfrog.storage.dbtype.DbTypeNotAllowedException: DB Type derby is not allowed: Cannot start the application with a database other than PostgreSQL. For more information, see JFrog documentation.
    at org.jfrog.storage.util.DbUtils.assertAllowedDbType(DbUtils.java:884)

Which I installed and configured the PostgreSQL however, the logs keep showing the same things, which is very annoying... I must be missing something.

I've also tried installing on Ubuntu 22.04 using different Artifactory version just to test but still same errors. What am I missing?

Reasons:
  • RegEx Blacklisted phrase (3): does anyone else
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30723488

79653512

Date: 2025-06-04 21:23:03
Score: 4
Natty:
Report link

This is a bug in the Docling https://github.com/docling-project/docling code as of 4-Jun-2025.

I also face the same issue.

The pull request #285, https://github.com/docling-project/docling-core/pull/285, will add a feature which is expected to solve the problem of cells in tables containing images.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I also face the same issue
  • Low reputation (0.5):
Posted by: Chandan

79653511

Date: 2025-06-04 21:22:02
Score: 5
Natty:
Report link

Where did ai go? You're asking here

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Where did
  • Low reputation (1):
Posted by: Era Osa

79653487

Date: 2025-06-04 21:05:56
Score: 4.5
Natty: 4
Report link

āφāĻŽāĻžāϰ āϏāĻ•āϞ āĻāĻ•āĻžāωāĻ¨ā§āϟ āĻĢāĻŋāϰāĻŋāϝāĻŧ⧇ āĻĻ⧇āĻ“āϝāĻŧāĻžāϰ āϜāĻ¨ā§āϝ āφāĻŽāĻŋ āĻ•āĻ°ā§āϤ⧃āĻĒāĻ•ā§āώ āϏāĻ•āϞ āĻ…ā§āϝāĻžāĻ•āĻžāωāĻ¨ā§āϟ āφāĻŽāĻžāϰ āĻĢāĻŋāϰāĻŋāϝāĻŧ⧇ āĻĻ⧇āĻ“āϝāĻŧāĻžāϰ āϜāĻ¨ā§āϝ āφāĻŽāĻŋ āĻ…āĻ­āĻŋāϝ⧋āĻ— āϜāĻžāύāĻžāχ āϝ⧇āύ āφāĻŽāĻžāϰ āĻ›āĻŦāĻŋ āĻ­āĻŋāĻĄāĻŋāĻ“ āĻāĻ•āĻžāωāĻ¨ā§āϟ āĻŦāĻŋāĻ•āĻžāĻļ āϏāĻŦ āĻ•āĻŋāϛ⧁ āϝ⧇āύ āĻĢāĻŋāϰāĻŋāϝāĻŧ⧇ āĻĻ⧇āϝāĻŧ āĻšā§āϝāĻžāĻ•āĻžāϰ āϚāĻ•ā§āϰ āύāĻŋāϝāĻŧ⧇ āϗ⧇āĻ›āĻŋāϞ āϜāĻŋāĻŽā§‡āχāϞ āφāχāĻĄāĻŋ āϏāĻŦāĻ•āĻŋāϛ⧁ āύāĻŋāϝāĻŧ⧇ āϗ⧇āϛ⧇ āφāĻŽāĻžāϰ āϏāĻŦāĻ•āĻŋāϛ⧁ āĻĢāĻŋāϰ⧇ āĻĒ⧇āϤ⧇ āϚāĻžāχ āĻ•āĻ°ā§āϤ⧃āĻĒāĻ•ā§āώ⧇āϰ āĻ•āĻžāϛ⧇ āĻ…āĻ­āĻŋāϝ⧋āĻ— āϜāĻžāύāĻžāχ āφāĻŽāĻžāϰ āύāĻžāĻŽā§āĻŦāĻžāϰ āĻĻāĻŋāϝāĻŧ⧇ āĻĻāĻŋāϞāĻžāĻŽ āφāĻŽāĻžāϰ āϏāĻžāĻĨ⧇ āĻ…āĻŦāĻļā§āϝāχ āϝ⧋āĻ—āĻžāϝ⧋āĻ— āφāĻļāĻž āĻ•āϰāĻŋ āĻ•āϰāĻŦ⧇āύ āφāĻŽāĻŋ āĻāĻ•āϟāĻž āĻ—āϰ⧀āĻŦ āĻ…āϏāĻšāĻžāϝāĻŧ āĻŽāĻžāύ⧁āώ 01305092665 āĻāϟāĻž āφāĻŽāĻžāϰ āύāĻžāĻŽā§āĻŦāĻžāϰ

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: Md Azizul Haque

79653458

Date: 2025-06-04 20:41:49
Score: 5
Natty:
Report link

I found the patch for fixing this issue. You can find it here: https://www.drupal.org/files/issues/2025-03-18/2124117-29.patch

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chris Howell

79653452

Date: 2025-06-04 20:38:48
Score: 4
Natty:
Report link

Open Services and go to the Firebird Service then:

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: PÊrcoles Tiago Napivoski

79653449

Date: 2025-06-04 20:35:46
Score: 10 🚩
Natty: 5.5
Report link

@webDev_434 , did you find the solution ?

Reasons:
  • RegEx Blacklisted phrase (3): did you find the solution
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Nischay Maridevegowda

79653380

Date: 2025-06-04 19:31:27
Score: 4
Natty:
Report link

Follow traffic signals

Drive Carefully

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Naveen Kumar Sahu

79653373

Date: 2025-06-04 19:28:25
Score: 8 🚩
Natty: 6.5
Report link

I'm looking to d othe same thing. Have you had any luck with that yet ? Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1.5): any luck
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David

79653331

Date: 2025-06-04 18:44:13
Score: 12.5 🚩
Natty: 5.5
Report link

@EngineerDude Did you ever get this figured out? I have the same issue...

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): Did you ever get this figured out
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • User mentioned (1): @EngineerDude
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Mylo

79653322

Date: 2025-06-04 18:40:11
Score: 4
Natty:
Report link

I hope this StackOverflow question and answer, and the fact that finding Apple guidance for this is so hard, are used in an anti-trust lawsuit someday. Just devilish work

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Frank Noirot

79653303

Date: 2025-06-04 18:27:07
Score: 4
Natty:
Report link

If you don't want resolving as page your method's result in controller (annotated by @Controller, not @RestController) you can add @ResponseBody annotation to this method.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Controller
  • User mentioned (0): @RestController
  • User mentioned (0): @ResponseBody
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yasin Kasap

79653274

Date: 2025-06-04 17:56:59
Score: 10 🚩
Natty: 5
Report link

I'm facing same problem, dbus-send (and similar commands) do not work. dbus-monitor show same output with dbus-send as the working python service that otherwise sends the signal. Did you ever figure this out?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Petter Österlund

79653267

Date: 2025-06-04 17:50:57
Score: 4
Natty: 5.5
Report link

Pudieron resolverlo?, al hacer este cambio x0e & x8d. me salen valores 0, al menos ya no sale error.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolverlo?
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Guillermo Torres

79653206

Date: 2025-06-04 17:07:44
Score: 5
Natty:
Report link

The answer from @PolarisKnight worked beautifully for me. I wish I could upvote that answer; I'm making a StackOverflow account for the first time just to indicate my support as I do not have the reputation to do anything but answer this question.

I swap between Cursor version 0.50.7 and VSCode version 1.100.3. My remote host is running Rocky 9.5 (an open-source Linux distribution meant to be compatible with RedHat 9). It has glibc 2.34 and glibcxx 3.4.29, so the answers regarding versioning are irrelevant. As a first pass, killing the server did not work either.

I originally could not connect via SSH from within either Cursor or VSCode. To resolve this, I installed PUTTY, connected to the remote through that, and then ran $ sudo yum install tar. After that, I was able to connect to my remote through both Cursor and VSCode on those respective versions.

Reasons:
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (1): StackOverflow
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1.5): I do not have the reputation
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @worked
  • Low reputation (1):
Posted by: Kyle Williams

79653164

Date: 2025-06-04 16:34:35
Score: 4
Natty: 5.5
Report link

@Morgan Can a register be assigned to a value with just = instad of '<='?? I am currently learning Verilog so I am a bit confused. OP please tag him so he can answer

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Morgan
  • Low reputation (1):
Posted by: United Dragons

79653115

Date: 2025-06-04 15:59:23
Score: 4.5
Natty:
Report link

Please can i get your whatsapp contact please

Reasons:
  • RegEx Blacklisted phrase (1): i get your whatsapp contact please
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sammy Tobi

79653079

Date: 2025-06-04 15:33:16
Score: 5
Natty:
Report link

https://www.youtube.com/watch?v=Fpkf5E5zWik

Had the exact same issue. This solved it for me.
Turn 'load google fonts locally' on 'inactive' in the elementor settings.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Sam

79653068

Date: 2025-06-04 15:23:13
Score: 5
Natty:
Report link

After 2 years, i'm now with Laravel 12, and i got the same problem.

In my first model,

protected function casts(): array
{
    return [
        'depot' => 'datetime',
    ];
}

it's ok, i have a UTC format.

In a second model :

protected function casts(): array
{
    return [
        'email_verified_at' => 'datetime',
        'validation_parcellaire' => 'datetime',
    ];
}

For the 2 fields i have "yyyy-mm-dd hh:mm:ss", why it doesn't cast on the second model ?

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Blacklisted phrase (1): i got the same problem
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Delirium6

79653018

Date: 2025-06-04 15:01:05
Score: 4.5
Natty:
Report link

@ĐĸиĐŧŅƒŅ€ĐŖŅĐŧаĐŊОв You're welcome. I'm glad it helped you further debug the issue. Best of luck with the rest!

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @ĐĸиĐŧŅƒŅ€ĐŖŅĐŧаĐŊОв
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: ManiZebardast

79653009

Date: 2025-06-04 14:57:03
Score: 12
Natty: 8
Report link

I have same probleme in flutter 3.29. Any solucion?

Reasons:
  • Blacklisted phrase (1): I have same problem
  • Blacklisted phrase (2.5): solucion
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30720339

79652921

Date: 2025-06-04 14:03:47
Score: 4
Natty:
Report link

Upvote! Please consider this for DevSecOps users

Reasons:
  • Blacklisted phrase (0.5): Upvote
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Krys Aurigemma

79652878

Date: 2025-06-04 13:32:39
Score: 6 🚩
Natty:
Report link

I finally solved the problem. In short, it was the OpenBSD system resource limits that caused the issue. Obviously, nvim as an IDE is very resource-hungry. So, I had to tweak the staff class /etc/login.conf:

staff:\
:datasize-cur=2G:\
:datasize-max=unlimited:\
:stacksize=8M:\
:openfiles=8192:\
:maxproc-max=2048:\
:maxproc-cur=2048:\
:memorylocked=131072:\
:memoryuse=unlimited:\
:ignorenologin:\
:requirehome@:\
:tc=default:

and also create /etc/sysctl.conf with the following line:

kern.maxfiles=65536

Now everything works like a charm with the default settings I use also on other OSs such as Linux and DragonFlyBSD.

Special thanks to everybody and to Volker from the OpenBSD misc list, with whom I corresponded also in private. Special thanks also to ChatGPT and grok :)

Now that this is solved, I would be happy if you can comment on my resource limits. Maybe some settings can be further improved? This is my current default class:

default:\
:path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin 
 /usr/local/sbin:\
:umask=022:\
:datasize=unlimited:\
:maxproc-max=256:\
:maxproc-cur=128:\
:openfiles=8192:\
:stacksize-cur=4M:\
:localcipher=blowfish,a:\
:tc=auth-defaults:\
:tc=auth-ftp-defaults:

I think I tweaked some things here as well.

I am looking forward to your comments.

Best regards,
Martin

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (2): I am looking for
  • Blacklisted phrase (1.5): looking forward to your
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Martin Ivanov

79652856

Date: 2025-06-04 13:20:35
Score: 5
Natty:
Report link

Did you ever succeed in getting this to run?

Im using dbt 1.8.9 sql server 1.8.4

Snapshot table and model are in different databases on the same server, running with no snapshot table existing works.

Running as a db user with db_owner access works, even after the table is already created.

Delete the table, run as a service account, it succeeds.

Run again as the service account and sql server returns a permissions error (table already exists error.)

Cannot figure out what sql server permission the service account is missing.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Dave Webster

79652829

Date: 2025-06-04 13:06:30
Score: 4.5
Natty: 5
Report link

ПоĐŋŅ€ĐžĐąŅƒĐšŅ‚Đĩ Ņ‡Đ¸ŅŅ‚Ņ‹Đš SQL ҁ ĐŋĐžĐŧĐžŅ‰ŅŒŅŽ nativeQuery

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

79652795

Date: 2025-06-04 12:50:25
Score: 4
Natty:
Report link

You can check out Scanbot SDK, they support MaxiCodes.

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

79652749

Date: 2025-06-04 12:27:17
Score: 6 🚩
Natty: 4.5
Report link

How about routing to dashboards using packages?

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
  • Low reputation (1):
Posted by: Onyash Ed

79652745

Date: 2025-06-04 12:25:15
Score: 9 🚩
Natty: 4.5
Report link

Did you ever solve this issue? I'm struggling with the same problem right now. :)

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever solve this
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • 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: Nadja

79652698

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

Found this article (in Japanese, but my Firefox has a good embed translate feature) with some background on this issue: https://github.com/koji-1009/zenn_article/blob/main/articles/fb612faf335fe3.md

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Olivier JOUVENAUX