79605296

Date: 2025-05-04 04:54:06
Score: 1.5
Natty:
Report link

Well maybe someone has tried and won't work in production, it because public in nuxt is not public that we know in laravel or another rest api, the public folder build and cached in build .output folder, and will cannot be accessed when you store the image / file in public (when build, it was in .output/public), so if you want to store locally, you can create a new folder (anything) and store it in that.

OR
create an endpoint to serve the image (like /images or something)

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Iqro Negoro

79605292

Date: 2025-05-04 04:41:03
Score: 2.5
Natty:
Report link
 public string myproperty { get; set; } = string.Empty;
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Carles Madrid Flores

79605274

Date: 2025-05-04 03:55:53
Score: 4.5
Natty: 5
Report link

Old Question but relevant and a short answer from the documentation

https://docs.sqlalchemy.org/en/13/orm/constructors.html

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

79605269

Date: 2025-05-04 03:39:49
Score: 1.5
Natty:
Report link

Use the legacy Tesseract mode (--oem 0 or 1) for character OCR.

Switch to --oem 1 (legacy engine) — often better for character-level OCR and gives fewer “smart” guesses.

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

79605268

Date: 2025-05-04 03:38:49
Score: 1
Natty:
Report link

**Going to predicate by saying, I'm a new user; however.
**
If there's one thing I know about using software/services when gaming, there's a slew of factors that lead to situations like this.

- One of the programs no longer is able to validate a connection using your current OS as it's no longer supported
- One of the programs is no longer able to validate the OTHER program because that program isn't supported.
- One of the programs uses an out-of-date pull or post request that can't contact a server because that server is no longer maintained.

and any mix between. Your best bet would be finding a different service or hotfixing it on your end somehow/contacting specific members of the community that utilizes either program.


Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cody WIN-EU

79605264

Date: 2025-05-04 03:21:46
Score: 1.5
Natty:
Report link

You can create a shell script file, like setup.sh

git clone ${GitHubUrl}
cd project
npm install
npm start (auto-run the project)

Then run

bash setup.sh
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Taniya Malviya

79605263

Date: 2025-05-04 03:21:46
Score: 1.5
Natty:
Report link

Search Labs | AI Overview

+4

The phrases "helping usage" and "compiled" refer to two different concepts. "Helping usage" likely refers to the way "help" is used in language, such as in sentences like "Money will also go to helping the pink iguana."."Compiled" refers to the act of gathering and organizing information, materials, or code into a single work, like a report, book, or program.

"Helping Usage"

"Compiled"

Reasons:
  • Blacklisted phrase (1): help me
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kevin Brooks

79605258

Date: 2025-05-04 02:59:42
Score: 2
Natty:
Report link

I still don't know the cause, but I change to use

ZerodepDockerHttpClient

instead of

ApacheHttpClient

and the error disappears :D

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

79605255

Date: 2025-05-04 02:50:39
Score: 2
Natty:
Report link

You are trying to use both 'one tap login' and the 'login button' methods on the same page at the same time.

Disable one of them and refresh the page.

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

79605248

Date: 2025-05-04 02:44:37
Score: 2
Natty:
Report link

Do you mean this?

"workbench.activityBar.visible": false
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: psygo

79605247

Date: 2025-05-04 02:42:37
Score: 4
Natty: 5.5
Report link

What you need is the following official document:
https://learn.microsoft.com/en-us/azure/aks/concepts-network-isolated
https://learn.microsoft.com/en-us/azure/aks/network-isolated

Fully detailed and explained.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Starts with a question (0.5): What you
  • Low reputation (0.5):
Posted by: Joey Chen

79605241

Date: 2025-05-04 02:18:31
Score: 4.5
Natty: 4.5
Report link

Try subpath "imports" in package file https://nodejs.org/dist/latest/docs/api/packages.html#subpath-imports

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

79605240

Date: 2025-05-04 02:14:31
Score: 0.5
Natty:
Report link

This is happening because you're using Python 3.13, which is not currently supported by PyTorch

You should downgrade to Python 3.10 or Python 3.9, which are stable with PyTorch and all its associated packages.

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

79605234

Date: 2025-05-04 01:48:26
Score: 0.5
Natty:
Report link

In a similar way to using telescope, you can use fzf-lua for browsing TODOs among many other things. Take a look at the documentation,

fzf-lua en github

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sergio Mujica

79605231

Date: 2025-05-04 01:40:24
Score: 1.5
Natty:
Report link

Just was doing this today.

Used WizTree, scan movie folder, sort by size, look at movie folder size and if it is very small then no movie file. You can also use explorer to quickly verify but this works for me doing my movies via TMM and Jellyfin.

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Don

79605228

Date: 2025-05-04 01:31:23
Score: 1.5
Natty:
Report link

This issue is solved in expo 52 as mentioned here: https://expo.dev/changelog/xcode-16-3-patches

Although there's are many still on expo 51 that aren't wanting to upgrade for one reason or another. Would be great if we knew a solution for expo versions less than 52

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

79605226

Date: 2025-05-04 01:31:21
Score: 6 🚩
Natty:
Report link

Thanks much Laurent! am having trouble understanding how OnlyEnforceIf works. I have spent days trying to understand it :(. I want to set an integer variable X[emp] to 5 whenever d[emp] >= 25. When d[emp]<25 I want X[emp] to be 10. Is this possible, and if so how?

A related question: in above, if d[emp] >= 25, I want to set Y[emp] to 5. And if d[emp] < 25 Y[emp] should be any value other than 5. Y is [emp] is declared to be an integer variable that can be between 0 and 50.

One more question if you don't mind. In your suggestion, what will be the value of d120 if X >= 25 and when X is < 25?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Prem Narasimhan

79605210

Date: 2025-05-04 00:48:14
Score: 2
Natty:
Report link

Well it cant connect to the DB so its as simple as that

Port 3306 is normal for MySQL, if you use other ports most likely blocked my a firewall.

Use terminal to see is mysql is running correctly ... does

mysql -u root -p

(type in password after)

work?

If so, you can get all info on here as to where it's running. 100% will be username, password or host.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jason Parker

79605201

Date: 2025-05-04 00:22:09
Score: 1.5
Natty:
Report link

the best and safest solution would be using the python built-in function max() to calculate the chunk size. Especially effective if the denominator is 0, or n<processes. Adding +1 does balance that but using max() would be more reliable as sometime +1 would lead to uneven distribution when n is evenly divisible by processes.
max(1, n//processes)

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: School of Management

79605194

Date: 2025-05-03 23:54:02
Score: 0.5
Natty:
Report link

I found a template project that uses vitest, which I don't fully understand but I have been able to get working. The key appears to be using @cloudflare/vitest-pool-workers, though I'm unclear if vitest is supposed to be required or not.

https://github.com/cloudflare/workers-sdk/tree/main/packages/create-cloudflare/templates/hello-world/ts https://github.com/cloudflare/workers-sdk/tree/main/packages/vitest-pool-workers

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Xavier Shay

79605189

Date: 2025-05-03 23:39:59
Score: 0.5
Natty:
Report link

Even though late to the party I would also like to point you to another possible cause of this failure. It took me many hours to figure this out when I encountered the very same exception javax.persistence.EntityNotFoundException. That's why I am happy to share the result of my investigation. The database user had permissions to access the primary table (First in the original post), but not the child table (Second in the original post). Using a database browser logged in as the same database user my JPA application has been using to access the database, SELECT * FROM SECOND; always yielded the empty result set, even though I have know that it has actually contained several data. After having granted the necessary permissions the the database user the EntityNotFoundException vanished.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: phb

79605181

Date: 2025-05-03 23:23:55
Score: 10 🚩
Natty: 6.5
Report link

Did you figure this out? Having the same issue

Reasons:
  • RegEx Blacklisted phrase (3): Did you figure this out
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): 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: Oskar G

79605180

Date: 2025-05-03 23:22:54
Score: 1
Natty:
Report link

I ran into the same issue. For me, it was due to installing bundler as a gem, which was generating gem scripts with the wrong gem version.

The answer @maximillian-laumeister posted also works, but if you don't want to modify generated files, you can install bundler via apt, which should take precedence over the gem-installed version:

sudo apt install ruby-bundler

The apt version of bundler should generate the correct gem scripts and match the system ruby version.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @maximillian-laumeister
  • Low reputation (0.5):
Posted by: almk

79605175

Date: 2025-05-03 23:02:50
Score: 4
Natty:
Report link

I was forgetting to convert the projected screen y from opengl bottom-up to top-down.

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

79605172

Date: 2025-05-03 22:50:47
Score: 2
Natty:
Report link

@desmaxi

"The local ip address is not based on the MAC address. The router uses DHCP to give the devises an"

"ip address. So there is no way to tell the router which IP he must give you other than changing"

"the settings.

This is not true because 'sudo apr -a' will show all of the information about IP and MAC address pairs on the LAN! If you are running Windows Microsoft may in fact hide this information from the user. In Unix (Linux, BSD, and others) have the apr command so that this information can be readily accessed.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @desmaxi
  • Low reputation (1):
Posted by: Gregory Montgomery

79605171

Date: 2025-05-03 22:49:46
Score: 4.5
Natty: 5
Report link

This seems to be possible with checkout sessions https://docs.stripe.com/payments/checkout/subscriptions/update-payment-details

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

79605167

Date: 2025-05-03 22:40:44
Score: 1.5
Natty:
Report link

For Python 3.12.1, the numpy should be 1.26.4 pip installl numpy==1.26.4 And you can then install gensim with commend pip install gensim

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

79605164

Date: 2025-05-03 22:33:42
Score: 1
Natty:
Report link

If you are using sail with custom .env.dusk.local and custom database "testing", update .env.dusk.local configuration:

APP_URL=http://host.docker.internal
DB_DATABASE=testing
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kolya Slisarenko

79605147

Date: 2025-05-03 21:58:34
Score: 5.5
Natty: 4.5
Report link

I have the same problem. I tried all of the things from the internet but it's working really unreliable. It can send the location data 2 or 3 times then it's not able to power on the gnss. I think I have to switch off the SIM7080G module completely before sending the data then switch it off again. It sounds really ridiculous.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mat Baranyi

79605146

Date: 2025-05-03 21:55:33
Score: 2
Natty:
Report link

This is just a warning, so no big deal really, but if you want to get it out of the way, just add android:enableOnBackInvokedCallback="true" attribute to your <application> tag in the AndroidManifest.xml.

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

79605143

Date: 2025-05-03 21:53:33
Score: 1
Natty:
Report link

You might be facing the shape error because ML.NET is strict about the input shapes (like 1x256), and your input array is only of length 10 — which doesn't match (1 x 256).

But if you're open to using ONNX directly **without ML.NET**, I just published a package that wraps BERT-based Arabic Sentiment ONNX models using only `Microsoft.ML.OnnxRuntime`.

✔ Works with raw `InferenceSession` in C#

✔ Supports tokenization via `Microsoft.ML.Tokenizers`

✔ Async and sync APIs

✔ Multi-platform (`netstandard2.0`, `net6.0`, etc.)

🔗 NuGet: https://www.nuget.org/packages/AraBertSentiment.OnnxModel

💻 Source: https://github.com/Elhady7/AraBertSentiment.OnnxModel

📁 Model Release: https://github.com/Elhady7/AraBertSentimentModel/releases

📰 Medium Article: https://medium.com/@hadysalah632/powerful-arabic-sentiment-analysis-using-onnx-and-net-9-87b6ac49d72f

Let me know if you need help migrating your pipeline away from ML.NET!

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Hady Salah

79605139

Date: 2025-05-03 21:48:32
Score: 2.5
Natty:
Report link

Is the pod a standalone pod? Or is it created as part of a Deployment or other higher-level object?

Intrigued by the error complaining that the node cannot delete the pod as it is not listed in the Pod's spec.Nodename field. If you describe the pod, what value is in the spec.Nodename field? Also, if you run kubectl get nodes , I'm assuming EKSGetTokenAuth is the name of one of them?

I realise this isn't an answer and more of an assist with troubleshooting, but unfortunately I don't have enough reputation yet to post this as a comment!

Reasons:
  • RegEx Blacklisted phrase (1.5): I don't have enough reputation
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is the
  • Low reputation (1):
Posted by: DevOpsGT

79605138

Date: 2025-05-03 21:47:31
Score: 1
Natty:
Report link

If you're looking to run ONNX Runtime **without ML.NET**, I just released a NuGet package that does exactly that — fully in C#, without any ML.NET dependency.

✔ Built with `Microsoft.ML.OnnxRuntime` and `Microsoft.ML.Tokenizers`.

✔ Works with .NET Framework (via netstandard2.0) and .NET Core 6, 8, 9.

✔ Designed for Arabic Sentiment Analysis, but can be adapted to other ONNX models.

🧠 NuGet: https://www.nuget.org/packages/AraBertSentiment.OnnxModel

📦 GitHub Code: https://github.com/Elhady7/AraBertSentiment.OnnxModel

📁 Model: https://github.com/Elhady7/AraBertSentimentModel/releases

Let me know if it helps or if you want guidance customizing it for other models.

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

79605137

Date: 2025-05-03 21:47:31
Score: 3
Natty:
Report link

Thank you so much Anon. it also worked for me by this solution.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mahdi

79605136

Date: 2025-05-03 21:46:31
Score: 0.5
Natty:
Report link

Adding this to NeoVIMs lazy plugin called hrsh7th/nvim-cmp solves the issue, while not being on the most recent version. Basically setting the version manually.
You might have to

  1. add this code to init.lua plugin section:
<other plugins>
{
  "hrsh7th/nvim-cmp",
  commit = "b356f2c",
  pin = true,
}
  1. remove the plugin from the plugins folder manually (to make sure the other version does not keep existing. In my case this is in ~/.local/share/nvim/lazy/nvim-cmp

  2. Remove nvim-cmp from the lazy-lock.json which resides next to your init.lua file.

  3. Now you can reopen nvim and watch it install the defined version. (and enjoy the pleasure of an error-free-coding-bliss again.)

  4. if this did not work, you can do it manually by going into ~/.local/share/nvim/lazy/nvim-cmp and type git checkout b356f2c to switch to this specific branch yourself.

*Good to know: This is basically the same thing that neovim would do for you. You'll see the already pre-existing git repost if you type git status in one of the plugin folders.

Credits:* https://github.com/hrsh7th/nvim-cmp/issues/1877

Reasons:
  • Blacklisted phrase (1): did not work
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Frizzant

79605121

Date: 2025-05-03 21:24:25
Score: 0.5
Natty:
Report link

xpiignore seems to be a non-standard file people use in their custom build processes. The same author uses it in their zippy tool. It was rejected by the official web-ext project.

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

79605110

Date: 2025-05-03 21:08:22
Score: 2.5
Natty:
Report link

You just have to run npm install react-quill --legacy-peer-deps

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

79605106

Date: 2025-05-03 21:07:21
Score: 1
Natty:
Report link

In Spring Boot, use EntityManagerFactory to handle database operations. In SpringUserService, obtain a safe EntityManager for each operation using @PersistenceContext. Mark your methods with @Transactional, and for each incoming request, create a new MagicalUserService and pass this safe EntityManager to it using setEm(). This approach helps prevent system crashes and avoids issues caused by multiple concurrent requests.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: oguz ol

79605105

Date: 2025-05-03 21:07:21
Score: 1.5
Natty:
Report link

Yes, I know, it's been a long time. But as if someone was still looking:

Text("Sample text")
    .lineLimit(2, reservesSpace: true)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: FalconTech

79605101

Date: 2025-05-03 20:57:19
Score: 1.5
Natty:
Report link

Ran into the same PIPELINE_ERROR_DECODE mess, so I built a tiny Go drop‑in: “stream‑audio‑to‑web” ― one‑liner Docker run, seamless MP3 stream in Chrome/Firefox/Safari with live playlist reloads. Try it out here: https://github.com/aposazhennikov/stream-audio-to-web — ⭐s, PRs, and Issues are very welcome!

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

79605096

Date: 2025-05-03 20:54:18
Score: 2.5
Natty:
Report link

You can try making your grid items stateful and only rebuild the single item that was tapped.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ricardo Alexis Huerta Salazar

79605094

Date: 2025-05-03 20:47:17
Score: 5
Natty: 4
Report link

.Stupid. pusipupsiauauauauuaau

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

79605089

Date: 2025-05-03 20:39:15
Score: 1
Natty:
Report link

Try --project flag to reference your configuration while targeting a file

tsc --project tsconfig.json lab.ts
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex

79605085

Date: 2025-05-03 20:36:14
Score: 9
Natty: 7.5
Report link

Any solution fot this issue, I am facing same?

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solution fot this issue, I am facing same?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: unnikpr

79605084

Date: 2025-05-03 20:35:14
Score: 1
Natty:
Report link

Do not use the @ComponentScan annotation, as @SpringBootApplication already covers it.

Set the log level to DEBUG in the settings of your application.properties file.

logging.level.org.springframework.security=DEBUG
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: oguz ol

79605083

Date: 2025-05-03 20:32:12
Score: 5.5
Natty:
Report link

Can you use this then work your way to understand the content type of eadch item?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you usethe
  • Low reputation (0.5):
Posted by: Apurv G

79605078

Date: 2025-05-03 20:23:10
Score: 0.5
Natty:
Report link

Step 1: Open Qt Creator and Go to Options

  1. Open Qt Creator.

  2. In the top menu, go to Tools > Options (on Windows/Linux) or Qt Creator > Preferences (on macOS).

Step 2: Modify the Kits Configuration

  1. In the Options/Preferences window, go to the Kits tab under the Build & Run section.

  2. You'll see a list of all available kits. These kits represent different Qt versions, compilers, and platforms.

  3. To prevent Qt Creator from enabling all kits by default:

    • Uncheck the kits you don't want to use by default.

    • Leave checked only the ones you wish to work with.

Step 3: Choose Specific Kits for Your Project

When you create a new project:

  1. After selecting the project template and proceeding with the setup, you’ll be asked to choose a kit.

  2. Here, you can manually select the kit(s) you want to use for that project. It will show only the kits that are checked in the Kits tab.

Step 4: Save Changes

After unchecking the unnecessary kits and selecting your desired kit(s) for a new project, click OK or Apply to save the settings.

Additional Tips:

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

79605071

Date: 2025-05-03 20:11:08
Score: 1
Natty:
Report link
Traceback (most recent call last):
  File "/tmp/main.py", line 2, in <module>
    import user_code
  File "/tmp/user_code.py", line 1, in <module>
    from docx import Document
ModuleNotFoundError: No module named 'docx'

[Execution complete with exit code 1]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: W. Steven gallego

79605068

Date: 2025-05-03 20:06:06
Score: 2
Natty:
Report link

In my case helped this:

if (word.Contains('\n') { }

i use .NET 8.0

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

79605060

Date: 2025-05-03 20:01:04
Score: 1
Natty:
Report link

You just need to add one line "preferCSSPageSize: false,". It will make your code as

await page.pdf({ path: FILENAME,

format: 'A4',
margin: {
    top: "0px",
    right: "0px",
    bottom: "0px",
    left: "0px"
},
printBackground: true // required for photos otherwise blank
preferCSSPageSize: false,

});

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

79605055

Date: 2025-05-03 19:54:03
Score: 1
Natty:
Report link

I played with this using mustache, since Avro IDL can be materialized into Avro JSON IDL, and that is input into a template that spits out different outputs, including direct scaffolding to something like asyncio/python.

I personally vomit when I see all the REST verbs embedded in a Swagger interface specification. I prefer EDA over REST (aka ePoll at the OS level). To closely tied to REST for my taste.

As the world goes API first, I go domain model first, including Avro IDL, and perhaps a little OCL (aka DbC) "Aspects" (AOP wink).

I also want to capture relationships in a Semantic Graph model for RBE and AI integration.

If you've seen any tools that can take a UML class diagram, generate Avro -> generate REST and EDA based microservices to support async and sync naturally, in multiple language, transport, and persistence stacks -- well you be sure and speak up. :-)

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

79605051

Date: 2025-05-03 19:48:01
Score: 5
Natty:
Report link

After 2 days of searching for the solution, i went back to check the last file i commited to github before the error started, i discovered it was white space before <?php.

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

79605050

Date: 2025-05-03 19:47:01
Score: 3
Natty:
Report link

A. Sir Bobby Yankee 

A Business mogul. Expert at inspiring those who desires good life.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: sojib bd

79605040

Date: 2025-05-03 19:26:56
Score: 0.5
Natty:
Report link

Thre are two things you can do

Use "When" property in keybindings for constraints on when it needs to be active

I had a key binding to open seach files in vim but it did not work when there was no active editor. I tried to add it to the vscode keybindings but the problem is that when you add a key map that has a follow up like "space space" all key maps that start with space (<leader> ) will stop working.

So i did this to fix it:

{
    "key": "space space",
    "command": "workbench.action.quickOpen",
    "when": "activeEditorGroupEmpty"
}

Also kept the orignal vscode keymap:

{
      "before": [
        "<leader>",
        "<leader>",
      ],
      "commands": [
        "workbench.action.quickOpen",
      ]
}

Vim keybindings don't work in all states one is which when there is no open editor so I conditionaly constrained the keybding in vscode to only work when the vim one does not work

Define it in vim

If there is no conflict like above where i needed the key bidning to work even when no editor is open then just define it inside vim.

Reasons:
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): did not work
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Samyar

79605036

Date: 2025-05-03 19:17:54
Score: 3.5
Natty:
Report link

Simply add custom CSS to the slider's bar and text elements to change their colors.

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

79605033

Date: 2025-05-03 19:14:53
Score: 0.5
Natty:
Report link

I've faced the same problem and fixed it by setting debuggable to false or simply remove it inside app level build.gradle file.

Before:

buildTypes {
        debug {
            debuggable true
        }
    }

After:

buildTypes {
        debug {
            
        }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Salar Arabpour

79605030

Date: 2025-05-03 19:10:52
Score: 0.5
Natty:
Report link

The non-white-space pattern \S (uppercase \S opposite of \s) documented for sed here was chosen because often we need to match spaces or non-spaces in regexp:

sed 's/\(https\S*\)/"\1"/g' elenco.txt

same as

sed -E 's/(https\S+)/"\1"/g' elenco.txt

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

79605029

Date: 2025-05-03 19:10:52
Score: 1
Natty:
Report link

Add the missing SLF4J dependency:
The error indicates that the org.slf4j.impl.StaticLoggerBinder class is missing. This is typically required by some logging libraries.

Add this to your android/app/build.gradle file:

dependencies {
    implementation 'org.slf4j:slf4j-nop:1.7.30' // Add this line
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bahaa Shammout

79605028

Date: 2025-05-03 19:09:52
Score: 0.5
Natty:
Report link

I've faced the same problem and fixed it by setting debuggable to false or simply remove it inside app level build.gradle file.

Before:

buildTypes {
        debug {
            debuggable true
        }
    }

After:

buildTypes {
        debug {
            
        }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Salar Arabpour

79605023

Date: 2025-05-03 19:00:49
Score: 1.5
Natty:
Report link

I just deployed the same files built with 'flutter build web' as the Azure Static Web App and the workaround below worked.

 assets:
      - packages/timezone/data/latest_10y.tzf

Load the timezone database with:

await tz.initializeTimeZone('assets/packages/timezone/data/latest_10y.tzf');

This workaround did not work when the same files were deployed as Azure App Service. I am still interested to know if there is a way to make it work on the App Service, in case someone figured it out.

Reasons:
  • Blacklisted phrase (1): did not work
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tom

79605021

Date: 2025-05-03 18:57:49
Score: 1
Natty:
Report link

The table name you sould change accordingly. Something like

alter table project_overview rename...

ALTER TABLE

project_overview

RENAME TO

project_overview

;

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

79605020

Date: 2025-05-03 18:56:48
Score: 1
Natty:
Report link

On line 19, change this:

bot.send_message(call.message, "Button clicked")

to:

bot.send_message(call.message.chat.id, "Button clicked")

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

79605019

Date: 2025-05-03 18:55:48
Score: 2.5
Natty:
Report link

This seems to be an issue with a dependency in your code as indicated by

from helper1.task_logger import TaskRunMetadata

Last time I faced a similar issue, I found out it was a version mismatch between my base image and the library I was installing. Quick question, are you using the same base image for both dev and prod containers? Do you mind sharing your dockerfile and possibly the part of dcompose for that dockerfile?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Moses Mbadi

79604996

Date: 2025-05-03 18:33:42
Score: 0.5
Natty:
Report link

Those are only warnings and the SUMO developers discovered that there are too many of them, see https://github.com/eclipse-sumo/sumo/issues/7783 and https://github.com/eclipse-sumo/sumo/issues/7821. But all these fixes meant changes to the SUMO code. So if updating your SUMO is not an option you are out of luck

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

79604995

Date: 2025-05-03 18:32:42
Score: 1.5
Natty:
Report link

from reportlab.pdfgen import canvas

# Update PDF with additional page

pdf_path_updated = "/mnt/data/Dhananjay_Shaadi_Report_Updated.pdf"

c = canvas.Canvas(pdf_path_updated, pagesize=A4)

width, height = A4

# Page 1 - same as before

c.setFont("Helvetica-Bold", 18)

c.drawCentredString(width / 2, height - 50, "विवाह रिपोर्ट - धनंजय पाटिल")

c.setFont("Helvetica", 12)

c.drawString(50, height - 90, "जन्म विवरण:")

c.drawString(70, height - 110, "तारीख: 15 जून 2003")

c.drawString(70, height - 130, "समय: शाम 7:15")

c.drawString(70, height - 150, "स्थान: सूरत, गुजरात")

text = c.beginText(50, height - 190)

text.setFont("Helvetica", 11)

text.textLines("""

सप्तम भाव (विवाह स्थान) कुंडली में अच्छे प्रभाव में है। यह दर्शाता है कि:

- आपकी शादी प्रेम और समझदारी से भरी होगी।

- जीवनसाथी कलात्मक या मीडिया क्षेत्र से जुड़ी हो सकती है।

- जीवनसाथी सुंदर, शांत स्वभाव और भावनात्मक रूप से गहराई वाली होगी।

शादी की संभावित उम्र:

- 25 से 28 वर्ष के बीच विवाह होने की संभावना है।

शादी का प्रकार:

- पंचम और सप्तम भाव के शुभ संबंध दर्शाते हैं कि यह लव मैरिज हो सकती है या आपकी करीबी दोस्त से विवाह हो सकता है।

विवाह के बाद:

- जीवनसाथी आपके करियर और बिजनेस में सहयोगी सिद्ध होगी।

- विवाह के बाद आपके जीवन में स्थिरता और प्रगति आएगी।

टिप:

- गुरुवार और शुक्रवार को विवाह संबंधित निर्णय लेना शुभ रहेगा।

- जीवनसाथी से मिलने के संकेत मीडिया, क्रिएटिव फील्ड, या नेटवर्किंग के माध्यम से संभव हैं।

""")

c.drawText(text)

# Page 2 - Partner origin and background

c.showPage()

c.setFont("Helvetica-Bold", 16)

c.drawCentredString(width / 2, height - 50, "जीवनसाथी का स्थान और पृष्ठभूमि")

text2 = c.beginText(50, height - 100)

text2.setFont("Helvetica", 11)

text2.textLines("""

आपकी कुंडली के अनुसार:

- राहु का प्रभाव और सप्तम भाव की स्थिति यह संकेत देती है कि आपकी जीवनसाथी संभवतः आपके शहर 'सूरत' से नहीं, बल्कि किसी अन्य शहर या राज्य से हो सकती है।

- यह रिश्ता किसी सोशल मीडिया, डिजिटल प्लेटफ़ॉर्म, या कार्य के माध्यम से बन सकता है।

- जीवनसाथी का स्वभाव गंभीर, रचनात्मक और समझदार हो सकता है। वो कला, फैशन, मीडिया या डिज़ाइन से जुड़ी हो सकती हैं।

स्थान की संभावनाएँ:

- पश्चिम भारत (राजस्थान, महाराष्ट्र आदि) या दक्षिण भारत की पृष्ठभूमि।

- शादी के बाद संभवतः स्थान परिवर्तन या नए शहर में रहने की संभावना।

आपका यह संबंध सिर्फ भावनात्मक नहीं बल्कि करियर और सोच में भी संतुलन लाएगा।

""")

c.drawText(text2)

c.save()

pdf_path_updated

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: Dhananjay Patil

79604993

Date: 2025-05-03 18:30:42
Score: 1
Natty:
Report link

Check if you have public/build directory with compiled assets.

If you don't have this folder, run:

 ./vendor/bin/sail npm run build
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kolya Slisarenko

79604984

Date: 2025-05-03 18:21:39
Score: 1.5
Natty:
Report link

On line 23, change this:

dock1.setMinimumWidth(200)

to:

dock2.setMinimumWidth(200)

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adios Gringo

79604982

Date: 2025-05-03 18:17:38
Score: 0.5
Natty:
Report link

I know that you said that you don't want to modify functions, but I though my solution might be helpful to someone else in the future, so I will add it here :)

I came up with following approach to get common parameter value in function:

$ErrorAction = $PSCmdlet.MyInvocation.BoundParameters.ErrorAction
if ($null -eq $ErrorAction) {
    $ErrorAction = $ErrorActionPreference
}

Then I have applied it to related function call:

Install-PackageProvider -Name $ProviderName -Force:$Force -ErrorAction $ErrorAction

Here is related commit in my repository:

https://github.com/gucu112/Gucu112.Powershell/commit/12969ac0657500bc992cb8d9669cefb52e99b0b7

Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gucu112

79604971

Date: 2025-05-03 18:01:34
Score: 1
Natty:
Report link

I’ve identified the issue. It turns out that the Oracle Workflow Engine requires DBMS_SCHEDULER to be enabled.

If it’s not, jobs may be created but won’t progress, understandably, since the scheduler is responsible for executing them.

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

79604969

Date: 2025-05-03 17:53:32
Score: 2
Natty:
Report link
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tobilashy

79604968

Date: 2025-05-03 17:53:32
Score: 1
Natty:
Report link

For mysqlnd it's very easy, just set options for your opened db connection:

$mysqli->options(MYSQLI_OPT_INT_AND_FLOAT_NATIVE,1);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Soltanov

79604952

Date: 2025-05-03 17:31:27
Score: 1.5
Natty:
Report link

i think this is because of invalid tokens

models = embeddingsClient(
    endpoint=endpoint,
        credential = DefaultAzureCredential(),
        model= model_name
)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vishwajeet Londhe

79604951

Date: 2025-05-03 17:27:26
Score: 3
Natty:
Report link

Just reload pom.xml file after adding spring boot security dependency if you are using IntelliJ IDE and restart/rerun the application.

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

79604941

Date: 2025-05-03 17:14:23
Score: 0.5
Natty:
Report link

The best I could find (after much trial/error) to ensure onDialogOK does bubble back as expected is to get rid of the auto-close option in q-menu and handle closing of the pop up menu manually instead. Changes as follows:

pages/IndexPage.vue: (define isMenuOpen and pass the state as follows: <LocalMenu v-model="isMenuOpen">):

import { ref } from 'vue'
const isMenuOpen = ref(false)

function onDialogOK () {
  isMenuOpen.value = false
  console.log('OK Event received in parent!')
}

components/LocalMenu.vue: (pass the model in as follows: <q-menu self="top left" v-model="model"> and add the following:

<script setup>
const model = defineModel()
</script>

This does the job but has the disadvantage of "leaking" the menu state into the parent. It really feels like a workaround to smth that should work out of the box in Quasar?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: sxc731

79604920

Date: 2025-05-03 16:55:19
Score: 1.5
Natty:
Report link

Resolution, for anyone who might benefit from my experience: the issue was relying on session state, which might or might not work in a load-balanced environment. The solution was to switch to the Firestore API for session management - which will cost more but seems to be working. Interim solutions using cookies or the project's own mysql database were problematic in different ways.

What's still aggravating is that GCP obviously changed something abruptly on the back end without notifying of the impending change.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Beverly Sobelman

79604919

Date: 2025-05-03 16:54:19
Score: 2
Natty:
Report link

Run these following commands :>

npm install -D tailwindcss@3

npx tailwindcss init -p
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mahesh Shinde

79604916

Date: 2025-05-03 16:51:15
Score: 6 🚩
Natty:
Report link

You sent

My Facebook is suddenly locked but I'm trying to unlock it but I'm being asked to submit id in it I do not have any id proof so give me some other option so that I can unlock

First name: Mehedi

Sure name : Mehedi Hasan

Last name: Hasan

Email : [email protected]

Phone number: 01610058411

Thanks facebook Team..

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (3): give me some
  • Contains signature (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mehedi Hasan

79604913

Date: 2025-05-03 16:49:14
Score: 0.5
Natty:
Report link

It turned out the entry point defined within the Dockerfile is actually the very initial the process within the container (pid=1).

Which means there's no other upstream process to resolve the env variable either from /etc/profile or /etc/environment or whatever.

So it is the matter of entry point it self to manage/decide/resolve whatever the sources to refer for env resolution.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: 404

79604909

Date: 2025-05-03 16:45:13
Score: 1.5
Natty:
Report link

I would say your model is to dumb. You mainly have two options if you want to use tool calling in good way.

I had similar errors and upgrading model solved most problems for me.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Morris Simons

79604889

Date: 2025-05-03 16:19:07
Score: 1.5
Natty:
Report link

You’re thinking of the Element Inspector, which is a different tool—it lets you explore the DOM tree, often heavily modified by JavaScript, unlike rvest’s static parsing. If you’re looking for easier ways to handle web data or just want a break, check out my website for the full Waffle House menu to satisfy your cravings. While Element Inspector is great for dynamic sites, rvest works best on simpler, static pages. For those who prefer coding-free solutions, browser tools might be more intuitive. Either way, there’s always a workaround—or a waffle!

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alex John

79604887

Date: 2025-05-03 16:18:06
Score: 4.5
Natty:
Report link

For everyone searching a website where you can do this here:

Image Blur

Reasons:
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Kreativ

79604886

Date: 2025-05-03 16:18:06
Score: 1.5
Natty:
Report link

Yes, the signal can be reconstructed from the spectrogram, provided that:

here is described a non-neural k-means clustering vocoder which can reverse specrogram to original with no audible loss of fidelity:

https://blog.hashtron.cloud/post/2025-05-03-take-me-home-to-the-kmeans-city/

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

79604878

Date: 2025-05-03 16:11:04
Score: 1
Natty:
Report link
Program your bot to send you a message with link to that user. This can be done by using link in your message (must be used as message entity or inline keyboard button):

tg://user?@SarahKartikaa=<user_id>
Or in case you are using MarkdownV2 for formatting

[inline mention of a user](tg://user?id=<user_id>)
Then, by clicking on that link, you will open a user profile, where you can message your target.

Note, user can change his privacy settings, and disable mentions. In this case these links will not work.
Reasons:
  • Blacklisted phrase (1): these links
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MUHAMMAD ISKANDAR YUSUF

79604865

Date: 2025-05-03 15:52:00
Score: 1
Natty:
Report link
for i in range(len(nums)-1):
        if nums[i] > nums[i+1]:
            return False     # If any element is greater than the next, it's not sorted
    return True              # If the loop completes without out-of-order elements, sorted
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: GregAbeel

79604862

Date: 2025-05-03 15:49:00
Score: 1.5
Natty:
Report link

consider a programing language that describes a program as a Turing machine operating on binary tape and ends with a filler character that must be repeated more then bb(number of states of the Turing machine described) and no character is encoded with all zeros.
let n be the number of states of a quine and q be the number of ones in the quine output.
bb(n) < q because the number of ones is at least the number of filler characters and q ≤ bb(n).
there for bb(n)<bb(n) contradiction.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: beat up

79604860

Date: 2025-05-03 15:46:59
Score: 4
Natty:
Report link

Please use this tool: https://alignhash.codeutility.io/

It supports many languages including PHP.

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

79604858

Date: 2025-05-03 15:46:58
Score: 1.5
Natty:
Report link

Why compiler can’t understand in foo1 that all I need it to capture f by value since it is the only variable in used in lambda? Why this must be explicitly stated as in foo2?

You need to declare variable lambda in order to capture.

Snippet:

void foo1() {
    double d = 1.0;
    auto lambda = [=, &d]() { d = double(f); };
    lambda();  
}

void foo2() {
    double d = 1.0;
    auto lambda = [f=f, &d]() { d = double(f); };
    lambda();  
}
Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why
  • Low reputation (0.5):
Posted by: Adios Gringo

79604845

Date: 2025-05-03 15:31:55
Score: 3
Natty:
Report link

I had a similar problem searching data files. It turned out that there were some extra lines in the raw data file that went beyond the data.

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

79604841

Date: 2025-05-03 15:27:54
Score: 0.5
Natty:
Report link

Your decorator is working just fine — it’s not showing 4 seconds, it's showing this: Time: 4.38690185546875e-05.

That means 0.000043869 seconds, or about 44 microseconds, not 4 seconds. It’s just written in scientific notation, and you probably misread it as "4.38 seconds."

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

79604835

Date: 2025-05-03 15:18:52
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sai P

79604834

Date: 2025-05-03 15:18:52
Score: 3
Natty:
Report link

This is why they discontinued it:

https://tanersener.medium.com/saying-goodbye-to-ffmpegkit-33ae939767e1

If you want to use it, build it locally. Or wait for some days. I am actively working on it. Will share the procedure

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abdul Muiz

79604828

Date: 2025-05-03 15:10:50
Score: 1
Natty:
Report link

Okay so it turns out there were a couple of issues:

  1. I wasn't monitoring stderr for errors from clangd -- it was closing immediately because my command line arguments were invalid. (As it turns out, "bar" is not a valid command line argument.)

  2. Something was messed up with my visual studio workspace -- I was making changes to the extension, but it was launching some old version so my changes weren't actually being seen. I tried resetting the experimental instance of visual studio, but that just caused it to fail builds, saying it couldn't find the extension. I tried bumping the version number, but that didn't make a difference. Ultimately, the only thing that "fixed" it was to completely delete and re-create the VSIX project from scratch, only copying over a few of my cs files.

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

79604825

Date: 2025-05-03 15:01:48
Score: 1
Natty:
Report link

Pairing is required to read the following characteristics.

Peripheral : Omron HEM-7600T (Omron Evolv)

Step:

  1. Pairing begins when this characteristic is read ( setNotifyValue ).
  2. Pairing will begin and can be completed manually.
    Once pairing is complete, the peripheral will disconnect.
  3. You can reconnect and read ( setNotifyValue ) this characteristic again to get the measurement.

I'll write this down for anyone coming later.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 63rabbits goodman

79604818

Date: 2025-05-03 14:55:47
Score: 2.5
Natty:
Report link

....compile("\b\B") or ^$ f

Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
Posted by: Mykel Alvis

79604817

Date: 2025-05-03 14:53:46
Score: 2
Natty:
Report link

thanks for the hint it certainly pointed me in the right direction.

As it turned out it was the request header that was wrong and nothing to do with nginx at all, we have a couple of different deployment scenarios, in one we expose the API services I was having the problem with as part of a larger set of services, the web server start up logic for this particular scenario was missing some configuration tuning of our open api plugin that our swagger ui is driven from.

Essentially by default the open api plugin sets the expected response content to 'application/json' for all endpoints, we override this for endpoints that return images by changing the expected response header to 'image/png', with this in place the browser interprets binary data received correctly when it creates the temporary file for download.

This was actually something I addressed before but seems to have crept back into this deployment scenario possibly when we migrated to .NET core.

Thanks again

Gary

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gary Cuthbert

79604814

Date: 2025-05-03 14:49:45
Score: 4
Natty:
Report link

you could use img and generate a gif

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

79604805

Date: 2025-05-03 14:39:41
Score: 4.5
Natty:
Report link

Ich habe gerade herausgefunden, das ich mit einer vorherigen Lösung die svg auch einen border-radius zu geben schon richtig war jedoch es nicht korrekt abgerundet wurde, da es bereits grundlegend nicht 100% ganz unten in meiner div ist die area chart. Weiß jemand wieso die Chart einen leichten Abstand nach unten hat?

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

79604786

Date: 2025-05-03 14:20:37
Score: 1.5
Natty:
Report link

The error was caused by OpenCore Legacy Patcher. I tested on a different macOS device without OCLP, using the same macOS, Flutter & Xcode versions, and everything worked fine.

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

79604784

Date: 2025-05-03 14:18:36
Score: 3.5
Natty:
Report link

composer dump-autoload might fix it as well.

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

79604769

Date: 2025-05-03 14:06:34
Score: 0.5
Natty:
Report link

When I'm typing the last line, VSCode is expected to hint me the type of parameter should be int,

Using Python 3.12.3

When your script was executed. I received an error message that said,

line 19, in <module> printer = Foo2 if check_equal else Foo NameError: name 'check_equal' is not defined.

check_equal: bool should be check_equa l= bool

a.print('int')

Output:

int 3

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When I
  • Low reputation (0.5):
Posted by: Adios Gringo