79825978

Date: 2025-11-20 21:50:48
Score: 0.5
Natty:
Report link

why are you using embedded mode? Did you try using the remote client first? Here are the docs pages for starting a 3-node cluster in Docker using the remote client.

https://ignite.apache.org/docs/ignite3/latest/quick-start/start-cluster

And the embedded mode docs, if you need to use the extended features of embedded mode in your application.

https://ignite.apache.org/docs/ignite3/latest/quick-start/embedded-mode

I suggest starting with the remote client if you are new to Ignite. It will work even with a single-node cluster.

Reasons:
  • Whitelisted phrase (-2): Did you try
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): why are you
  • Low reputation (1):
Posted by: Michael Aglietti

79825973

Date: 2025-11-20 21:42:46
Score: 4
Natty: 5
Report link

Did anything come from this? I shoot stereoscopic 3D and are very interested in multicam usbc stearing of my camera’s speed, aperture and ISO settings, syncing them: thus read master, set slave.

Regards,

Edwin

Reasons:
  • Blacklisted phrase (1): Regards
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did any
  • Low reputation (1):
Posted by: Edwin 3D for You Glaser

79825972

Date: 2025-11-20 21:41:46
Score: 1.5
Natty:
Report link

I've encountered similar error and in my case it was difference between versions (major release number) of docker running on swarm cluster and a machine that I wanted to join swarm.

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

79825966

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

For anyone seeing this question in 2025 or later, this is now possible. If you want both (button and enter) you can put Select(Button) in the OnChange property of the text input control. If you just want enter, put whatever code is in your button into the OnChange property. That property will trigger from hitting enter or tab, or just clicking outside of the text input control.

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

79825963

Date: 2025-11-20 21:13:38
Score: 4.5
Natty:
Report link

pnpm install --prod --frozen-lockfile

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

79825958

Date: 2025-11-20 21:03:35
Score: 6
Natty:
Report link

@Nas_T Globalsign seems to be half the price of your link, €779 for 3 years: https://shop.globalsign.com/nl-nl/code-signing

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Nas_T
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: brinkdinges

79825957

Date: 2025-11-20 21:01:35
Score: 1
Natty:
Report link

As mentioned in Guru's reply, Stephen Cleary's Concurrency Cookbook, you can also checkout Stephen's invaluable blog on Async and Await.

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

79825953

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

Same thing happened to me so I fixed it by upgrading the project using "Composer upgrade" in the project and then composer require tightenco/ziggy and it installed without any issues.

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ali

79825949

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

Do you need to change any variable in the answer?

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

79825946

Date: 2025-11-20 20:44:30
Score: 0.5
Natty:
Report link

Just a note...

This statement is not accurate:

In an MVVM architecture, models should be kept free of UI-related logic.

Generally, this is impossible, because the UI can be, and usually is, an essential part of the overall application logic. The right approach is to isolate and abstract out the UI implementation. Can you see the difference? The criterion for this abstraction is met when you can easily replace the View with something completely different, using a different UI framework, and so on. But not to separat the logic itself.

Now, to discuss the particular architecture issue, including one of the most important issues, code duplication, you have to provide an abstract description of your project goals and most basic requirements, importantly, not based on your existing code.

Your existing code can be discussed separately, when we have the understanding what the application can do.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: Sergey A Kryukov

79825944

Date: 2025-11-20 20:37:28
Score: 0.5
Natty:
Report link

Sorry, but you post lacks focus. I'm afraid your problem is not that you cannot find the best solution or formulate the problem, but that you don't really see that you don't have focus. Also, it looks like you don't see what to write to make a conversation productive.

Right now, your issue looks so general that it does not present any issue. Rather, it looks you are going to talk about nothing.

I suggest you think about it.

Reasons:
  • No code block (0.5):
Posted by: Sergey A Kryukov

79825943

Date: 2025-11-20 20:33:27
Score: 2.5
Natty:
Report link

You are missing the build step. You should put the files in a subfolder under extensions. Run the frontend build command like npm run build before trying to add them in the Customization project.

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

79825940

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

Just in case, something that worked for me (for other users) : try changing the output file format in the run/setup section. In my case it was set to category overview (crystal reports). Changing it to siman summary report solved the same issue as the one you described.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dam's

79825936

Date: 2025-11-20 20:20:23
Score: 6 🚩
Natty: 5.5
Report link

تم تعليق حسابي لنشاط لا يتبع سياسة الواتساب ، و لكن راجعت حسابي و انا علي يقين بأنني لم اخالف سياسات واتساب و اتمني استرجاع حسابي و الغاء الحظر عن رقمي لأنه بالغ الاهمية و لا اتبع اي سياسات مضرة او مخالفة للواتساب ، و شكرا لكم. "

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: داود محفوض

79825933

Date: 2025-11-20 20:13:20
Score: 0.5
Natty:
Report link

not something to be discussed here as its not programming related.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Daniel A. White

79825927

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

You're using your disassembler wrong.

Right off the bat, we can tell that the load and the jump don't target the same address, because adrp generates addresses aligned to 0x1000 bytes, so the bottom 12 bits of the load are 0x6c8 whereas the bottom 12 bits of the jump are 0x068. They can't possibly be the same.

Going deeper: you're on macOS 26.0.1 (25A362) and this is the function you're looking at:

;-- __malloc_zone_calloc:
0x1802f9ff0      085435b0       adrp x8, sym._ctr_des
0x1802f9ff4      08dd41f9       ldr x8, [x8, 0x3b8]
0x1802f9ff8      095435f0       adrp x9, 0x1ead7c000
0x1802f9ffc      296943f9       ldr x9, [x9, 0x6d0]
0x1802fa000      1f0100eb       cmp x8, x0
0x1802fa004      200940fa       ccmp x9, 0, 0, eq
0x1802fa008      81000054       b.ne 0x1802fa018
0x1802fa00c      085c36d0       adrp x8, 0x1ece7c000
0x1802fa010      083540f9       ldr x8, [x8, 0x68]
0x1802fa014      000140f9       ldr x0, [x8]
0x1802fa018      085435d0       adrp x8, 0x1ead7c000
0x1802fa01c      08215b39       ldrb w8, [x8, 0x6c8]
0x1802fa020      48020037       tbnz w8, 0, 0x1802fa068
0x1802fa024      085435d0       adrp x8, 0x1ead7c000
0x1802fa028      085143f9       ldr x8, [x8, 0x6a0]
0x1802fa02c      e80100b5       cbnz x8, 0x1802fa068
0x1802fa030      086840b9       ldr w8, [x0, 0x68]
0x1802fa034      1f310071       cmp w8, 0xc
0x1802fa038      89010054       b.ls 0x1802fa068
0x1802fa03c      1f410071       cmp w8, 0x10
0x1802fa040      e3000054       b.lo 0x1802fa05c
0x1802fa044      045440f9       ldr x4, [x0, 0xa8]
0x1802fa048      e8031eaa       mov x8, x30
0x1802fa04c      e843c1da       xpaci x8
0x1802fa050      038542d3       ubfx x3, x8, 2, 0x20
0x1802fa054      50c68dd2       mov x16, 0x6e32
0x1802fa058      90081fd7       braa x4, x16
0x1802fa05c      031040f9       ldr x3, [x0, 0x20]
0x1802fa060      f03688d2       mov x16, 0x41b7
0x1802fa064      70081fd7       braa x3, x16
0x1802fa068      01000014       b sym.__malloc_zone_calloc_instrumented_or_legacy

To prove that, let's look at these three instructions:

0x1802fa018      085435d0       adrp x8, 0x1ead7c000
0x1802fa01c      08215b39       ldrb w8, [x8, 0x6c8]
0x1802fa020      48020037       tbnz w8, 0, 0x1802fa068
  1. The ldrb is the exact same as in your snippet, that's how I found this in the first place.
  2. The adrp has a page delta encoding of 0x6aa82000, which your disassembler shows as 0x6aa82 in decimal, i.e. 436866. Together, these two are almost guaranteed to uniquely identify your dyld_shared_cache, since there's over 3000 libraries merged in there (you'll notice that the full delta of 0x6aa826c8 is almost 1.8GB away from the instruction performing the load).
  3. The bottom 14 bits of the tbnz address matches (i.e. 0x18c2b6068 & 0x3fff == 0x1802fa068 & 0x3fff == 0x2068).

This tells us that your cache is running with an ASLR slide of 0xbfbc000 versus the unslid image on disk. So your slid address of 0x18c2b6068 would correspond to unslid 0x1802fa068 - which is the last instruction of the function above, which is exactly what - and that's what makes sense, jumps within functions are what tb[n]z are usually used for, with their rather limited bits for jump distance. It's also what my disassembler is showing.

So how did you get to malloc_logger? Well that's the next load after that:

0x1802fa024      085435d0       adrp x8, 0x1ead7c000
0x1802fa028      085143f9       ldr x8, [x8, 0x6a0]
0x1802fa02c      e80100b5       cbnz x8, 0x1802fa068

The variable that's loaded for the tbnz check is malloc_slowpath, and if I got there and print a bunch of surrounding stuff as instructions, I see this:

[0x1ead7c6c8]> pd -10
         ;-- _malloc_logger:
         0x1ead7c6a0      00000000       invalid
         0x1ead7c6a4      00000000       invalid
         0x1ead7c6a8      00000000       invalid
         ;-- _malloc_tracing_enabled:
         0x1ead7c6ac  ~   00000000       invalid
         ;-- _malloc_interposition_compat:
         0x1ead7c6af      00             unaligned
         0x1ead7c6b0      00000000       invalid
         ;-- _malloc_sec_transition_policy:
         0x1ead7c6b4      00000000       invalid
         ;-- _malloc_sec_transition_early_malloc_support:
         0x1ead7c6b8      00000000       invalid
         0x1ead7c6bc      00000000       invalid
         ;-- _malloc_check_start:
         0x1ead7c6c0      00000000       invalid
[0x1ead7c6c8]> pd 10
         ;-- _malloc_slowpath:
         0x1ead7c6c8      00000000       invalid
         0x1ead7c6cc      00000000       invalid
         ;-- _lite_zone:
         0x1ead7c6d0      00000000       invalid
         0x1ead7c6d4      00000000       invalid
         ;-- _malloc_zero_on_free_sample_period:
         0x1ead7c6d8      00000000       invalid
         0x1ead7c6dc      00000000       invalid
         ;-- ___mach_stack_logging_shared_memory_address:
         0x1ead7c6e0      00000000       invalid
         0x1ead7c6e4      00000000       invalid
         ;-- _stack_logging_enable_logging:
         0x1ead7c6e8      00000000       invalid
         0x1ead7c6ec      00000000       invalid

So the first load is for malloc_slowpath, which is not too far from malloc_logger, which is the target of the load right after that. But either way, we are in the DATA segment here, these are variables, not functions, there is no code here!

As an aside, your disassembler may not be particularly good (or suited to arm64 or Darwin) either, based off the poor display of the adrp immediate, and the ; <+120> comment on tbnz, which is entirely wrong (it's probably meant to say 0x120, but it's a 0x48 bytes delta, which implies a shift of << 2, except that has already been applied to the value in the instruction encoding... it's a mess).

But hey, did you know that this code is open source?

Reasons:
  • RegEx Blacklisted phrase (3): did you get to
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Siguza

79825926

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

In FirefoxDev, you can set it as an option in the same place Inspect > 3 dots > Settings > Inspector > Default color unit.

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

79825925

Date: 2025-11-20 20:07:18
Score: 6
Natty: 7
Report link

where i should put this part of the code in my code ?

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): where i
  • Low reputation (1):
Posted by: Taras Manachynskyi

79825924

Date: 2025-11-20 20:07:18
Score: 5.5
Natty:
Report link

Is this only problem with AWS SDK calls? Eg. what version of AWS SDK do you use? V2 or V3?

I remember there were some issues with V2 and errors so just to make sure this is not related to this.

Would you mind to tey to theow an error in the beginning of your handler to see if you can see the line number in the error stack?

Reasons:
  • Blacklisted phrase (2): Would you mind
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is this on
  • Low reputation (0.5):
Posted by: Cockootec

79825922

Date: 2025-11-20 20:05:17
Score: 6 🚩
Natty: 5
Report link

Yes. It is very disappointing this hasn't been enhanced. The Google Home web experience has two way audio. Why can't SDM api generate a stream with two way audio?

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

79825914

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

As stated by @PanagiotisKanavos C# Dec Kit does not have support for any Dot Net version below 7, my work around was to use a windows VM (my main system runs linux) with Visual Studio 2019 installed to implement the feature and debug the code.

I should mention that I can run the code perfectly fine using Linux it's just the lack of any debugging tools for that version so you have to write to the console to see what's happening.

The version used in the project should be updated though but that's not my call to make. ̄\_ (ツ)_/ ̄

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @PanagiotisKanavos
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ndifreke James Okpo

79825911

Date: 2025-11-20 19:48:11
Score: 5.5
Natty: 5.5
Report link

I'm running into the same issue. Was there ever a resolution to this?

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

79825910

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

@Alexander This is Bash's POSIX mode. -- Or what do you expect from it? If you want a shell that rejects all Bashisms (not just the ones actively contradicting POSIX, which is what the --posix mode is for), use another shell. Depending on your other requirements, Dash or the KornShell come to mind...

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Alexander
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: pmf

79825908

Date: 2025-11-20 19:45:09
Score: 5.5
Natty:
Report link

See Convert Bash Scripts To Shell, How can I test for POSIX compliance of shell scripts? - Unix & Linux Stack Exchange, and Is there a minimally POSIX.2 compliant shell?.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: pjh

79825905

Date: 2025-11-20 19:44:09
Score: 1.5
Natty:
Report link

I use uvx --from watchdog watchmedo .... from https://stackoverflow.com/a/55196033/9072753

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

79825902

Date: 2025-11-20 19:41:08
Score: 5
Natty:
Report link

If you’re getting the error “This domain name is already taken” on Mailgun, even after removing all DNS records, it means the domain still exists in another Mailgun account. Deleting DNS records doesn’t release the domain — Mailgun stores ownership internally.

You don’t need access to the old account. Here’s the exact fix (Mailgun support confirmed this):

Verify domain ownership with a temporary CNAME

Contact Mailgun support and tell them:

“I own the domain. Please give me a verification CNAME so you can release it from the old account.”

They will reply with email something like:

CNAME Host: verify1234.yourdomain.com

Points To: mailgun.org

Add this CNAME in your DNS (GoDaddy/cPanel/Cloudflare etc.):

Host/Name → verify1234

Value → mailgun.org

Wait until it resolves on MXToolbox or DNSChecker. Reply to Mailgun support saying:

“The verification CNAME is live.”

Mailgun will then remove your domain from the previous account and you can add it to your new account. Remove the temporary CNAME once Mailgun tells you the domain is released.

If you're on the free Mailgun plan, you’re allowed only one domain. Root domain + subdomains are counted separately, so choose wisely. This method works even if you changed hosting, lost access to the old developer, or the domain was abandoned on an old Mailgun account.

I've run into this several times while helping clients migrate domains at CodeGuardHost.com. The CNAME verification method is the official Mailgun fix. If you want fully managed DNS + Mailgun/SMS/email setup, you can check the site, otherwise this guide will solve it.

Reasons:
  • Blacklisted phrase (1): this guide
  • RegEx Blacklisted phrase (2.5): Please give me
  • Contains signature (1):
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: CodeGuardHost.com

79825898

Date: 2025-11-20 19:36:07
Score: 1
Natty:
Report link

I'm not sure if this was a great solution, but it is what I went with.

The <EnableStaticWebAssetCompress/> tag didn't help..

I uninstalled the js libraries I had installed that were listed as conflicts. there were now new conflicts with the existing libraries.

I renamed the folders with the existing libraries.

I added the libraries off of a cdn, instead of running them locally. I don't think that this is absolutely required as I could have run from the renamed libraries.

Many thanks to everyone that helped. :-)

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Wallace B. McClure

79825896

Date: 2025-11-20 19:34:06
Score: 4
Natty:
Report link

I know it's a bit late, but what I really wanted was this:
https://github.com/eradman/entr

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

79825891

Date: 2025-11-20 19:31:04
Score: 3
Natty:
Report link

best to use frameToBeAvailableAndSwitchToIt expected condition: https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/support/ui/ExpectedConditions.html#frameToBeAvailableAndSwitchToIt(int) This will wait until the frame has loaded.

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

79825884

Date: 2025-11-20 19:18:02
Score: 1.5
Natty:
Report link

You can use a service like this then provide your endpoint, it will trigger your script at the exact second-based interval you specify.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MiDo

79825883

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

This error usually happens when the Spring Boot jar is not repackaged correctly by Maven. Even though the project compiles, the jar may not be executable unless the Spring Boot Maven plugin repackages it.

Here are the steps to fix it:

---

### 1. Add the Spring Boot Maven plugin (MOST IMPORTANT)

Make sure your `pom.xml` contains this plugin:

<plugin>

\<groupId\>org.springframework.boot\</groupId\>

\<artifactId\>spring-boot-maven-plugin\</artifactId\>

\<version\>${spring-boot.version}\</version\>

\<executions\>

    \<execution\>

        \<goals\>

            \<goal\>repackage\</goal\>

        \</goals\>

    \</execution\>

\</executions\>

</plugin>

This ensures Maven creates an executable jar with the correct BOOT-INF structure.

---

### 2. Clean and rebuild the project

Run:

mvn clean package

After this, verify that the jar contains your main class:

jar tf target/myapp-0.0.1-SNAPSHOT.jar | grep Application

You should see it under BOOT-INF/classes.

---

### 3. Check main class configuration (if custom)

If you specified a custom main class, ensure it:

- Exists in BOOT-INF/classes

- Uses `@SpringBootApplication`

- Matches the package structure

---

### 4. Run the jar

java -jar target/myapp-0.0.1-SNAPSHOT.jar

Now the application should run without the ClassNotFoundException.

---

### ✔ Summary

The issue happens because the Spring Boot plugin never repackaged the jar. Adding the plugin and rebuilding fixes this error in almost all Spring Boot Maven builds.

Reasons:
  • Blacklisted phrase (1): this plugin
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Basudev Haldar

79825879

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

Here are multiple CMakeCache.txt in the build directory, just find them all and remove them.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shuvasish Talukder Shuvo

79825878

Date: 2025-11-20 19:16:00
Score: 6.5 🚩
Natty: 4.5
Report link

I am newbie to apache ignite
Is it possible to connect using IgniteClient to the node started in embedded mode?
anyone has a example program to start apache ignite 3.0 in embedded mode with 2 nodes or the steps to be followed?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • RegEx Blacklisted phrase (1.5): I am new
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ankit Lunawat

79825876

Date: 2025-11-20 19:12:59
Score: 6.5
Natty:
Report link

@nina Brilliant. Thank you so much.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (2):
  • No code block (0.5):
  • User mentioned (1): @Brilliant
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: AlexBor

79825875

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

Using the app image isn't the only way to install it. You can also do sudo apt install fontforge, or whatever package manager you use to install. Open FontForge, go to Element > Font info > Weight, and change it to regular. Then, Ctrl+Shift+G (Cmd+Shift+G on macOS), followed by fc-cache -fv. Then you have it.

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

79825874

Date: 2025-11-20 19:09:57
Score: 11
Natty: 7.5
Report link

did you manage to solve the problem?

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to solve the problem
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Nikita Shmidt

79825873

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

Here is a folder/file browser that generates mel spectrogram on the fly: https://smoosense.ai/blogs/audio-mel-spectrogram/

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

79825872

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

Normally reading all cells as strings should do the trick

For sure the closed bracket ) behind sheet_name=None is wrong in you code


df_25_dict = pd.read_excel(2025_data, sheet_name=None),
    dtype={
        'bg_code': str,
        'tranx_date_year': str,
        'journal_number': str,
        'journal_line_number': str,
        'prj_code': str
    },
    parse_dates=['tranx_date', 'entry_date'])

Alternatively there is also the converters argument in Pandas read_excel() to control data type conversion better

https://pandas.pydata.org/docs/reference/api/pandas.read_excel.html

Python pandas: how to specify data types when reading an Excel file?

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: ralf htp

79825867

Date: 2025-11-20 18:59:53
Score: 7.5
Natty:
Report link

@pmf So, how do you run a shell in POSIX mode?

Reasons:
  • Blacklisted phrase (1): how do you
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @pmf
  • Self-answer (0.5):
  • Looks like a comment (1):
Posted by: Alexander Lubyagin

79825862

Date: 2025-11-20 18:55:52
Score: 5
Natty:
Report link

Just need to update to this version:

https://github.com/getsentry/unity/releases/tag/3.2.4

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

79825850

Date: 2025-11-20 18:47:50
Score: 3
Natty:
Report link

We need more information. Please post some code and screen shots

Reasons:
  • RegEx Blacklisted phrase (2.5): Please post some code
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: mplungjan

79825845

Date: 2025-11-20 18:44:49
Score: 3
Natty:
Report link

Very helpful explanation! Dynamic dropdown validation can get tricky, especially when options are loaded on the fly. Your approach using JavaScript checks and fallback conditions is clear and easy to apply in real projects. This will definitely help beginners avoid common mistakes like empty selections or invalid values.
For anyone who also enjoys exploring clean web content and travel guides, here’s a blog I follow: https://pineandpeaks.in/ — simple, useful, and refreshing to read!

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

79825843

Date: 2025-11-20 18:42:48
Score: 5.5
Natty:
Report link

i have the same issue but with C# i dont know how to fix this

      System.Exception: OBS error:  - 
       ---> nodename nor servname provided, or not known (actas-digitales.obs.la-north-2.myhuaweicloud.com:443), StatusCode:0, ErrorCode:, ErrorMessage:, RequestId:, HostId:

This is my code

using Application.Common.Services.Interfaces;
using Application.Common.Utils;
using Microsoft.Extensions.Configuration;
using OBS;
using OBS.Model;
using System.IO;
using System.Threading.Tasks;

using Application.Common.Services.Interfaces;
using Application.Common.Utils;
using Microsoft.Extensions.Configuration;
using OBS;
using OBS.Model;
using System.IO;
using System.Threading.Tasks;

namespace Application.Common.Services
{
    public class HuaweiCloudService : IHuaweiCloudService
    {
        private readonly ObsClient _obsClient;

        private readonly string _accessKey;
        private readonly string _secretKey;
        private readonly string _endPoint;
        private readonly string _bucket;
        private readonly string _basePath;

        public HuaweiCloudService(IConfiguration config)
        {
            var section = config.GetSection("OBS");

            _accessKey = section["AccessKey"];
            _secretKey = section["SecretKey"];
            _endPoint  = section["EndPoint"];
            _bucket    = section["Bucket"];
            _basePath  = section["BasePath"];

            // Validate configuration
            if (string.IsNullOrWhiteSpace(_accessKey))
                throw new ArgumentException("OBS:AccessKey missing");

            if (string.IsNullOrWhiteSpace(_secretKey))
                throw new ArgumentException("OBS:SecretKey missing");

            if (string.IsNullOrWhiteSpace(_endPoint))
                throw new ArgumentException("OBS:EndPoint missing");

            if (string.IsNullOrWhiteSpace(_bucket))
                throw new ArgumentException("OBS:Bucket missing");


            // Initialize OBS client
            _obsClient = new ObsClient(
                _accessKey, 
                _secretKey, 
                new ObsConfig { Endpoint = _endPoint }
            );
        }

        /// <summary>
        /// Uploads a file to Huawei OBS
        /// </summary>
        public async Task<string> UploadAsync(Stream fileStream, string fileName, string contentType)
        {
            if (fileStream == null || fileStream.Length == 0)
                throw new ArgumentException("Stream is empty.", nameof(fileStream));

            var objectKey =
                string.IsNullOrWhiteSpace(_basePath)
                    ? fileName
                    : $"{_basePath.TrimEnd('/')}/{fileName}";

            var request = new PutObjectRequest
            {
                BucketName = _bucket,
                ObjectKey = objectKey,
                InputStream = fileStream,
                ContentType = contentType
            };

            try
            {
                var response = await Task.Run(() => _obsClient.PutObject(request));

                if (response.StatusCode != System.Net.HttpStatusCode.OK)
                    throw new Exception($"OBS upload failed. Status: {response.StatusCode}");

                return objectKey;
            }
            catch (ObsException ex)
            {
                throw new Exception($"OBS error: {ex.ErrorCode} - {ex.ErrorMessage}", ex);
            }
        }

        public string GetPublicUrl(string key)
        {
            if (string.IsNullOrWhiteSpace(key))
                throw new ArgumentException("File key cannot be empty.", nameof(key));

            var endpoint = _endPoint
                .Replace("https://", "")
                .Replace("http://", "")
                .TrimEnd('/');

            return $"https://{_bucket}.{endpoint}/{key}";
        }

        /// <summary>
        /// Approve record by uploading file to OBS
        /// </summary>
        public async Task ApproveRecordAsync(
            int recordId,
            Stream fileStream,
            string fileName,
            string contentType,
            long length)
        {
            var ext = Path.GetExtension(fileName);
            var recordType = "nt3m";

            var key = StorageKeyGenerator.BuildKey(recordType, recordId, ext);

            await UploadAsync(fileStream, key, contentType);

            /*
            record.Type = recordType;
            record.StorageKey = key;
            record.State = "APROBADA";
            record.Url = $"";

            await _repo.UpdateAsync(record);
            */
        }
    }
}
Reasons:
  • Blacklisted phrase (1): i have the same issue
  • RegEx Blacklisted phrase (2): i dont know how to fix
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): i have the same issue
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31916738

79825841

Date: 2025-11-20 18:40:47
Score: 0.5
Natty:
Report link

if you are having problems with the set up you can try this https://every-seconds.com/, you can use http server to hit it and run your script.

Reasons:
  • Whitelisted phrase (-1): try this
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MiDo

79825838

Date: 2025-11-20 18:37:46
Score: 1.5
Natty:
Report link

Whatever the reason was, it seems to be gone now. With quarkus 3.20.4 and quarkus-rest I can use my services as expected.

The required backend systems to start the affected system are no longer available, so I can’t verify whether it was due to the quarkus version or other reasons.

Bottom line: a small test project with the same method signature does work as expected with quarkus-rest instead of resteasy(classic) and also the current version of our application seems to work fine with quarkus-rest.

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

79825832

Date: 2025-11-20 18:31:45
Score: 1
Natty:
Report link

In C++17 there are also these constexpr functions:

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

79825830

Date: 2025-11-20 18:25:44
Score: 2
Natty:
Report link

Andreas Johansson's MP3 encoder-1.02a.tgz is based on the reference codec and suitably licensed(BSD) for static embedded linkage. There's a mention here and a copy here.

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

79825822

Date: 2025-11-20 18:12:41
Score: 3
Natty:
Report link

Unfortunately ML Kit doesn't provide that functionality

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

79825821

Date: 2025-11-20 18:10:40
Score: 5
Natty:
Report link

@cafce25. well i don't seem to be able to delete it, as the interface says "You cannot delete this question as others have invested time and effort into answering it. For more information, visit the help center."...

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

79825817

Date: 2025-11-20 18:05:39
Score: 5
Natty:
Report link

sorry, I'm not much help with anycharts, but have you thought about giving Plotivy a go? It's super user-friendly and lets you create interactive charts in Python that you can stick anywhere you like. It could save you loads of time and make your data way more engaging without all the hassle of debugging. Or does it not work for your situation?

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

79825814

Date: 2025-11-20 18:01:38
Score: 0.5
Natty:
Report link

Hi there this is my code take it and learn it

public class Main {

    public static void main(String[] args) {

        getLargestPrime(1);
    }

    public static int getLargestPrime(int number){

        if (number <= 1){
            return -1;
        }

        int biggest = 0;
        for (int i = 2; i <= number; i ++){
            if (number % i == 0){
                int squareR = (int) Math.sqrt(i);
                boolean isPrime = true;
                for (int j = 2; j <= squareR; j++){
                    if (i % j == 0){
                        isPrime = false;
                        break;
                    }
                }
                if (isPrime){
                    biggest = i;
                }
            }
        }
        System.out.println(biggest);
        return biggest;
    }
}
Reasons:
  • Blacklisted phrase (0.5): Hi there
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Нуримухаммад Гофуржонов

79825813

Date: 2025-11-20 18:00:37
Score: 0.5
Natty:
Report link

instead of:

.observe(viewLifecycleOwner)

In Kotlin try to use

.observeForever{}

It's worked for me in activity

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Georgy Ivanov

79825811

Date: 2025-11-20 17:57:36
Score: 2.5
Natty:
Report link

<button type="submit" className="w-full cursor-pointer disabled={isloading}>

{isLoading ? <Loader2Icon className="size-4 animate-spin"?> : " Continue"}

</button>

<Button type="submit" disabled={isLoading}>Continue</Button>

This are the fixe of button in React

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Shaikh Tashif

79825801

Date: 2025-11-20 17:47:34
Score: 4
Natty:
Report link

Please note that VSCode and Visual Studio are different. This article could tell you more. So maybe you just had Visual Studio pre-installed and it was still ther

Reasons:
  • Blacklisted phrase (1): This article
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: zulu27

79825796

Date: 2025-11-20 17:44:33
Score: 1.5
Natty:
Report link

Use absolute position for the image and z-index greater than the parent div, this way the image will be above the parent div.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: José Carlos

79825795

Date: 2025-11-20 17:44:33
Score: 2
Natty:
Report link

I was able to get this working. It seems that only the Hubspot definition of the type needs to be correct. If I pass a number as a token, then it appears to be coerced into a string, but then converted back to a number by Hubspot. A Date type is just a Unix epoch as a number.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: user2943799

79825785

Date: 2025-11-20 17:34:30
Score: 2
Natty:
Report link

@smonff This issue using Mojo::Template and Mojo::DOM is you have to pull in Mojolicious. In thin environments that can be undesirable.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @smonff
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Rawley Fowler

79825780

Date: 2025-11-20 17:26:28
Score: 3
Natty:
Report link

Already delegated this task to my Cursor, let's see. :)

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

79825773

Date: 2025-11-20 17:12:25
Score: 0.5
Natty:
Report link

There is in option in /packages/doctrine.yaml (actual for DBAL3. As I know, DBAL4 doesn't generate such comments):

doctrine:
    dbal:
        # ...
        disable_type_comments: true
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Boolean_Type

79825762

Date: 2025-11-20 17:04:22
Score: 1
Natty:
Report link

Pylint treats __init__ like a constructor so it is acceptable for __init__ in subclass to add new parameters.

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

79825761

Date: 2025-11-20 17:04:22
Score: 0.5
Natty:
Report link

Try this next time:

p {
  mix-blend-mode: difference;
}

It may work based on what you are after.

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shahinoor Rahman

79825758

Date: 2025-11-20 17:00:21
Score: 4
Natty:
Report link

enter image description here

Chrome: go to DevTools -> Elements -> Layout and deselect Flexbox overlays. This is the helpers for Flexboxes to understand the borders. Just unselect whatever you want.

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

79825754

Date: 2025-11-20 16:56:20
Score: 1
Natty:
Report link
$ /bin/bash4 --posix script 
42 
43 
42

$ rpm -qi bash4 | grep -e ^Version 
Version     : 4.4.23
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Alexander Lubyagin

79825752

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

You should select only Widget! part like (without trailing comma)

// Source - https://stackoverflow.com/q/56558409
// Posted by Nicholas Muir, modified by community. See post 'Timeline' for change history
// Retrieved 2025-11-20, License - CC BY-SA 4.0

Expanded(
  child: Container(
    child: Padding(
      padding: const EdgeInsets.only(left: 8.0, right: 8.0, top: 8.0, bottom: 4.0),
      child: TextField(
        decoration: InputDecoration(
          border: OutlineInputBorder(
            borderRadius: const BorderRadius.all(
              const Radius.circular(10.0),
            ),
          ),
          filled: true,
          hintStyle: TextStyle(color: Colors.grey[800]),
          hintText: "Supervisor",
          fillColor: Colors.white70,
        ),
      ),
    ),
  ),
) //, (without this comma and it will work)
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: HItori

79825751

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

Sounds like you need to bring all the stakeholders together and figure out a solution

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Daniel A. White

79825750

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

It is possible to make robotcode use the git folder as EXECDIR by placing a robot.toml file in that folder.

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

79825749

Date: 2025-11-20 16:53:16
Score: 10 🚩
Natty:
Report link

@sakeep hossain: Did you ever figured out the fix for the above problem. We are seeing a similar issue with subpath where we get CreateContainerConfigError and failing to prepare subPath for volumeMount of container intermittently. Due to volume of pipeline pushes we do its started to appear that it is happening consistently .

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figured out the fix
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): seeing a similar issue
  • User mentioned (1): @sakeep
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Raj vendor

79825748

Date: 2025-11-20 16:51:15
Score: 1.5
Natty:
Report link

So did you test it? What was the result? The result is ??

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: KamilCuk

79825746

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

Hi Nicolas Riggs Nicolas,

The issue is most likely coming from the hidden fields (student and course) being required but not rendered with values, causing silent validation failures.

Because the fields are hidden, Django will still validate them — and if they are missing, blank, or altered, the formset will fail validation. The problem is that errors on hidden fields do not show up in your UI, so it looks like the form is submitting with no error while in reality formset.is_valid() is returning False every time.

Could you please share your model class Performance , To check the model class field & attributes

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you please share your
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sreethul

79825737

Date: 2025-11-20 16:41:13
Score: 3.5
Natty:
Report link

Image max size was increased to 10MB on facebook API.

https://developers.facebook.com/docs/graph-api/reference/photo/

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

79825734

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

In POSIX sh, local is undefined.

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

79825730

Date: 2025-11-20 16:37:11
Score: 4.5
Natty:
Report link

Calcpad supports units natively as a language feature (no libraries):
https://github.com/Proektsoftbg/Calcpad

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

79825728

Date: 2025-11-20 16:32:10
Score: 2.5
Natty:
Report link
const result = Array.from(String(Number(arr.join("")) * n), Number)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: D4MI4N_X

79825727

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

It would be appreciated if a mod can edit this post and set is as a normal post (not “advice”). I don't have the option. I cannot delete it, either to repost.

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (0.5): I cannot
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Nicolas LIENART

79825720

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

For a greater version jump I actually recommend creating a new project and then pasting your source and configuration there.

For usage with Yoeman and Node 22:

  1. Install the new node version, e.g. with Node Version Manager (nvm):

    1. nvm install 22.20.1 # Will be supported until 2027

    2. nvm use 22

  2. Install the required global packages for the new node version:

    1. npm install -g gulp-cli yo @microsoft/generator-sharepoint @pnp/cli-microsoft365
  3. Execute yoeman in a new folder with your solution name to create your new solution

    1. yo

      1. SharePoint

      2. Webpart

      3. React (or the one you need)

      4. Original project name

  4. Install packages

    1. npm install <your additionally required packages>
  5. Adjust and overwrite

    1. config.json (overwrite)

    2. package-solution.json (overwrite)

    3. serve.json (overwrite)

    4. src folder (overwrite)

    5. package.json: "version"

    6. .yo-rc.json: "libraryId"

    7. .eslintrc.js, tsconfig.json (adjust as needed)

  6. Test

    1. gulp build

    2. gulp serve

    3. Test in Browser (Workbench)

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: K. Schweiger

79825710

Date: 2025-11-20 16:07:03
Score: 6.5 🚩
Natty: 6
Report link

Is there any update on this topic? I'm still having issues with it

Reasons:
  • Blacklisted phrase (1): update on this
  • Blacklisted phrase (1): Is there any
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (1):
Posted by: Houssem

79825706

Date: 2025-11-20 16:05:02
Score: 2
Natty:
Report link

The accepted answer is great, and I wanted to add a side note, but I'm new to SO...

If you attempt to use the accepted answer in a PowerShell environment you will have an incomplete hash literal error. To fix this, wrap the @{-1} in quotes so the command becomes:

git branch -D "@{-1}"

You do not need the quotes when writing the git alias however.

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm new
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Darrell

79825701

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

Had the issue today with a MacOS build machine on DevOps. If it can help anyone, turning it from macos latest to macOS-14 fixed the issue for me.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: L10.be

79825694

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

just put prisma.config.ts at the root of the project and it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Faisal Aziz

79825676

Date: 2025-11-20 15:30:54
Score: 4
Natty:
Report link

have you solved this problem yet?

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

79825670

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

It's a Safari related bug. chrome should be working right? Probably because of top-level await broblem

https://github.com/sveltejs/kit/issues/7805

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Dmitry Yudin

79825668

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

Right mouse click on source files on the right-hand side, and add your source. If you work from scratch you can edit the source file (f.i. cut&paste from your original main file that you wish to make smaller.)

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

79825665

Date: 2025-11-20 15:19:51
Score: 5.5
Natty:
Report link

I do not understand the connection of the project, as you described it, to the operating system. Can you clarify? Did you maybe use the wrong term here?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you clarify
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: simon

79825659

Date: 2025-11-20 15:14:50
Score: 0.5
Natty:
Report link

I've just uninstalled Python version 3.14 and installed version 3.12. This worked for me like a charm.

No error. Smooth instllation of opencv.

Reasons:
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ahsan Mahmood

79825658

Date: 2025-11-20 15:13:50
Score: 2
Natty:
Report link
We know where the label is packed (side=tk.LEFT) but don't know where / which side or center the frame is packed.

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

79825657

Date: 2025-11-20 15:13:49
Score: 2
Natty:
Report link

In my case, the solution was to modify how the environment variables were handled. Locally, the key was set as an environment variable enclosed in double quotes, for example: key="example key" and everything worked fine. But then, when deployed to Vercel (production), it no longer worked and threw the error. Configuring the environment variables in production as: key=example key, without the double quotes, fixed the problem.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Javier Villalobos Arancibia

79825656

Date: 2025-11-20 15:12:49
Score: 0.5
Natty:
Report link
  1. Recommened way is to create multiple apps for each environment for a single firebase project.

Most of the customers I've worked with use a separate Firebase/GCP project for each environment.

Can you point out where you get this from, or explain further why you'd recommend a single project across multiple environments?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Frank van Puffelen

79825651

Date: 2025-11-20 15:01:47
Score: 1
Natty:
Report link

I had the problem when importing the package from https://github.com/paulsmith/gogeos

When on mac, the brew install step did not work.

Just follow the install from source:

$ wget http://download.osgeo.org/geos/geos-3.3.8.tar.bz2
$ tar xvfj geos-3.3.8.tar.bz2
$ cd geos-3.3.8
$ ./configure
$ make
$ sudo make install

Make sure to put the sudo when doing make install!

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

79825648

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

When WebSockets work locally but fail in production, it’s almost always the server/proxy, not Laravel.

Check these 3 things:

1, Nginx/Apache must allow WebSocket upgrade headers: Upgrade / Connection: upgrade

2, Use wss:// in production (not ws://).

3, WebSocket port must be open and the Reverb/WebSocket process must be running (Supervisor/systemd).

If any of these are wrong, the browser will fail the connection every time.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When We
  • Low reputation (1):
Posted by: BDK Web

79825639

Date: 2025-11-20 14:48:44
Score: 2
Natty:
Report link

See image here

Go to the IAM admin settings of the parent folder of the management project.

And from there, you can disable the Application Management setting. That will delete the management project for that folder.

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

79825636

Date: 2025-11-20 14:48:44
Score: 1.5
Natty:
Report link

Drawing robots on a grid? That sounds close to a simple game. So Pygame may be the right graphical API for you.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: teapot418

79825630

Date: 2025-11-20 14:40:42
Score: 1
Natty:
Report link

Angular Material version 21 has a bit of support for utility classes:

@include mat.system-classes();

will generate classes like these:

.mat-bg-primary {
  background-color: var(--mat-sys-primary);
}
.mat-bg-primary-container {
  background-color: var(--mat-sys-primary-container);
}
.mat-bg-secondary {
  background-color: var(--mat-sys-secondary);
}
...

see https://material.angular.dev/guide/theming#getting-started

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Johan Ehlers

79825627

Date: 2025-11-20 14:38:41
Score: 2.5
Natty:
Report link

As Slaw said, I needed to create a file named javax.annotation.processing.Processor in the directory annotationprocessors\src\main\resources\META-INF\services and put the fully qualified class-name of the processor into that file.

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

79825623

Date: 2025-11-20 14:34:40
Score: 1.5
Natty:
Report link
<!--
Source - https://stackoverflow.com/q/73393435
Posted by xrayman021, modified by community. See post 'Timeline' for change history
Retrieved 2025-11-20, License - CC BY-SA 4.0
-->

<td>
    @Html.DisplayFor(model => model.rate_psf_yr)<br />
</td>
<td>
    @Html.DisplayFor(model => model.mo_base_rent)<br />
</td>
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sagia Parween

79825622

Date: 2025-11-20 14:34:40
Score: 0.5
Natty:
Report link
int __userpurge func<eax>(int a1<ecx>, char a2<dil>, int a3, int a4)

Possible is

int __thiscall func(int a1, int a2, int a3)
or
int __fastcall func(int a1, int unused, int a2, int a3)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NORM_4EL

79825619

Date: 2025-11-20 14:31:39
Score: 0.5
Natty:
Report link

You cannot control the JVM process from your Java application running inside the JVM.
JDWP Debug Agent is a tool provided by the JVM and runs at a lower level than your application.

Shutdown hooks run before the JVM tears down subsystems, and the debug agent is destroyed after the shutdown hook

I would advise against using the shutdown hooks to provide resilience, as it can lead to restart loops.

Instead, you can offload the recovery to an external supervisor. In this example, a cron job is used. Or you can run the Java application from a parent process (eg, bash script) that will restart it if it crashes.

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

79825618

Date: 2025-11-20 14:31:39
Score: 4.5
Natty: 4
Report link

I have a website on which i want to deploy Monetag ads. I have verified the website by adding the sw.js file in a public folder on root. Now i want to add the code of a ad zone. but as i add the code to the head section of my admin panel, the monetag doesnot show ads on my website.
I have tried multiple things but unable to succeed.

What is the solution of it?

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Muhammad Fahad

79825616

Date: 2025-11-20 14:31:39
Score: 4
Natty:
Report link

Replacing the double quotes by simple ones resolved the problem

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

79825610

Date: 2025-11-20 14:21:36
Score: 6
Natty:
Report link

@SilverWarrior, thanks for reply, and good points. I shall try and get backgound images in the correct size and avoid scaling for the reasons you describe!

Drawing manipuation...

(Background, this is for dawing a sailing "race course" around a set of "Mark" shapes (circles) - user clicks each mark of the course in turn. a Polyline stores vertices at centre of each Mark. (circular shape) in turn. So far, so good! SO have a set of straight lines vertices on each mark Shape.

Maybe have to work out the angle of each of the two lines at a Mark, and then work out how to describe the Arc! Seems tricky! Is that a valid approach do you think? any ideas to simplify?

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): any ideas
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @SilverWarrior
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: ChrisH

79825609

Date: 2025-11-20 14:18:35
Score: 1
Natty:
Report link

I have seen the Adobe Documentation and this functionality does still exist. I believe the issue is that there is a new "privileged context" (or something similar) and this needs to be added/created in the code. I am not sure how exactly to do that.

For this problem, I have decided to just drop the FDF interface entirely and use the Adobe API to add values to Adobe Form fields directly. That will involve re-arranging code more than I would have liked, but this approach works fine in 64-bit Adobe.

If anyone does know how to set up this "privileged context", please respond to this. That is the true answer to this question.

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