79693734

Date: 2025-07-08 06:23:36
Score: 1.5
Natty:
Report link

I see you have problems on a real device too but I bumped into the same issue but only for Simulators and I've found out that RevenueCat has the problem with the iOS 18.4, 18.4.1, and 18.5 simulators.

The workarounds are:

1 - Test on Physical Device

2 - Use StoreKit Configuration Files

Create a StoreKit Configuration file in Xcode. Use local testing instead of App Store Connect sandbox. Configure your products directly in the configuration file

3 - Use iOS 18.3 Simulator

Their issue described:

https://www.revenuecat.com/docs/known-store-issues/storekit/ios-18-4-simulator-fails-to-load-products?utm_source=chatgpt.com

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

79693729

Date: 2025-07-08 06:13:34
Score: 0.5
Natty:
Report link

You can use a compiler like TeaVm to convert your java code to WASM file, which then you can import and use.

Refer → https://teavm.org/

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

79693718

Date: 2025-07-08 06:02:31
Score: 2.5
Natty:
Report link

I think your issue might be due to using .find method for toggling the lists as it may lead to irregularities since multiple elements have similar classnames' you could try the same using .child or .first method for child lists

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

79693711

Date: 2025-07-08 05:54:29
Score: 1.5
Natty:
Report link

actually if you using Samsung text to speech it's would never reach.... (its not the same engine!)

status == TextToSpeech.SUCCESS
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: yogi bali

79693708

Date: 2025-07-08 05:48:28
Score: 1.5
Natty:
Report link

A more robust / complete example:

https://github.com/judfs/so-answer-cmake-java/

include(UseJava)

set(top_package com)
set(java_src 
    com/example/Hello.java
)
set(java_main com/example/Hello)
set(jar_name example-hello)
set(jar_name_sources ${jar_name}-sources)
set(sources_jar ${jar_name_sources}.jar)

add_jar(example-java
    SOURCES ${java_src}
    OUTPUT_NAME ${jar_name}
    ENTRY_POINT ${java_main}
)

install_jar(example-java DESTINATION share/java)


# Make a sources jar.
add_custom_command(
    OUTPUT 
        "${sources_jar}"
    COMMAND 
        # -- Long options are not supported on all java distributions.
        # -- ${Java_JAR_EXECUTABLE} --create --file "${sources_jar}" -C ${CMAKE_CURRENT_SOURCE_DIR} ${top_package}
        ${Java_JAR_EXECUTABLE} cf "${CMAKE_CURRENT_BINARY_DIR}/${sources_jar}" ${top_package}
    WORKING_DIRECTORY
        "${CMAKE_CURRENT_SOURCE_DIR}"
    DEPENDS 
        ${java_src}
    VERBATIM
    COMMENT 
        "Creating sources jar"
)

add_custom_target(example-java-src
    DEPENDS "${sources_jar}"
)
add_dependencies(example-java example-java-src)

install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${sources_jar}" DESTINATION share/java)

I'm not a cmake expert so this might still not be perfect. Please suggest more idiomatic usage.

This incantation of jar has been tested with cross platform CI in a bigger project. There's several other variations that fail in some edge cases.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please suggest
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: plswork04

79693705

Date: 2025-07-08 05:43:26
Score: 1.5
Natty:
Report link

In the project settings in Unity, you only specify the dependencies to third party packages. To update the version of the specified packages, simply go to the Package Manager, find the Appylar package in the list to the left and click on it. After that, to the right, you can see if there are any newer versions of the package to update to.

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

79693701

Date: 2025-07-08 05:39:25
Score: 8
Natty:
Report link

This is what the result should look like. But sorry, this is not working for me, becauce I can`t install PhantomJS. Could there be another solution?

Reasons:
  • RegEx Blacklisted phrase (3): not working for me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Claudia Niebisch

79693696

Date: 2025-07-08 05:32:22
Score: 8
Natty:
Report link

is it fixed @halfer? I am having same issue.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having same issue
  • Contains question mark (0.5):
  • User mentioned (1): @halfer
  • Single line (0.5):
  • Starts with a question (0.5): is it fix
  • Low reputation (1):
Posted by: Satrujit Behera

79693690

Date: 2025-07-08 05:18:19
Score: 1.5
Natty:
Report link

You can write like this

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.html$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule . /index.html [L]
</IfModule>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30989307

79693689

Date: 2025-07-08 05:17:19
Score: 2
Natty:
Report link

It works if you put your price ID as follows:
Not sure why but happy to hear response to this.

    line_items: [{ price: PRICE_ID }],
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sarthak Garg

79693684

Date: 2025-07-08 05:12:18
Score: 4
Natty:
Report link

maybe you can try our method, here is the github repo link:
https://github.com/tjzvbokbnft/ELITE-Embedding-Less-retrieval-with-Iterative-Text-Exploration

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

79693683

Date: 2025-07-08 05:11:17
Score: 2.5
Natty:
Report link

Do you want to change the scope to include the following.

"https://outlook.office.com/SMTP.Send"

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

79693679

Date: 2025-07-08 05:05:16
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: DSCO

79693662

Date: 2025-07-08 04:41:10
Score: 2
Natty:
Report link

Assertion is not to be used unless you get into trouble. Why assert something you certain? If not certain, make it certain instead of mark assertion to hope it certain or guarantee it certain. It is not a guarantee, it is a debug aid. Guarantee is by design, and by unit tests.

for never happen code, use exception. Because u need it even in production. Using assertion for never happen code is probably wrong tool.

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

79693661

Date: 2025-07-08 04:41:10
Score: 4.5
Natty: 5
Report link

can someone please help in explaining why virt_to_phys cant be used in case of SMMU to get the IOVA address, as in SMMU enabled system physical address are not exposed , so can we use virt_to_phys in place of dma_map_single to get iova address.

Note:- I dont want to invalidate/flush the cache operation, system is cache coherent.

Reasons:
  • RegEx Blacklisted phrase (3): please help in
  • No code block (0.5):
  • Starts with a question (0.5): can someone please help in
  • Low reputation (0.5):
Posted by: devender

79693656

Date: 2025-07-08 04:34:08
Score: 1.5
Natty:
Report link

"As long as you manage to get your changes across correctly, you can use whatever method you like."

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

79693653

Date: 2025-07-08 04:29:06
Score: 0.5
Natty:
Report link

Can we use mutableStateListOf

val myStateList = remember { mutableStateListOf(1, 2, 3) }

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): Can we use
  • High reputation (-1):
Posted by: J.K

79693637

Date: 2025-07-08 04:10:02
Score: 1.5
Natty:
Report link

this problem "Gradle exit code 1" comes when we connect to the mobile otherwise the flutter app works fine on the computer! and it seems that no one in the whole world could fix the problem! all answers are just talk and not working.

People who wrote flutter should find the answer for their mistakes because it is a stupid bug somewhere!

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: اسماعيل الكاظمي

79693629

Date: 2025-07-08 03:45:57
Score: 1.5
Natty:
Report link

Probably not a suitable solution for most people, but switching the server to Jetty fixed the problem.

Inspired by the discussion on this question also having problems with Tomcat and HTTP/2, I tried using Jetty instead. I used a default configuration, enabled HTTP/2 and tested it with Safari and Chrome and the uploads from both were all as expected.

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

79693627

Date: 2025-07-08 03:41:56
Score: 2
Natty:
Report link

They both use CJS to load query-string, but with pnpm, it ends up installing query-string v9.x (which is ESM-only), causing issues. I temporarily solved it by overriding the version to v7.1.3 (which is still CJS-compatible) and installing it with pnpm, and that worked. Still, I felt that version resolution was quite a hassle…

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

79693623

Date: 2025-07-08 03:36:54
Score: 1
Natty:
Report link

It's more like cache issue.

--> Exclude logged-in users from cache

--> Purge all caches

--> If it’s still broken

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Mahesh Patel

79693620

Date: 2025-07-08 03:33:53
Score: 3
Natty:
Report link
conda install -c conda-forge julia
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sean_cc

79693603

Date: 2025-07-08 02:49:45
Score: 2.5
Natty:
Report link

Another potential cause is that the MQ server has reached its maximum number of allowed connections, resulting in new clients being unable to connect and receiving error 2009 (MQRC_CONNECTION_BROKEN). This is typically observed as the server actively closing the connection immediately after it is established

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

79693599

Date: 2025-07-08 02:43:44
Score: 2
Natty:
Report link

Struggling with the same and sorry to say the solution above doesn't work. I had a beautiful script in my package.json set up to sync the secrets to cloudflare to allow for auto deployments.

"sync-secrets": "bunx wrangler secret bulk .env.production"

But that's just not how this works. I suspect those variables are accessible via $env/dynamic/private, which is shitty bc they aren't available at build-time and the server has to fetch them every time you use them (which is probably optimized in workers but a shitty condition anywhere else).

Idk what happens if you keep your vars in a .dev.vars file, if they get pushed to both sections, because adding one by one via the UI is not something I'm gonna do. The issue with .dev.vars is there doesn't seem to be any way to pick those up automatically with vite (which is ridiculous) so you can't develop locally, or again, anywhere else.

So the solution seems to be?? maintaining .env files and having a pre-commit script copying them to .dev.vars??? Idk how we came to this. I love cloudflare but bow, .dev.vars, really?

build failed because missing var

clearly set environment variable

build variables

Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: dasfacc

79693596

Date: 2025-07-08 02:33:42
Score: 2.5
Natty:
Report link

In that case, you will need to "resume track" of the Production release then head to the dashboard, you will see status changes need to review under "Update status", hit send for review, wait couple minutes/hours then refresh the page.

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

79693583

Date: 2025-07-08 01:54:34
Score: 2
Natty:
Report link

This won't be an issue that needs solving from when Moodle 5.0 is released, as one will be able to use questions from the question banks of other courses. So questions won't need to be stored outside of individual course instances (at the higher level category) to be accessed in future versions of a course or in other courses.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Alex Michael

79693572

Date: 2025-07-08 01:30:29
Score: 3
Natty:
Report link

The unhelpful parameters removed are exactly the parameters you need. Use -nb 1 to disable the binary black and white conversion step.

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

79693571

Date: 2025-07-08 01:29:28
Score: 12.5
Natty: 7
Report link

did u solve all the issues to get it packaged? Was it really a pain?? Thanks in advance

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (3): did u solve
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did
  • Low reputation (1):
Posted by: Ricardo Santos

79693565

Date: 2025-07-08 01:19:25
Score: 3.5
Natty:
Report link

I added the parameter name and value to the request body in the Learn site's API module, and the call ran without an error.

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

79693564

Date: 2025-07-08 01:19:25
Score: 2
Natty:
Report link

Check https://developers.facebook.com/docs/whatsapp/flows/guides/bestpractices/

There is a 10 seconds time limit, so if you take more than that, you will get the error you decrive. You can check the status response, if there is no status, it's because of that.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Matías Benavente Escandón

79693555

Date: 2025-07-08 00:56:20
Score: 4.5
Natty:
Report link

Thank you - very helpful, helped me!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: D. Oliver

79693551

Date: 2025-07-08 00:51:19
Score: 0.5
Natty:
Report link

It's just VS Code being picky — IntelliSense doesn’t fully parse Tailwind’s @apply inside @layer, especially with arbitrary values like px-[250px].

If it compiles and works in the browser, you're fine. You can ignore the squiggly or switch the file to .pcss to shut it up.

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

79693549

Date: 2025-07-08 00:48:18
Score: 1
Natty:
Report link

There are many ways to achieve this.

More information on exactly what the application is would effect my advice.

If you have a moveAbsolute or moveVelocity, you can change the position or velocity, then drop the enable and re-enable. This will trigger a new move based on the BufferMode.

See https://infosys.beckhoff.com/content/1033/tcplclib_tc2_mc2/70147595.html?id=4401319670753010232 for more information

Alternatively you can set up a virtual axis, and then gear in dynamic to this axis, you can then alter the gear ratio positive or negative on the fly to make this update the velocity in a superfluid manner.

See https://infosys.beckhoff.com/english.php?content=../content/1033/tcplclib_tc2_mc2/70124939.html&id= for more information

Then there is camming, external setpoint, secondary encoders... so much more.

Feel free to explain your project more and I'll see if I can assist.

Based on

"moving an axis based on the height variations of a surface"

If you're trying to dynamically follow an object, I would use gear in dynamic.

Then I would:

  1. gear in at 0 gearing

  2. start Virtual axis using mc_movevelocity

  3. take the sensor value and subtract from it your setpoint

  4. use this error to feed the gear ratio in MC_GearInDyn

  5. obviously you will need a gain, both I and P, I doubt you would need D. I and P are very easy to implement with the aid of a timer.

Regards

Hamish Lucas

Lucas Electronic Solutions P/L

Reasons:
  • Blacklisted phrase (1): Regards
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kudapucat

79693543

Date: 2025-07-08 00:40:16
Score: 1.5
Natty:
Report link

I was asking Claude about this. The answer Claude gave me is to go to the http request node's setting and set "Continue on Fail" to ON. This way, even if one request fails, it will still have an output, and they will stay aligned. You can then do a merge node with merge by position. The merge node takes as input the input and output of the http request node.

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

79693533

Date: 2025-07-08 00:11:09
Score: 1
Natty:
Report link

javax.net.ssl.SSLProtocolException: Read error: ssl=0xb400007a189aa5d8: Failure in SSL library, usually a protocol error

error:10000416:SSL routines:OPENSSL_internal:SSLV3_ALERT_CERTIFICATE_UNKNOWN (external/boringssl/src/ssl/tls_record.cc:572 0xb400007a089e3ee0:0x00000003)

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

79693532

Date: 2025-07-08 00:10:09
Score: 8.5
Natty: 5.5
Report link

I am using firestore, but I couldn't get to use query counting. query.count() gives error all the time. How did you upgrade to new version of firebase? Can you help please. Much appreciated.

Reasons:
  • Blacklisted phrase (1): appreciated
  • RegEx Blacklisted phrase (3): Can you help
  • RegEx Blacklisted phrase (1.5): help please
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gokhan Cınar

79693523

Date: 2025-07-07 23:49:04
Score: 2.5
Natty:
Report link

This muerde doesn't work and unfortunately the prep course for the CKA is broken. And they don't bother to tab complete it which is afik typical for the course.
kubectl -n kube-system exec -it etcd-\<bash: \_get_comp_words_by_ref: command not found

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

79693521

Date: 2025-07-07 23:45:03
Score: 0.5
Natty:
Report link

Just had this - my error was that I was using square brackets rather than round ones. Which .. when you think about the error message, makes sense.

So try ... (as Florin_C said)

emoji.is_emoji('en')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Romojo

79693517

Date: 2025-07-07 23:36:00
Score: 2
Natty:
Report link

The slight memory increase in the second version comes from extra temporary variables and iterator handling inside the loop. While no extra heap memory is allocated, the compiler uses more stack or register space, causing marginally higher usage. The difference is very small and likely due to normal runtime variation.

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

79693513

Date: 2025-07-07 23:31:59
Score: 4.5
Natty: 5
Report link

This might be helpful if you haven't figured this out yet: https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/2066990

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

79693466

Date: 2025-07-07 22:27:44
Score: 4
Natty:
Report link

VSCode does not hit breakpoints when source path contains symlinks

Credits:

Breakpoints Not Working With VS Code + Rust + LLDB

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: l30.4l3x

79693456

Date: 2025-07-07 22:08:40
Score: 0.5
Natty:
Report link

Without changing your Target name or "AppName-Swift.h" names, you can simply just change the name in ONE place. That is the info.plist file -> Bundle display name. Only change it here without causing havoc in the codebase.

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

79693452

Date: 2025-07-07 22:05:39
Score: 0.5
Natty:
Report link

Ok so i found a way to turn off exceptions for C++ in clang which appears to turn any throw statements in functions I call into abort which is basically what I wanted.

https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-fcxx-exceptions

However will leave the question up in case anyone has some clever ideas.

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

79693451

Date: 2025-07-07 22:05:39
Score: 2
Natty:
Report link

You can add @media for mobile responsiveness if the screen from 800px or below.

.fronttest {
   display: flex;
    flex-direction: row;
}

@media (max-width: 800px) {
  .fronttest {
    
    flex-direction: column;
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @media
  • Low reputation (1):
Posted by: Janm Arch Rubio

79693447

Date: 2025-07-07 22:00:38
Score: 2
Natty:
Report link

The 'cat' version (print('\n'.join(map(str, ints)))) is fastest because it builds one big string and sends it to print() in a single I/O operation. That drastically reduces the overhead compared to printing each number line by line. Since I/O is the real bottleneck here, minimizing the number of print() calls makes a big difference, even if it feels unintuitive that string manipulation beats a simple loop :)

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

79693431

Date: 2025-07-07 21:37:32
Score: 5
Natty: 6
Report link

same problem, so frustrated. maybe need to install it?

my version is bookmark, xxx

Reasons:
  • RegEx Blacklisted phrase (1): same problem
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: flynn

79693426

Date: 2025-07-07 21:29:31
Score: 2.5
Natty:
Report link

I was having the same problem and fixed using one of the following two ways.

  1. make sure you added "ts-node" in your tsconfig.json as follows
   {
  "ts-node": {
    "files": true
  },
  "compilerOptions": {
   ...
    },
  "include": ["src/**/*.ts", "src/types/**/*.d.ts"],
  "exclude": ["node_modules", "dist"]
}

2. in your package.json add --files option as follows

 "scripts": {
    "start": "node dist/app.js",
    "dev": "nodemon --files src/app.ts"
  },

for more details you can see https://stackoverflow.com/a/62878548/22229159 and https://stackoverflow.com/a/51666714/22229159

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tewodros

79693424

Date: 2025-07-07 21:24:30
Score: 3
Natty:
Report link

Color should contain values between 0 and 255, not 0 and 1.

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

79693407

Date: 2025-07-07 20:56:23
Score: 0.5
Natty:
Report link

It looks like your writing your assembly using the Intel x86 syntax, its dense but try cross referencing your code you write with the intel x86 assembly manual. They obviously won't have all the examples you will need but generally they are pretty good starting reference. I would also depending on your OS get a debugger that you can step through your code to see if your program flow makes sense and help troubleshoot the errors your getting more effectively. Its tedious but so is writing in assembly. I used GDB with GEF for pretty print and some overlays. Hope this helps.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ramiel526

79693405

Date: 2025-07-07 20:55:23
Score: 2
Natty:
Report link

Use the widgets feature of matplotlib by passing this line.

%matplotlib widget
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jm_coding

79693389

Date: 2025-07-07 20:34:18
Score: 2
Natty:
Report link

You are looking for the Snippets colors:

editor.snippetTabstopHighlightBackground
editor.snippetTabstopHighlightBorder

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

79693387

Date: 2025-07-07 20:33:17
Score: 6
Natty: 5.5
Report link

Been trying to use another tranisition method other than the default slidetranisition, any ideas?

Reasons:
  • Blacklisted phrase (1): any ideas
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: steviin

79693384

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

To replace default tenant name with your company logo. you need to search Company Branding.
External Identities -> User Experience -> Company branding
In company branding click on edit and then go to Sign-in form and change Banner logo.

enter image description here

Here is the logo which i have uploaded.

enter image description here

If you want to hide this then you can upload custom css in layout template that will hide this text.

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Muhammad Zeeshan

79693383

Date: 2025-07-07 20:31:16
Score: 0.5
Natty:
Report link

I think that your problem is because position:static.

When you use position :static the bottom ,left, and right properties are ignored.

Try to change with this code.

footer {
    position: fixed;
    bottom: 0;
    left: 7%;
    right: 7%;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: IlCorsaroNero

79693380

Date: 2025-07-07 20:27:15
Score: 0.5
Natty:
Report link

Look at the XRadius and YRadius properties on the TRectangle component.

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

79693376

Date: 2025-07-07 20:26:14
Score: 10.5
Natty: 5.5
Report link

Did you find a way to fix this server side ?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a way to fix this
  • RegEx Blacklisted phrase (1.5): fix this server side ?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a
  • Low reputation (1):
Posted by: rolie31

79693373

Date: 2025-07-07 20:25:13
Score: 0.5
Natty:
Report link
  1. Uninstall android studio and see all related stuff.

  2. Delete AppData\Local\Android and AppData\Local\Google\AndroidStudio2025.1.1 folders.

  3. After then dowloand .net core and install.

  4. Now reinstall android studio and create virtual device.

It works for me. You can try it.

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

79693369

Date: 2025-07-07 20:17:11
Score: 3.5
Natty:
Report link

It exists already

Internet Archive Saver

https://greasyfork.org/en/scripts/391088-internet-archive-saver

As of July 2025, it still works.

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

79693359

Date: 2025-07-07 20:01:07
Score: 2
Natty:
Report link

For the unreconciled address columns, it’s best to state the address first in the csv file.

The imported csv, address-end; is a well written csv delimiter in PowerShell.

Click address

{ csv file ……….. Powershell } more actions

Import reload = |

n-end

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

79693357

Date: 2025-07-07 19:59:06
Score: 0.5
Natty:
Report link
import { Component, inject, Injector, OnInit, runInInjectionContext } from '@angular/core';  

private injector = inject(Injector);


  constructor() {
  ...
  }

  ngOnInit() {
    runInInjectionContext(this.injector, () => { 
      SomeFunction();
    })
   
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Juergen Gross

79693355

Date: 2025-07-07 19:58:05
Score: 6.5
Natty:
Report link

Yeah I'm using a 'Return URL' configured on a button, and since 5th July (maybe earlier), after payment has been made and the customer hit's 'Return to Seller', it error's with 'PayPal We're sorry, it seems that something went wrong'.

Have you found a solution?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Stuart Behagg

79693352

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

I was experiencing the same thing! Using expo 53 and any version of stripe @stripe/stripe-react-native. The fix for me was going from app.json to app.config.js! I don't understand why but this prevents the crash and I can use my app as normal like before. Ask ChatGPT to help with the file conversion ;)

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

79693351

Date: 2025-07-07 19:57:05
Score: 3.5
Natty:
Report link

If you know that JSCIPOpt works for you integrating with ojAlgo is easy: https://www.ojalgo.org/2025/02/hooking-your-solver-to-ojalgo/

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

79693333

Date: 2025-07-07 19:42:01
Score: 0.5
Natty:
Report link

It turns out that SendGrid—since it is my email backend (django-sendgrid-v5) and was being used when mail_admins() was being called by the Django's logging module (django.utils.log) every time a server error occurred—was taking anything that looked like a URL and replacing it with a click-tracking URL because django-sendgrid-v5's default behavior is to tell the SendGrid API to do that.

The solution was to set these variables in settings.py:

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

79693332

Date: 2025-07-07 19:38:59
Score: 7
Natty: 6
Report link

@jiarong I think the commands are either A6, FK, or FA. Correct? ... are you still active in cryptography?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @jiarong
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: CCBAMATX

79693320

Date: 2025-07-07 19:22:55
Score: 1.5
Natty:
Report link

This key is deprecated from v24.0.0, see here https://developers.google.com/admob/android/rel-notes

It says:

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Phantom Lord

79693316

Date: 2025-07-07 19:20:54
Score: 3.5
Natty:
Report link

I encountered the same, it turned out due to Cloudflare SSL, stop using Sectigo, use SSL.com. Look like legacy ssl won't work

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

79693300

Date: 2025-07-07 18:51:48
Score: 3
Natty:
Report link

I found the problem. It is a hardware or a driver level issue. Because even in an ffmpeg recorded video I can hear the beeping. (My mic is also a webcam.) But if the camera is off the mic works fine. So yeah.

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

79693260

Date: 2025-07-07 18:08:36
Score: 2
Natty:
Report link

You can provide a default value for next() for avoiding StopIteration.

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

79693257

Date: 2025-07-07 18:07:36
Score: 2
Natty:
Report link

With Deno 2.4 release the bundle subcommand is back.

So you can do

deno bundle --minify main.ts

https://deno.com/blog/v2.4#deno-bundle

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kaarlo Räihä

79693232

Date: 2025-07-07 17:43:30
Score: 2
Natty:
Report link

from pptx import Presentation

from pptx.util import Inches, Pt

from pptx.enum.shapes import MSO_SHAPE

from pptx.chart.data import CategoryChartData

from pptx.enum.chart import XL_CHART_TYPE

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

79693226

Date: 2025-07-07 17:40:29
Score: 1.5
Natty:
Report link

i was having the same problem and i used this code suggested by Gavin Simpson and it work. Thank you!!!

install.packages(
  "ggvegan",
  repos = c(
    "https://gavinsimpson.r-universe.dev",
    "https://cloud.r-project.org"
  )
)
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ukeme Inyang

79693219

Date: 2025-07-07 17:32:27
Score: 0.5
Natty:
Report link

If your real goal is just to make a string that looks nice, try inserting a space in the template string before the formatted number:

>>> template = "The temperature is between {:d} and {:d} degrees celsius."
>>> print(template.format(-3, 7))
The temperature is between -3 and 7 degrees celsius.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ilya

79693218

Date: 2025-07-07 17:29:25
Score: 9.5
Natty: 6
Report link

zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Filler text (0.5): zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
  • Low entropy (1):
  • Low reputation (1):
Posted by: zoya

79693216

Date: 2025-07-07 17:27:25
Score: 1
Natty:
Report link

I have found a workaround, which is to store the file-generating PHP script on a different domain and server (along with the JPG htaccess trick I described above).

My original problem only seems to occur when the script is on the same domain, which causes it to fetch the file directly/locally instead of fetching it like a normal URL.

To me this workaround is preferable to writing code for WordPress 'hooks' etc. which are more complicated to understand, and are liable to change and require rewriting the code over time to maintain compatibility.

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

79693210

Date: 2025-07-07 17:22:23
Score: 1.5
Natty:
Report link

Here’s a one-liner to remove all the .nfs* files in the current directory:

lsof .nfs00* | awk 'NR>1 {print $2}' | sort -u | xargs -r kill -9
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aaron Imani

79693202

Date: 2025-07-07 17:16:21
Score: 1.5
Natty:
Report link

Using the Data Management API, you can ask for a folder content by calling GET https://developer.api.autodesk.com/data/v1/projects/{{PROJECT_ID}}/folders/{{SUB_FOLDER_ID}}/contents
The response will be a JSON file that contains info on extension type, like in below screenshot:

enter image description here

If the type is versions:autodesk.bim360:File then it is not a bridged model.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: denis-grigor

79693190

Date: 2025-07-07 17:03:18
Score: 1.5
Natty:
Report link

Step1:

How to deploy a simple NodeJS express project
Watch this video: https://www.youtube.com/watch?v=djh-Uznj6nE

----

Step 2:

How to handle NestJS specifics with Google Cloud App Engine:
This comment: https://stackoverflow.com/a/67372664/14819065

-------

Step 3:

CI/CD

The youtube video
And add this file

cloudbuild.yaml

**cloudbuild.yaml**

substitutions:
  _BRANCH_NAME: ${BRANCH_NAME}

steps:
  - name: 'gcr.io/cloud-builders/gcloud'
    args: ['app', 'deploy']

options:
  logging: CLOUD_LOGGING_ONLY
Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (1): this video
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Omar Magdy

79693188

Date: 2025-07-07 17:01:17
Score: 1.5
Natty:
Report link

What is your overall publish throughput and what is the average message size? Pub/Sub can deliver up to 10 MB/s per stream, though load will be balanced across streams so you may not see any individual stream saturated if you have many open.

What do you see for the subscription/oldest_unacked_message_age and the subscription/num_undelivered_messages metrics? If you don't see a backlog for the latter then your subscribers are generally keeping up with the publish throughput.

You can also configure maxOutstandingElementCount to 5000 and maxOutstandingByteCount to 5000 * 700: are your clients hitting these limits and getting flow controlled? You can check whether your streams are flow controlled with the subscription/open_streaming_pulls metric.

but see many modifyAckDeadline requests from the GCP Pub/Sub metrics and graphs which doesn't make sense to me

Pub/Sub client libraries send ModifyAckDeadline requests upon receipt of messages, as well as periodically for unacked messages to extend their leases up to the "Maximum acknowledgment extension period", so it would be expected to see ModifyAckDeadline requests even if you are acknowledging quickly.

This page has tips on monitoring and debugging subscription health and the subscription/delivery_latency_health_score metric can help you more easily identify factors contributing to increased delivery latency. If the metric does not indicate any issues with your subscription, you can create a support case so that someone can look at the subscription from the backend perspective.

Reasons:
  • Blacklisted phrase (1): What is your
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What is you
  • Low reputation (1):
Posted by: Avinash Navada

79693184

Date: 2025-07-07 16:59:16
Score: 0.5
Natty:
Report link

It's nice that you code this in this manner, quite a beautiful implementation. I generally don't like to use struct Node for graph questions, though they are helpful for many cases, in terms of code readability. But I want to share how I write Dijkstra code, my instructor told me to always write a Dijkstra in this manner.

#include <bits/stdc++.h>
using namespace std;
#ifndef ONLINE_JUDGE
#include <D:/debug.cpp>
#endif

#define int long long

using ii = pair<int, int>;
#define F first
#define S second
#define mp make_pair

class prioritize
{
public:
    bool operator()(ii &p1, ii &p2)
    {
        return p1.S > p2.S;
    }
};

int n, m;
vector<ii> g[100100];
vector<int> dis(100100, 1e18);
vector<int> vis(100100, 0);
vector<int> parent(100100, -1);
vector<int> path;

void dijkstra(int sc)
{
    dis[sc] = 0;

    priority_queue<ii, vector<ii>, prioritize> pq;
    pq.push(mp(sc, 0));

    while (!pq.empty())
    {
        ii fs = pq.top();
        pq.pop();
        if (vis[fs.F])
            continue;
        vis[fs.F] = 1;

        for (auto v : g[fs.F])
        {
            int neigh = v.F;
            int wt = v.S;

            if (dis[neigh] > dis[fs.F] + wt)
            {
                dis[neigh] = dis[fs.F] + wt;
                parent[neigh] = fs.F;
                pq.push(mp(neigh, dis[neigh]));
            }
        }
    }
}

void solve()
{
    cin >> n >> m;
    for (int i = 0; i < m; i++)
    {
        int u, v, w;
        cin >> u >> v >> w;
        g[u].push_back(mp(v, w));
        g[v].push_back(mp(u, w));
    }

    dijkstra(1);

    // print shortest path from 1 to n is exists else print -1
    if (dis[n] == 1e18)
    {
        cout << -1 << endl;
        return;
    }
    else
    {
        // cout << dis[n] << endl;
        int curr = n;
        while (curr != -1)
        {
            path.push_back(curr);
            curr = parent[curr];
        }
        reverse(path.begin(), path.end());
        for (auto x : path)
            cout << x << " ";
        cout << endl;
    }
}

signed main()
{
    ios_base::sync_with_stdio(0);
    cin.tie(0);
    cout.tie(0);

    int t = 1;

    while (t--)
        solve();

    return 0;
}
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Apurba Kumar Show

79693173

Date: 2025-07-07 16:51:14
Score: 0.5
Natty:
Report link

Floating point numbers are stored as approximations in computers due to how binary systems handle decimals so they may not store the exact decimal value. For example, a number like 5.15 might be stored as 5.1499999999999. This can sometimes lead to some unexpected results which may be contributing to this discrepancy. The best approach in this situation is to store the result of the expression in a separate variable and then apply the Trunc() function to the stored result as seen in your second attempt above.

u5 := ((u1 - u2) / 2 - u3) / u4;
result2 := Trunc(u5);
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Filler text (0.5): 99999999999
  • Low reputation (1):
Posted by: Stephan

79693167

Date: 2025-07-07 16:46:12
Score: 1.5
Natty:
Report link

I was using pnpm. Like

pnpm add @mui/icons-material

Some stuffs are installing but it won't install at all.

"react": "^19.1.0",
"react-dom": "^19.1.0",
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Somu Barik

79693152

Date: 2025-07-07 16:32:09
Score: 1
Natty:
Report link

Just in case someone finds that none of the solutions proposed here work, I just found out that this problem happens if you're only using the cache as source like this:

var queriedObject = docOject.get(const GetOptions(source: Source.cache))

Try to use

Source.serverAndCache
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user2782149

79693149

Date: 2025-07-07 16:30:08
Score: 1
Natty:
Report link

Finally found an answer! After making a copy of the entire individual project on each machine and doing a file diff comparison of them, noticed a number of orphaned files on my machine in the obj folders. So went through all the projects in the Visual Studio solution and deleted all files in the \solution\project\obj\Debug and \solution\project\obj\Release folders. After doing a new build on the solution, it worked perfectly on my machine right away without any changes to app.config or anything else in the entire solution.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: CopperHead

79693139

Date: 2025-07-07 16:25:06
Score: 1.5
Natty:
Report link

To help understand what a resource in Azure AD/Entra is:

A resource is anything that is governed and protected by the Azure Entra (Azure Active directory) service. Usually, these resources are what your apps or services need to access. This document explains well how granular scopes work - Requesting scopes as a client app but as an example, a custom application/client that you built that would show the user a list of recently received mail messages and chat messages, the app would access the Microsoft Graph resource API (specifically, with the Mail.Read and Chat.Read permissions) to access user's email and chats. Each of these resources has a unique app id as well to allow for programmatic access while requesting for tokens. The image below gives you a flavor of the various resources available.

enter image description here

Reasons:
  • Blacklisted phrase (1): This document
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Monkey D Luffy

79693135

Date: 2025-07-07 16:21:04
Score: 6
Natty:
Report link

Same here—if you find a solution, please let me know what the problem was.

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

79693130

Date: 2025-07-07 16:18:04
Score: 0.5
Natty:
Report link

I compressed various timestamps into just 3 bytes (24 bits) for low-bandwidth IoT radio transmissions.

If you can tolerate a small error margin (e.g., ~1 second), you can encode multiple years of timestamps from a given epoch. This is ideal for embedded systems, LoRa, or sensor networks where transmission size matters.

I wrote a lightweight library called 3bTime that allows you to choose between different profiles depending on your application's needs — whether you're optimizing for precision or long-term range.

📦 Example:

Configurable, efficient, and designed for constrained environments.

GitHub: https://github.com/w0da/3bTime

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

79693099

Date: 2025-07-07 15:43:55
Score: 3
Natty:
Report link
        if you do not set PrintPreviewControl1.Rows = 2 to number of pages then it will not work despite the number of times you add e.HasMorePages.
Without this, it will keep printing only one page

Just set the number of pages with PrintPreviewControl1.Rows=?
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Malek Aitouche

79693096

Date: 2025-07-07 15:37:53
Score: 1.5
Natty:
Report link

With DI using the inject function this is quite straightforward:

export class MyComponent {
  config = inject(FOO, { optional: true }) ?? true;
}

Note, Thx: Json-derulo for his [answer on GitHub](https://github.com/angular/angular/issues/25395#issuecomment-2320964696)

Reasons:
  • Blacklisted phrase (1): Thx
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Raphaël Balet

79693091

Date: 2025-07-07 15:36:53
Score: 2
Natty:
Report link

Set AUTOCOMMIT to TRUE on account level in Snowflake.

Reposting @sriga's comment, which answered the question:

If you are changing the account parameter inside the stored procedure, it won't allow. Instead you can change the account level parameter by running Alter session set autocommit=True; else you can run your python script outside the snowflake and change the session parameters as mentioned in the below code

Snowflake enforces the prohibition on setting AUTOCOMMIT inside a stored procedure. Note that changing the AUTOCOMMIT behavior outside a stored procedure will continue to work.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @sriga's
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Albert

79693084

Date: 2025-07-07 15:29:51
Score: 3.5
Natty:
Report link

Have you figued this out? I have the same problem, I do have the app installed on the homescreen, I can see that the PWA is subscribed, but I dont get the notification on ios. Android works fine:

My backend logs:

2025-07-07T14:33:18.228Z  INFO 1 --- [app] [nio-8080-exec-7] d.v.app.service.NotificationService      : Subscribed to Push notification
2025-07-07T14:33:45.400Z  INFO 1 --- [app] [nio-8080-exec-1] d.v.app.service.NotificationService      : Sending Notification for type: NEW_POLL
2025-07-07T14:33:45.410Z  INFO 1 --- [app] [nio-8080-exec-1] d.v.app.service.NotificationService      : Found 2 subscriptions for type NEW_POLL
2025-07-07T14:33:45.416Z  INFO 1 --- [app] [nio-8080-exec-1] d.v.app.service.NotificationService      : Sending Notification via pushService
2025-07-07T14:33:46.143Z  INFO 1 --- [app] [nio-8080-exec-1] d.v.app.service.NotificationService      : Sending Notification via pushService

My sw.js, inspired by David Randoll above:

import { precacheAndRoute } from 'workbox-precaching';
precacheAndRoute(self.__WB_MANIFEST);

/**
 * Fired when the service worker is first installed.
 */
self.addEventListener("install", () => {
  console.info("[Service Worker] Installed.");
});

/**
 * Fired when a push message is received from the server.
 */
self.addEventListener("push", function (event) {
  if (!event.data) {
    console.error("[Service Worker] Push event had no data.");
    return;
  }

  const payload = event.data.json();

  const notificationTitle = payload.title ?? "Varol Fitness";
  const notificationOptions = {
    body: payload.body ?? "You have a new message.",
    icon: payload.icon ?? "/web-app-manifest-192x192.png", 
    badge: payload.badge ?? "/web-app-manifest-192x192.png",
    image: payload.image,
    data: {
      url: payload.url ?? "/dashboard", // Default URL if none is provided
    },
  };

  event.waitUntil(
    self.registration.showNotification(notificationTitle, notificationOptions)
  );
});

/**
 * Fired when a user clicks on the notification.
 */
self.addEventListener("notificationclick", function (event) {
  console.log("[Service Worker] Notification clicked.");
  event.notification.close();

  event.waitUntil(
    clients
      .matchAll({ type: "window", includeUncontrolled: true })
      .then(clientList => {
        const urlToOpen = event.notification.data.url;

        if (!urlToOpen) {
          console.log("[Service Worker] No URL in notification data.");
          return;
        }

        for (const client of clientList) {
          if (client.url === urlToOpen && "focus" in client) {
            console.log("[Service Worker] Found an open client, focusing it.");
            return client.focus();
          }
        }

        if (clients.openWindow) {
          console.log("[Service Worker] Opening a new window to:", urlToOpen);
          return clients.openWindow(urlToOpen);
        }
      })
  );
});
Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Tim Wenzel

79693080

Date: 2025-07-07 15:26:50
Score: 3
Natty:
Report link

Stupid mistake haha. "END" is a processor directive, doesn't end the program on the chip. Added loop: JMP loop and it works fine now.

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

79693079

Date: 2025-07-07 15:26:50
Score: 1
Natty:
Report link

Update (2025): Tasks assigned via Google Docs now show up in the Tasks API. Just add showAssigned to your request:

const tasks = Tasks.Tasks.list(taskListId, {
  showAssigned: true
});

This includes tasks created with @Assign task in Google Docs, which were previously hidden.

Reference: Tasks API – tasks.list parameters

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

79693077

Date: 2025-07-07 15:24:50
Score: 3.5
Natty:
Report link

Angelo did you work it out in the end? In the same boat and the reply below just suggests the old way of doing it.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kaz H.

79693073

Date: 2025-07-07 15:20:48
Score: 1
Natty:
Report link

While digging into this question again, I noticed that there is a difference in how the SD card handles invalid commands while in SD Mode vs. SPI mode. In SPI mode, no matter whether the command you sent it valid or not, the SD card responds, usually with an R1 response (Physical Layer Simplified Specification Version 6.00, section 7.2.8). In SD Mode, however, it doesn't respond, and instead sets a register flag that has to be read via a separate command (ibid., section 4.6.1). This is further supported by this quote from section 7.2.1:

The SD Card is powered up in the SD mode. It will enter SPI mode if the CS signal is asserted (negative) during the reception of the reset command (CMD0). If the card recognizes that the SD mode is required it will not respond to the command and remain in SD mode. If the SPI mode is required, the card will switch to SPI and respond with the SPI mode R1 response.

So I guess the answer to my question is: If the SD card doesn't respond at all to your SPI commands, you know it's either disconnected or in SD mode.

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

79693062

Date: 2025-07-07 15:16:46
Score: 5.5
Natty:
Report link

I did just forget to divide by the mass, thank you @star4z!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @star4z
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ex2al

79693053

Date: 2025-07-07 15:08:44
Score: 4.5
Natty: 5
Report link

Guys can you vote for feature to implement apis for ims db via intellij https://youtrack.jetbrains.com/issue/JPAB-375110/JPA-Buddy-does-not-support-IBM-IMSUDB-JDBC-driver-for-IMS-DB

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

79693048

Date: 2025-07-07 15:07:43
Score: 2.5
Natty:
Report link

an equivalent option than @Alihossein

since you are using an aiven connector , you can use the aiven SMT ->

https://github.com/Aiven-Open/transforms-for-apache-kafka-connect?tab=readme-ov-file#keytovalue

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Alihossein
  • Low reputation (0.5):
Posted by: raphaelauv

79693035

Date: 2025-07-07 15:00:40
Score: 10
Natty: 6.5
Report link

@kaskid - did u find any solution for your "Emulator terminated" issue

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did u find any solution
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @kaskid
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: dhanalakshmi aiyappan

79693033

Date: 2025-07-07 15:00:40
Score: 3
Natty:
Report link

you only can by using third party software using cpu instead of gpu but it is going to be way slower depending on your cpu specs

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