79628885

Date: 2025-05-19 14:01:57
Score: 5
Natty: 6
Report link

Looking for a free WoW macro generator? This one is solid.
https://raidline.com/en/blogdetail/wow-macro-generator

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

79628873

Date: 2025-05-19 13:54:55
Score: 4.5
Natty:
Report link

Answering my own question:

Thanks to @bestbeforetoday's comment, I managed to rewrite the signing code and now it looks like this, for anyone having the same problem as I had:

function getPrivKey(pemFile) {
  const pemContent = fs.readFileSync(pemFile, 'utf8');
  const key = crypto.createPrivateKey(pemContent);
  const jwk = key.export({ format: 'jwk' });
  const d = jwk.d; 
  return Buffer.from(d, 'base64url'); 
}

function fabricSign(message, privateKeyPemFile) {
  const privateKeyBytes = getPrivKey(privateKeyPemFile);
  const msgHash = crypto.createHash('sha256').update(message).digest();
  const signature = p256.sign(msgHash, privateKeyBytes);
  const signaturep1 = signature.normalizeS();
  const signaturep2 = signaturep1.toDERRawBytes();
  return signaturep2;
}
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): having the same problem
  • User mentioned (1): @bestbeforetoday's
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Eduardo Valente

79628871

Date: 2025-05-19 13:53:54
Score: 5
Natty: 5
Report link

I might be a tiny bit late too the party. But I assume that WP_Query by default retrieves the 10 most recently added/edited posts correct?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: That won't happen

79628814

Date: 2025-05-19 13:12:41
Score: 5
Natty:
Report link

This blog offers a helpful guide for migrating from Amazon OpenSearch (Elasticsearch) to a Google Cloud VM-based cluster. https://medium.com/google-cloud/migrating-from-amazon-opensearch-elasticsearch-to-a-google-cloud-vm-based-cluster-fe9f8a637ff0

Reasons:
  • Blacklisted phrase (1): This blog
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Utkarsh Sharma

79628778

Date: 2025-05-19 12:47:32
Score: 5
Natty: 5
Report link

I am running int othe same issue.
what type of SD card worked? is it an SDHC or an SDUC?

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

79628692

Date: 2025-05-19 12:05:20
Score: 5
Natty: 5.5
Report link

nice!

biggest b2b food trade show

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

79628632

Date: 2025-05-19 11:30:06
Score: 7.5 🚩
Natty: 6.5
Report link

Any solutions? Looking for how to add react dev tools into devtools inside telegram app

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solutions?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Soulbadguy

79628629

Date: 2025-05-19 11:27:04
Score: 4
Natty:
Report link

Please take a look at these two docs areas. I acknowledge that the journey between them is not clear and I'll pass that onto our docs folks

https://neo4j.com/docs/operations-manual/current/clustering/introduction/

Gives this sentence

  1. Causal consistency: When invoked, a client application is guaranteed to read at least its own writes.

If you then jump over to drivers, you'll find this for the Java Driver ( also applies to others as well ) https://neo4j.com/docs/java-manual/current/bookmarks/

Please let me know if this is of help.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jonathan Giffard

79628618

Date: 2025-05-19 11:16:00
Score: 5.5
Natty: 5.5
Report link

Do you need to be in a venv on CLI for 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: Seesaw

79628573

Date: 2025-05-19 10:46:51
Score: 6 🚩
Natty:
Report link

For better support, please post your question here.

Thank You

Reasons:
  • Blacklisted phrase (0.5): Thank You
  • RegEx Blacklisted phrase (2.5): please post your question
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sahaj_QCOM

79628557

Date: 2025-05-19 10:37:46
Score: 6 🚩
Natty: 6.5
Report link

I have tried adding response to ClientDecoder. __Function_table still the error is same.

Was anyone able to solve this?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jasmine Kaur

79628498

Date: 2025-05-19 09:57:35
Score: 4
Natty: 4.5
Report link

Please read my gist for rails 8 with proshaft i have successfully implemented https://gist.github.com/dhanajit96/35f2ce51c2185073c350414bf7169b03

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

79628408

Date: 2025-05-19 09:04:19
Score: 4
Natty: 4
Report link

this works well for the option of copying the required file from system32 to java folder

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

79628378

Date: 2025-05-19 08:42:13
Score: 4.5
Natty: 5
Report link

This is really great!

🯅 🯆 🯇 🯈 🯉

https://unicode.org/charts/PDF/U1FB00.pdf

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

79628377

Date: 2025-05-19 08:41:12
Score: 6 🚩
Natty: 4.5
Report link

I have the same problem, but I am running Linux Mint 21.3 and Vivaldi browser.
I don't have powershell nor registry, so your answer is not usable for me

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

79628372

Date: 2025-05-19 08:37:10
Score: 4
Natty:
Report link

I succeeded by using the Odoo JS patch which modifies the basic widget.

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

79628307

Date: 2025-05-19 07:51:56
Score: 10 🚩
Natty: 6
Report link

The same!

I don't know how to fix.

Have you solution?

Help me, please

Reasons:
  • Blacklisted phrase (1): Help me
  • RegEx Blacklisted phrase (2): I don't know how to fix
  • RegEx Blacklisted phrase (2): Help me, please
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Đinh Nguyễn Tấn Đạt

79628276

Date: 2025-05-19 07:32:50
Score: 5.5
Natty:
Report link

I have complete this code, you can check it out on this likn

https://github.com/itismhn/ciphersafe

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: itisMHN

79628217

Date: 2025-05-19 06:56:39
Score: 8
Natty: 7.5
Report link

@Arjun, I have a similar requirement where I need to set up Auth App and Email as MFA options, are you able to share the final version? thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Arjun
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Marky

79628171

Date: 2025-05-19 06:30:31
Score: 7 🚩
Natty:
Report link

Thanks for your question. Please post your query here for better support.

Regards,
Harish

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): Regards
  • RegEx Blacklisted phrase (2.5): Please post your
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harish Kumar Dongure

79628158

Date: 2025-05-19 06:17:28
Score: 7 🚩
Natty:
Report link

Im getting the same error! its been driving me crazy! Stripe docs arent helpful here

Reasons:
  • RegEx Blacklisted phrase (1): Im getting the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30575350

79628157

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

it took me 2 days try to figure out how to terminate the loop when the condition is met inside of the include tasks. This apply: when it saved my day. This post helped

Reasons:
  • Blacklisted phrase (2): saved my day
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Han

79628082

Date: 2025-05-19 04:28:02
Score: 4
Natty:
Report link

Thanks for your question. We recommend heading to our support portal here. If you need to request access to the portal, contact our sales team here.

Regards,
Harish

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): Regards
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harish Kumar Dongure

79628007

Date: 2025-05-19 02:32:37
Score: 6 🚩
Natty:
Report link

I'm not sure if anyone had this same issue I tried googling it but could not find anything.

Lol sorry for posting on my own question but I thought I would leave it up here in case other people possibly get the same issue?

I ended up using this thread to make my library path set to my Documents folder and checked in the application properties:

Referred thread:

How do I change the default library path for R packages

After running remove.packages() and installing them once more it now shows :/

Packages now showing

Reasons:
  • Blacklisted phrase (1): How do I
  • RegEx Blacklisted phrase (0.5): sorry for posting
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): get the same issue
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: falconmark

79627997

Date: 2025-05-19 02:19:30
Score: 6.5 🚩
Natty:
Report link

I am trying to implement friendlyCaptcha on the B2C login page. I am injecting the captcha widget using JavaScript.
The captcha token is generated and stored in the hidden field automatically. But it is sent as null when I try to pass the token as a claim to my REST API technical profile.

Someone, please help me on this.

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (3): please help me
  • No code block (0.5):
  • Low reputation (1):
Posted by: jayasri kohur

79627953

Date: 2025-05-19 00:43:10
Score: 5
Natty:
Report link
probably you are looking for  ?
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jack.web

79627841

Date: 2025-05-18 21:02:21
Score: 6.5 🚩
Natty: 4
Report link

you can check this link to make this thing : https://api.flutter.dev/flutter/cupertino/showCupertinoSheet.html

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tarek Mohamed

79627826

Date: 2025-05-18 20:47:16
Score: 11
Natty: 7.5
Report link

How did you solved your problem?

Reasons:
  • RegEx Blacklisted phrase (3): did you solved your problem
  • RegEx Blacklisted phrase (1.5): solved your problem?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How did you solve
  • Low reputation (1):
Posted by: Dragoslav Milovanovic

79627802

Date: 2025-05-18 20:28:11
Score: 4
Natty:
Report link

I faced that error once and accidentally I imported default {Button} from "react-native" instead of my custom 'Button' component! 😂😂

Reasons:
  • Blacklisted phrase (1): 😂
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Moshtaq Ahmed

79627789

Date: 2025-05-18 20:12:03
Score: 7 🚩
Natty:
Report link

I am having a problem with the solution offered above, "One usual pattern is to accumulate Dataset/DataArray objects in a list, and concatenate once at the end"

I get the following error:

TypeError: can only concatenate xarray Dataset and DataArray objects, got <class 'list'>

... as if concat would not allow a list input.

Can anyone help me on this?

I use Python 3.10.12

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can anyone help me
  • RegEx Blacklisted phrase (1): I get the following error
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Stefan Schmelzer

79627784

Date: 2025-05-18 20:03:01
Score: 5.5
Natty:
Report link

This problem can be solved via following tutorial: https://medium.com/sisaldigitalhubturkiye/what-is-api-gateway-and-how-to-use-it-a880cc6318ee

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

79627763

Date: 2025-05-18 19:36:54
Score: 4
Natty:
Report link

Did You try to mark the method as Transaccional (and retrieve Department inside it) ?

Reasons:
  • Whitelisted phrase (-2): Did You try
  • 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
  • Low reputation (1):
Posted by: Horacio Gimenez

79627745

Date: 2025-05-18 19:09:48
Score: 4.5
Natty: 4
Report link

You can try TNO's dependency graph extractor: https://github.com/TNO/Dependency_Graph_Extractor-Ada

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pierre van de Laar

79627738

Date: 2025-05-18 18:54:44
Score: 8
Natty: 7.5
Report link

https://youtu.be/RVCKsM9oU7E?si=e8eAVeH1VRhna2vt Watch this tutorial. Hope this video is a solution of your problem.

Reasons:
  • Blacklisted phrase (1): this tutorial
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30572277

79627654

Date: 2025-05-18 17:03:19
Score: 5
Natty:
Report link

You can try to use A* pathfinding algorithm.

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

79627575

Date: 2025-05-18 15:31:55
Score: 4
Natty:
Report link

Do this: Install composer require laravel/breeze --dev, and then @routes will not show as plain text anymore because Breeze sets up the route configuration."

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @routes
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abinaya

79627558

Date: 2025-05-18 15:08:50
Score: 5
Natty: 6
Report link

enter image description here

Ich habe die build.gradle.kts wie im Bild bearbeitet und konnte die gewünschten Ordner auch anlegen, jedoch sehe ich diese nur im Datei-Explorer und nicht in Android Studio. Wo ist mein Fehler?

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Markus Jannek

79627550

Date: 2025-05-18 14:59:47
Score: 4.5
Natty:
Report link

I solve this by uploading program file (.HEX) to soil sensor module found in this link

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Juma Rubea

79627524

Date: 2025-05-18 14:24:38
Score: 5
Natty:
Report link

Here is another solution, you can check this out https://medium.com/@bassouat8/how-to-build-a-reusable-burger-menu-button-in-angular-with-animation-and-accessibility-2b67a578ddd7

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: bassouat

79627451

Date: 2025-05-18 12:35:10
Score: 5.5
Natty: 4.5
Report link
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/newredz/BloxFruits/refs/heads/main/Source.luau"))(Settings)
Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: FFTLMN Foithong065

79627436

Date: 2025-05-18 12:14:04
Score: 4
Natty:
Report link
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pierre NEVEU

79627384

Date: 2025-05-18 10:56:40
Score: 7 🚩
Natty:
Report link

Did anyone fixed that in the meanwhile? I have the same Issue.

Testing with curl is running fine:
curl -i -N "http://localhost/?script=longtest.sh&path=test"

HTTP/1.1 200 OK
Server: nginx/1.26.3
Date: Sun, 18 May 2025 10:45:53 GMT
Content-Type: text/plain; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Content-Encoding: identity
Cache-Control: no-cache, no-store

STEP 1 - 10:45:54
(PAUSE)
STEP 2 - 10:45:56
(PAUSE)
STEP 3 - 10:45:58
(PAUSE)
....

I tried serval configs. This is my current one:

server {
        listen       80;
        server_name  _;

        location / {
        # Buffering global deaktivieren
            fastcgi_buffering          off;
            fastcgi_request_buffering  off;
            fastcgi_max_temp_file_size 0;
            
            # Force Flush aktivieren
            #fastcgi_force_flush        on;

            # Chunked Encoding erzwingen
            chunked_transfer_encoding  on;
            proxy_buffering            off;
            gzip                       off;

            # Keep-Alive
            fastcgi_keep_conn          on;
            fastcgi_socket_keepalive   on;

            # Timeouts
            fastcgi_read_timeout       86400;
            fastcgi_send_timeout       86400;
        
#            autoindex on;
#            alias /mnt/samba/;
            # CGI für die dynamische Verzeichnisauflistung verwenden
            root /scans;
            try_files $uri $uri/ =404;  # Wenn die Datei nicht existiert, gehe zu @cgi
            # Wenn die Anfrage auf ein Verzeichnis zeigt, führe das CGI-Skript aus
            # Wenn es ein Verzeichnis ist, rufe das CGI-Skript auf
            location ~ /$ { 
                # Füge die FastCGI-Parameter hinzu
                include fastcgi_params;
                fastcgi_param SCRIPT_FILENAME /scans/scans.sh;
                # Erlaube Übergabe der Anfrage als Query-String
                #fastcgi_param QUERY_STRING "path=$uri";  # Statt $request_uri
                fastcgi_param QUERY_STRING $query_string; 
                fastcgi_param NO_BUFFERING 1;
                fastcgi_request_buffering off; 
                fastcgi_pass unix:/var/run/fcgiwrap/fcgiwrap.socket;
            }                    
            # Deaktiviere das automatische Directory-Listing von Nginx
            autoindex off;     

        }
    }

But It´s again buffering. That´s strange because the direct curl on the wrapper is not buffering.

Reasons:
  • Blacklisted phrase (1): I have the same Issue
  • RegEx Blacklisted phrase (3): Did anyone fixed that
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same Issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did anyone fix
  • Low reputation (1):
Posted by: Mario TTP

79627345

Date: 2025-05-18 10:21:30
Score: 6 🚩
Natty: 4
Report link

No such file or directory: '/Users/.../Library/Developer/Xcode/DerivedData/.../Build/Products/Debug-iphonesimulator/PackageFrameworks/AlamofireDynamic.framework/AlamofireDynamic'

Using Xcode 16.3, have a trouble building and keep getting this error message. Tried to clean build, delete the DerivedData folder nothing works until i saw the solution by Daniel and it works!! I got the same problem with DGCharts too regarding the dynamic thing. The solution was just to not add "dynamic" into your target as per Daniel said.

Just curious, since I'm a beginner, what's the 'dynamic' package for?

Reasons:
  • Blacklisted phrase (1): I got the same problem
  • RegEx Blacklisted phrase (2): I'm a beginner
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: random

79627320

Date: 2025-05-18 09:47:21
Score: 4.5
Natty: 5
Report link

I created a guide that solves most common llama-cpp-python CUDA issues on Windows: https://github.com/Granddyser/windows-llama-cpp-python-cuda-guide

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

79627299

Date: 2025-05-18 09:30:16
Score: 7
Natty: 7
Report link

If the list contains role definitions, use the direct path to extract roles instead of relying on nested claims. Could you provide an example of the list format? That would help me give a more precise extraction method. Also check Azure B2C section is allowing how may claims to be exposed. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (2.5): Could you provide
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Irfan Ali Zaidi

79627287

Date: 2025-05-18 09:10:10
Score: 8.5 🚩
Natty: 6.5
Report link

I’m using sparse vectors with about 10 features out of a possible 50 million. However, the conversion to dense vectors is causing heap exhaustion. Is there a way to disable the sparse-to-dense conversion?

Right now, I can’t even train on a small batch of vectors without running into memory issues — but I ultimately need to train on 200 million rows.

Any help would be greatly appreciated. I’m using XGBoost4j-Spark version 3.0.0 with the Java.

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (3): Any help would be greatly appreciated
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Kristijan Stepanov

79627241

Date: 2025-05-18 08:01:54
Score: 4
Natty:
Report link

Ultra late comer. In 2025, there are heaps and you can find them here: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel

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

79627190

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

I followed this guide: https://repost.aws/knowledge-center/cognito-okta-oidc-identity-provider

One tricky note is the email is case-sensitive

enter image description here

Reasons:
  • Blacklisted phrase (1): this guide
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Hugh Bui

79627165

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

necesito eso pero en el actual visual

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

79627142

Date: 2025-05-18 03:46:58
Score: 4.5
Natty: 5
Report link

@Arthur Tacca thank you for your comment but I don't see how that could solve my problem of sharing locally reserved data on the heap of a process using functions like: malloc, calloc, ... Suppose that the instruction mySharedStruct.pData = (void*) calloc (1, 10); returns the address 0x000e7c80 which symbolizes a void * (or more complicated a : void **) in P1 Heap. How to make the address 0x000e7c80 usable by P2 ?! because this address is not part of its heap and any access attempt will generate a memory access violation

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Arthur
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Supolaliko

79627133

Date: 2025-05-18 03:30:54
Score: 5.5
Natty:
Report link

not active since 2023, taken over account smh?

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

79627111

Date: 2025-05-18 02:43:42
Score: 9.5 🚩
Natty: 5.5
Report link

Hey Brian Clozel, did you get this worked out?

Reasons:
  • RegEx Blacklisted phrase (3): did you get this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Uday Yarlagadda

79627110

Date: 2025-05-18 02:43:42
Score: 5
Natty: 5
Report link

i made a guide may be it could help https://github.com/Granddyser/windows-llama-cpp-python-cuda-guide

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Noah F.

79627104

Date: 2025-05-18 02:24:37
Score: 5
Natty: 5.5
Report link

use Color Shades Generator and set the shades to 9.

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

79627089

Date: 2025-05-18 01:27:20
Score: 6 🚩
Natty:
Report link

Do you have a git for this. I would love to see how you managed to get an android device to appear as an ANCS device to a bluetooth peripheral.

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christopher White

79627074

Date: 2025-05-18 00:31:08
Score: 4
Natty:
Report link

<application android:hardwareAccelerated="true" ...>

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sir Arroyo

79627053

Date: 2025-05-17 23:34:56
Score: 12.5 🚩
Natty: 5.5
Report link

Were you able to complete your project?

If anyone can help me with the connection between Vite and Solana wallet, I would be grateful.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): anyone can help me
  • RegEx Blacklisted phrase (2): I would be grateful
  • RegEx Blacklisted phrase (0.5): anyone can help
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: tarik

79627040

Date: 2025-05-17 22:51:48
Score: 4
Natty: 4.5
Report link

The JavaFXSmartGraph library:

https://github.com/brunomnsilva/JavaFXSmartGraph

Disclaimer: I'm the developer.

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

79626989

Date: 2025-05-17 21:12:25
Score: 4.5
Natty:
Report link

It works now with mssql extension

enter image description here

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

79626966

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

@Burnian answer also helped me, I had an exact issue mistakenly installing angular-cli isntead of "@angular/cli"

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Burnian
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Ilya Semenov

79626947

Date: 2025-05-17 20:19:11
Score: 4
Natty:
Report link

The problem was I wasn't calling the class in the registration.

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

79626865

Date: 2025-05-17 18:05:40
Score: 6
Natty: 7
Report link

enter image description hereenter image description here i need you to take a pic with a midget holding these balloons - Puffy combs

Reasons:
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: June Moon Steve Jobs Edward Re

79626778

Date: 2025-05-17 16:58:22
Score: 4
Natty:
Report link

I encountered a similar problem some time ago.

If you are using Spring DevTools or similar tool for hot reload, try disabling it. The main reason is, such tools might load classes with different class loaders on application reload.

Reference: https://docs.spring.io/spring-boot/reference/using/devtools.html#using.devtools.restart.restart-vs-reload.


Also, please share stack trace and program code using code blocks, as it would be easier to read to review it and provide support later.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dmytro Ivashchenko

79626680

Date: 2025-05-17 15:11:55
Score: 10 🚩
Natty: 5.5
Report link

Facing the exact same issue. Any luck?

Reasons:
  • Blacklisted phrase (1.5): Any luck
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): Facing the exact same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kshitij Dhar

79626623

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

यह कहानी है अर्जुन की... एक छोटे से गाँव में जन्मा एक गरीब लड़का। उसका सपना था पढ़-लिखकर कुछ बड़ा करना। मगर हालात... उसके खिलाफ थे।

उसके घर में बिजली नहीं थी, लेकिन वो चिराग की रौशनी में देर रात तक पढ़ता। माँ खेतों में काम करती थी, और अर्जुन घर के सारे काम निपटाकर पढ़ाई करता।

स्कूल में बच्चे उसका मज़ाक उड़ाते, उसके पुराने कपड़ों और फटे बैग को देखकर। मगर अर्जुन ने कभी ध्यान नहीं दिया... उसकी नज़र सिर्फ अपने सपनों पर थी।

वो सुबह 4 बजे उठता, पहले दूध बाँटता, फिर स्कूल जाता। स्कूल के बाद खेतों में काम करता, और रात को पढ़ाई करता। थकावट उसके हौसले के आगे हार जाती थी।

फिर आया परीक्षा का दिन। अर्जुन ने मेहनत तो बहुत की थी... लेकिन डर उसे भी था। क्या वो सफल होगा?

जब रिज़ल्ट आया... अर्जुन की आंखों में आँसू थे... लेकिन इस बार ये आँसू दर्द के नहीं... खुशी के थे। उसने जिले में टॉप किया था।

आज वही अर्जुन... एक बड़ा अफसर है। जिसने अपनी गरीबी को अपने पैरों की ज़ंजीर नहीं बनने दिया... बल्कि सीढ़ी बना लिया।

अगर हालात तुम्हारे खिलाफ हों... तो मत घबराओ। मेहनत तुम्हारे साथ हो, तो किस्मत को भी झुकना पड़ता है।

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: abhi yadav

79626600

Date: 2025-05-17 13:55:33
Score: 4
Natty:
Report link

Try this out this might work:

  1. Add you're okta user to you're okta application. since this is redirect to the okta dashboard I have face the same issue and it is related to not assign you're application to the user.

  2. In the Okta API scopes grant below scope and try: enter image description here

  3. Make sure sign in redirect URI is point to correct URI: enter image description here

Reasons:
  • Whitelisted phrase (-1): Try this
  • Probably link only (1):
  • No code block (0.5):
  • Me too answer (2.5): face the same issue
  • Low reputation (1):
Posted by: W A J Amasara

79626575

Date: 2025-05-17 13:26:25
Score: 5.5
Natty:
Report link

I have installed latest eclipse ide and java17 and created maven project. When i add selenium and maven dependencies in pom.xml and saved these are not downloading in Maven Dependencies of the project. Could someone help to fix this issue

Reasons:
  • RegEx Blacklisted phrase (3): Could someone help
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: santosh kumar

79626567

Date: 2025-05-17 13:21:23
Score: 4.5
Natty:
Report link

i have the same question,and here is the evidence i found。 Another thing to notice,slab use alloc_pages,but it doesn't call kmap。 So if highmem was alloced, page_address() would return null。

Reasons:
  • Blacklisted phrase (1): i have the same question
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): i have the same question
  • Low reputation (1):
Posted by: 湖吉晨

79626562

Date: 2025-05-17 13:15:22
Score: 5.5
Natty:
Report link

me pasaba lo mismo pero el error mio estaba en que el return no lo tenia en el else

if request.method =='POST':

     if request.POST.get("nombre") and request.POST("apellidos")
        edito desde el template lo pertienente
     else:
        return redirect('/editarcurso')
else:
   return render(request, 'carpetasilahay/lista_cursos.html'

esto me soluciono el editar, dado que no estaba instanciando lo de cada if al else
   
Reasons:
  • Blacklisted phrase (2.5): solucion
  • RegEx Blacklisted phrase (2.5): mismo
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Matis

79626518

Date: 2025-05-17 12:22:09
Score: 4
Natty:
Report link

Answer from here:

Mailjet Nodejs : Email send but not recived

Looks like Sub Account API Keys are not doing the job properly

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

79626496

Date: 2025-05-17 11:59:03
Score: 6.5 🚩
Natty:
Report link

What data are you hoping to display with cout?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: ivan

79626468

Date: 2025-05-17 11:22:54
Score: 7.5 🚩
Natty: 6.5
Report link

I'm filling the online application form from some days ago.

When I wanted to open and continue with my application, i get a message telling me that"" Unexcepted Exception" null"" How can I continue with my application?

Please can you help?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (3): can you help
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Self Help Christian Refugees A

79626408

Date: 2025-05-17 10:14:37
Score: 7.5 🚩
Natty: 6
Report link

Same issue for me - not sure why subaccount API keys are not working.

Using primary key is not ideal, but it gets the job done. Anyone found any alternative tools?

Reasons:
  • Blacklisted phrase (2): Anyone found
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Doka

79626314

Date: 2025-05-17 08:12:08
Score: 4.5
Natty: 5
Report link

Thank you Mr @Jasper.. Thank you all.. wonderfull ansers, wonderfull questions. Who is deciding the rules of future of these languages ? (Some languages stay and others almost desapeare).Ooops don't need to answer I will find it on the web, sorry.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Jasper
  • Single line (0.5):
  • Low reputation (1):
Posted by: Daniel GAUQUELIN

79626288

Date: 2025-05-17 07:31:57
Score: 5
Natty: 4.5
Report link

Here you can find a solution which works for both text and table cells: https://m.mediawiki.org/wiki/Extension:ColorizerToolVE

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

79626172

Date: 2025-05-17 04:17:09
Score: 6 🚩
Natty:
Report link

If there is still interest in this subject, here is a hands-on tutorial and sample code showing how to achieve it:

Hands-on reading .docx and .pdf file using PL/SQL

Please share your feedback. Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): how to achieve
  • RegEx Blacklisted phrase (2.5): Please share your
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Valentin Tabacaru

79626107

Date: 2025-05-17 01:51:39
Score: 4
Natty:
Report link

simple way

extension=mbstring

php.ini

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: M Reza Muktasib

79626094

Date: 2025-05-17 01:14:31
Score: 4.5
Natty:
Report link

If there is ( @plugin "daisyui"; ) written before, then remove it. It should work.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @plugin
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abdullah-Al-Emran Emon

79626089

Date: 2025-05-17 01:02:28
Score: 10.5
Natty: 8
Report link

were you able to resolve this?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve this?
  • RegEx Blacklisted phrase (3): were you able
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vic Okeke

79626046

Date: 2025-05-16 23:34:02
Score: 7.5 🚩
Natty:
Report link

I got a reply from Microsoft support that "functionAppScaleLimit" is not available for python flex consumption plan.

Does anyone else have any suggestion on how it can be debugged? Right now I have disabled sampling so all logs are traced, but even then the function just silently stops sometimes without emitting any error. I have try-except blocks everywhere with timeouts implemented on each request...

Reasons:
  • RegEx Blacklisted phrase (2): any suggestion
  • RegEx Blacklisted phrase (3): Does anyone else
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JohTok

79625991

Date: 2025-05-16 22:16:42
Score: 4
Natty:
Report link

Eu também estava enfrentando esse problema. O que funcionou para mim foi não modificar o repositório diretamente pela criação no GitHub, pois qualquer alteração inicial, como adicionar um arquivo LICENSE ou README.md, pode causar o erro "Push Rejected".

Pelo que percebi, o aplicativo SPCK Editor no Android não funciona bem se houver qualquer modificação prévia no repositório remoto.

Solução:

Crie um repositório no GitHub sem nenhum arquivo inicial (sem README, LICENSE ou .gitignore). Depois disso, clone o repositório no SPCK Editor e faça o push normalmente.

Se quiser adicionar um LICENSE ou README.md, baixe esses arquivos de outro repositório e adicione manualmente ao seu projeto no SPCK antes de fazer o push. Assim, evita problemas de sincronização.

Reasons:
  • Blacklisted phrase (1): não
  • Blacklisted phrase (2): Solução
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: bruno Silva

79625931

Date: 2025-05-16 21:08:23
Score: 11.5 🚩
Natty: 5.5
Report link

were you able to solve this OP?

Reasons:
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve this OP?
  • RegEx Blacklisted phrase (3): were you able
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jawad Mustafa

79625925

Date: 2025-05-16 20:55:20
Score: 5
Natty: 4.5
Report link

@MincePie Summery for this is

| Plan | Can use Clerk JWT for RLS? | Can configure JWT settings? | RLS with Clerk |

| Free | ❌ | ❌ | Not possible |

| Team/Pro | ✅ | ✅ | Fully works |

besause You see here in this image , we need to Configure Supabase to Accept Clerk JWTs , but this option we only seen in pro version

Img:- https://github-production-user-asset-6210df.s3.amazonaws.com/96294677/444697925-8f7c651d-39a3-4d93-aa03-8b3088323218.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20250516%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250516T204922Z&X-Amz-Expires=300&X-Amz-Signature=20946d62fcb26fea170e966acd3cb965e90e0f344fc329989d7425f67174f241&X-Amz-SignedHeaders=host

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @MincePie
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Akash

79625897

Date: 2025-05-16 20:31:12
Score: 8.5 🚩
Natty: 5
Report link

youtube ............................................................................................................................................................

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

79625892

Date: 2025-05-16 20:25:10
Score: 5
Natty: 5
Report link

I still have the Chrome browser hanging open, even after:

driver.Quit();

is there something else (missing)?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mike

79625883

Date: 2025-05-16 20:16:07
Score: 4.5
Natty: 4
Report link

Anyone who is still looking there is this project.

https://github.com/CoolCoderSuper/visualbasic-language-server

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

79625855

Date: 2025-05-16 19:52:59
Score: 5.5
Natty: 5
Report link

I have the exact same problem. Invalidating caches is a temp. solution. I have no idea why it's so slow. Also restarting the dart analysis server also works for a short while.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the exact same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nefario

79625801

Date: 2025-05-16 19:19:50
Score: 4
Natty: 4
Report link

Right click status bar and then select "hide progress message" at very bottom.

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

79625785

Date: 2025-05-16 19:07:46
Score: 5
Natty: 4.5
Report link

try to use this port, using jsr: https://jsr.io/@hviana/baileys

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

79625779

Date: 2025-05-16 19:03:44
Score: 4.5
Natty:
Report link

This solution here: Update after a Copy Data Activity in Azure Data Factory suggests that you will need to do a dummy select afterward to make the update work.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dana A

79625706

Date: 2025-05-16 18:04:29
Score: 4.5
Natty:
Report link

Thank you for your helpful response.

  1. Is it possible to feed back the CO or O output into the LUT of the same slice, and then connect the output of the LUT to the DI input of the same CARRY4? (with local routing)

  2. What is your suggestion for redesigning the TDC to avoid using feedback?

  3. I need to implement two delay lines for a Vernier TDC. I plan to use CARRY4 for both lines. As you know, the delay of the first line must be slightly longer than the second one. What do you suggest to increase the delay in the first line?
    My idea was to use internal XOR gates within the CARRY4 of the first line by creating some feedback to add extra delay. But it doesn’t seem to work, and now I’m not sure what to do.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): Is it possible to
  • Blacklisted phrase (1): What is your
  • Whitelisted phrase (-0.5): Thank you for your help
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Alireza Karimian

79625680

Date: 2025-05-16 17:46:18
Score: 6 🚩
Natty:
Report link

did u figure this out??

getting similar errors even running --help its stuck until i press CTRL+C

https://pastebin.com/kTg0e1Jq

python -v -m espefuse --help

# C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\__pycache__\contextlib.cpython-313.pyc matches C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\contextlib.py
# code object from 'C:\\Users\\nebbi\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\__pycache__\\contextlib.cpython-313.pyc'
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x000001DE58F13290>
import 'msvcrt' # <class '_frozen_importlib.BuiltinImporter'>
import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x000001DE58E6C650>
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\nebbi\esp\v5.3.2\esp-idf\components\esptool_py\esptool\espefuse.py", line 11, in <module>
    sys.exit(subprocess.run([sys.executable, '-m', 'espefuse'] + sys.argv[1:]).returncode)
             ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 554, in run
    with Popen(*popenargs, **kwargs) as process:
         ~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 1039, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                        pass_fds, cwd, env,
                        ^^^^^^^^^^^^^^^^^^^
    ...<5 lines>...
                        gid, gids, uid, umask,
                        ^^^^^^^^^^^^^^^^^^^^^^
                        start_new_session, process_group)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 1551, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
                       ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
                             # no special security
                             ^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
                             cwd,
                             ^^^^
                             startupinfo)
                             ^^^^^^^^^^^^
KeyboardInterrupt
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\nebbi\esp\v5.3.2\esp-idf\components\esptool_py\esptool\espefuse.py", line 11, in <module>
    sys.exit(subprocess.run([sys.executable, '-m', 'espefuse'] + sys.argv[1:]).returncode)
             ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 556, in run
    stdout, stderr = process.communicate(input, timeout=timeout)
                     ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 1214, in communicate
    self.wait()
    ~~~~~~~~~^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 1277, in wait
    return self._wait(timeout=timeout)
           ~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 1603, in _wait
    result = _winapi.WaitForSingleObject(self._handle,
                                         timeout_millis)
KeyboardInterrupt
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\nebbi\esp\v5.3.2\esp-idf\components\esptool_py\esptool\espefuse.py", line 11, in <module>
    sys.exit(subprocess.run([sys.executable, '-m', 'espefuse'] + sys.argv[1:]).returncode)
             ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 556, in run
    stdout, stderr = process.communicate(input, timeout=timeout)
                     ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 1214, in communicate
    self.wait()
    ~~~~~~~~~^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 1277, in wait
    return self._wait(timeout=timeout)
           ~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "C:\Users\nebbi\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 1603, in _wait
    result = _winapi.WaitForSingleObject(self._handle,
                                         timeout_millis)
KeyboardInterrupt
Reasons:
  • RegEx Blacklisted phrase (3): did u figure this out
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): getting similar error
  • Contains question mark (0.5):
  • Starts with a question (0.5): did
  • Low reputation (1):
Posted by: lsdlsd88

79625515

Date: 2025-05-16 15:39:43
Score: 4.5
Natty:
Report link

Thanks to @rozsazoltan for your pointers. I was able to solve my problem. Turns out my vite installation was corrupt and incomplete. I setup a new project and moved all my existing codebase in the new project and it is all good now.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @rozsazoltan
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mukul

79625453

Date: 2025-05-16 15:02:30
Score: 7 🚩
Natty: 6.5
Report link

Can you please share your script, to show how do you implement the Numba function which calls the sorted_eigenvalues function provided by Jérôme.
And have you impelement the parallel part?

Reasons:
  • Blacklisted phrase (1): how do you
  • RegEx Blacklisted phrase (2.5): Can you please share your
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can you please share you
  • Low reputation (1):
Posted by: user30557509

79625429

Date: 2025-05-16 14:54:27
Score: 12
Natty: 7.5
Report link

I am having this same issue and this question is a year old now. were you ever able to figure it out? Any help is appreciated. i cant find it anywhere else. Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help is appreciated
  • RegEx Blacklisted phrase (3): were you ever
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chrissy

79625334

Date: 2025-05-16 14:06:12
Score: 4
Natty:
Report link

I have same issue after upgrading Erlang from 25.2.1 to version 26.2
I'm able to connect to management portal. But none of CLI tools are working.

Cookies were checked (user, service account) use the same. Also I'm seeing same hash value in RabbitMQ logs and after executing rabbitmqctl.

Also nodes are not able to communicate each other-i have cluster of three. But now I have three standalone.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): I have same issue
  • Low reputation (1):
Posted by: Przemysław Wojciech Witczak

79625235

Date: 2025-05-16 13:03:54
Score: 10 🚩
Natty: 5
Report link

I'm working on a similar task and was wondering — did you end up finding a library that can reliably convert HTML to PDF with full PDF/UA compliance?

Reasons:
  • Blacklisted phrase (2): was wondering
  • RegEx Blacklisted phrase (3): did you end up finding a
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kilua

79625190

Date: 2025-05-16 12:36:47
Score: 6.5 🚩
Natty: 4.5
Report link

ealizar un programa que su resultado salta 100, 99, 98, ... , 1

Texto de la respuesta Pregunta 1

EditarVerInsertarFormatoHerramientasTablaAyuda

Reasons:
  • Blacklisted phrase (2): Ayuda
  • Blacklisted phrase (2): Pregunta
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ANA GABRIELA GONZALES NAYHUA

79625136

Date: 2025-05-16 12:08:38
Score: 8 🚩
Natty: 5.5
Report link

@diablos Thanks, worked like a charm! Never would've guessed.

(I cannot upvote yet it seems)

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I cannot
  • Blacklisted phrase (0.5): upvote
  • Blacklisted phrase (1): worked like a charm
  • RegEx Blacklisted phrase (2): cannot upvote
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @diablos
  • Low reputation (1):
Posted by: Triblade

79625126

Date: 2025-05-16 12:04:32
Score: 7 🚩
Natty:
Report link

Just to clarify — I’m not providing a solution here, but I’m working on a similar use case and was wondering if you managed to solve it. I’m trying to generate a single Extent PDF report that includes both the initial test run and the rerun (for failed scenarios). Right now, I only get a PDF for the first run, and I haven’t been able to merge the rerun results into the same report.

Did you find a way to make this work? I’d really appreciate any pointers if you did!

Reasons:
  • Blacklisted phrase (2): was wondering
  • RegEx Blacklisted phrase (3): Did you find a way to
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ain Starc