79701159

Date: 2025-07-14 16:55:35
Score: 6
Natty:
Report link

Thank you @jme11, that was exactly what was causing the error. I updated the link and it’s working now.

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

79701100

Date: 2025-07-14 15:50:19
Score: 4.5
Natty:
Report link

Have you tried replacing scope='session' with scope='function' in the mocked_app and client fixtures?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • RegEx Blacklisted phrase (1.5): fixtures?
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Данил Тополь

79701077

Date: 2025-07-14 15:20:12
Score: 9.5
Natty: 5.5
Report link

did you find a solution to this?

Reasons:
  • RegEx Blacklisted phrase (3): did you find a solution to this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you find a solution to this
  • Low reputation (1):
Posted by: Junhao Chin

79701015

Date: 2025-07-14 14:20:56
Score: 4.5
Natty: 5.5
Report link

Bro thank you so much, I was struggling on this problem for so long

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: tester

79700809

Date: 2025-07-14 11:30:11
Score: 4
Natty:
Report link

It was a bug and will be fixed in the next release.

https://github.com/scipy/scipy/pull/23322

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

79700777

Date: 2025-07-14 11:01:03
Score: 4
Natty: 4.5
Report link

Thank you for code above, work perfectly. However how about to get coupon code based on customer email only? Without any specific discout type.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Weetameal

79700734

Date: 2025-07-14 10:26:54
Score: 5
Natty:
Report link

The error is thrown by your AWS because it cannot assume Snowflake, and is definitely related to the AWS permissions.
Your trust policy is correct as per https://docs.snowflake.com/en/user-guide/data-load-snowpipe-auto-s3#step-5-grant-the-iam-user-permissions-to-access-bucket-objects

I could not think of other reason for the error.
Were you able to get this work? If you still need help, let me know. I can assist through a Snowflake support case.

Reasons:
  • RegEx Blacklisted phrase (3): Were you able
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ankesha Agrawal

79700723

Date: 2025-07-14 10:14:51
Score: 4
Natty: 4.5
Report link

RabbitMQ has introduced Streams for this use case https://www.rabbitmq.com/blog/2021/07/13/rabbitmq-streams-overview

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

79700717

Date: 2025-07-14 10:11:49
Score: 10
Natty: 6
Report link

I am facing the same issue googleapiclient.errors.HttpError: <HttpError 500 when requesting https://forms.googleapis.com/v1/forms?alt=json returned "Internal error". Details: "Internal error"> can any one solve ????

Reasons:
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (1.5): solve ????
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kranthi Naremsetti

79700600

Date: 2025-07-14 08:26:21
Score: 4
Natty: 5
Report link

What I don't even understand, actually, is which URI am I expected to put there, in the most normal case?
Which resources are expected to be available on this URI if I open it?
What is the purpose of setting more than one?
Which syntax should I use for setting more than one?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): What I
  • Low reputation (0.5):
Posted by: GingkoFr

79700542

Date: 2025-07-14 07:30:07
Score: 4.5
Natty: 4
Report link

All apps on one page like it was before

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

79700529

Date: 2025-07-14 07:18:03
Score: 14.5
Natty: 7.5
Report link

I am facing the same problem. how did you solve it?

Reasons:
  • Blacklisted phrase (1): how did you solve it
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (3): did you solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohamed Farouk

79700488

Date: 2025-07-14 06:16:50
Score: 5
Natty: 4
Report link

Title : Tauri + React: Image not displaying after saving in AppData folder

Hello everyone,
I’m working on a project using Tauri with React, and I’ve run into an issue with image handling.

I’m creating an images folder inside the AppData directory and copying uploaded images into that folder. I also store the image path in the SQLite database. Everything works fine during upload — the image is saved correctly, and the path is stored — but when I try to display the image later in my app, it doesn’t show up.

Here’s the function I’m using to add a product and save the image:

async function addProduct( file, productName, category, price, description ) { try { const database = await initDatabase(); const tokenExists = await exists("images", { baseDir: BaseDirectory.AppData, }); if (!tokenExists) { await mkdir("images", { baseDir: BaseDirectory.AppData, }); } const filename = await basename(file); const uniqueName = `${Date.now()}${filename}`; const destinationPath = `images/${uniqueName}`; await copyFile(file, destinationPath, { toPathBaseDir: BaseDirectory.AppData, }); await database.execute( "INSERT INTO product (productImage, productName, category, price, description) VALUES (?, ?, ?, ?, ?)", [destinationPath, productName, category, price, description] ); return { ok: true, message: "Product added successfully" }; } catch (error) { console.error("❌ Failed to add product:", error.message); throw error; } }

To display the image, I’m trying to load it like this:

<img src={`C:\\Users\\YourUser\\AppData\\Roaming\\com.product.app\\images\\${item.productImage}`} />

But the image is not rendering, and the console shows an error:
"Not allowed to load local resource"

Question:

Any help would be appreciated

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help would be appreciated
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Mudasir Nadeem

79700417

Date: 2025-07-14 03:46:19
Score: 9
Natty: 6.5
Report link

did you manage to fix it ? would love to know how

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to fix it
  • RegEx Blacklisted phrase (1.5): fix it ?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Tally Loterman

79700374

Date: 2025-07-14 02:10:57
Score: 4
Natty: 4
Report link

stack overflow sucks the homo dick and microsoft sucks the nggr dick

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

79700316

Date: 2025-07-13 23:36:24
Score: 12
Natty: 7.5
Report link

I'm having the same problem. Did you find a solution for this?

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aslı Yüksel

79700176

Date: 2025-07-13 18:38:16
Score: 5
Natty: 5.5
Report link

This is not an answer it's a question how can I remove the diagonal lines using VBA code

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): not an answer
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ujjal shill

79700146

Date: 2025-07-13 17:43:03
Score: 4
Natty:
Report link

i think you should use onSelect or onChange props in Select from Antd instead of onClick

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

79700094

Date: 2025-07-13 16:27:45
Score: 4
Natty:
Report link

i ended up fixing this by changing the [now - countDownDate] to [countDownDate - now].

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

79700091

Date: 2025-07-13 16:24:44
Score: 4
Natty:
Report link

only exchange object is passed as tool context to server,

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

79700046

Date: 2025-07-13 15:09:26
Score: 5.5
Natty:
Report link

I’ve found a way to at least work around the issue so that the proxy can be used:

If you load another website first — for example, Wikipedia — before navigating to csfloat.com, it seems to work fine. You can add something like this to your code:

await page.goto("http://wikipedia.com/", {
  waitUntil: "domcontentloaded",
  timeout: 30000,
});

Then, after that, navigate to csfloat. Everything seems to work correctly this way.
Does anyone have an idea why this might be happening?

Reasons:
  • RegEx Blacklisted phrase (3): Does anyone have an idea
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: UsAA12

79700000

Date: 2025-07-13 13:47:06
Score: 5.5
Natty:
Report link

https://i.postimg.cc/VkTnRjzk/Przechwytywanie.png

i hope you help me, this is important for me.

Reasons:
  • Blacklisted phrase (1): help me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mark Femnis

79699806

Date: 2025-07-13 07:41:39
Score: 6
Natty: 4
Report link

jQuery now has major contender. The Juris.js enhance() API.
Refer to this article for reference. It's a relatively new solution to DOM manipulation and progressive enhancement.
https://medium.com/@resti.guay/jquery-vs-juris-js-enhance-api-technical-comparison-and-benefits-d94b63c63bf6

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

79699743

Date: 2025-07-13 05:12:02
Score: 9.5
Natty:
Report link

Strange! this one of our old functions that we had and working in our Windows server but now we moved to linux I got this error, Do you know how can I get the error message return by this event, my code still failing and would like to catch the error message? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): how can I
  • RegEx Blacklisted phrase (1): I get the error
  • RegEx Blacklisted phrase (2.5): Do you know how
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ROCHDI

79699716

Date: 2025-07-13 03:43:44
Score: 4
Natty:
Report link

How about this? You identify peaks by getting numbers that have a smaller number after and before it (only after or before for first and last), then take the 2 highest from these peaks?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How
Posted by: SpicyCatGames

79699640

Date: 2025-07-12 23:01:45
Score: 8.5
Natty: 4.5
Report link

Hy i have the same problem on an old installation; no buttos for upload,..

        $tableColumns['dateiname'] = array(
            'display_text' => 'datei',
            'maxlen'   => 100,
            'perms' => 'EVCTAXQSHOF',
            'file_upload' => array(
                'upload_fun' => array(&$this, 'handleUpload'), 
                'delete_fun' => array(&$this, 'handleDeleteFile')),
            'table_fun' => array(&$this, 'formatLinkDownload'), 
            'view_fun' => array(&$this, 'formatLinkDownload')
);

function formatLinkDownload($col,$val,$row,$instanceName,$rowNum)
    {
        $html = '';
        if (!empty($val))
        {
            $html = '<a target="_blank" href="'.htmlspecialchars($val).'">test</a>';
        }
        return $html;
    }


i tried with you code snipsets a little bit but my fiel is rendered as type="text"
can you show the                 'upload_fun' => array(&$this, 'handleUpload'), 
                'delete_fun' => array(&$this, 'handleDeleteFile')),
funktions?


Thanks
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (2.5): can you show
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): i have the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31027931

79699614

Date: 2025-07-12 21:56:31
Score: 7
Natty: 4
Report link

([0-9]+([.][0-9]+)?|[0-9]+.d0|.d[0-9])

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: adob

79699598

Date: 2025-07-12 21:31:25
Score: 4.5
Natty: 4.5
Report link

Use map and area tags to slice image.

https://www.w3schools.com/html/html_images_imagemap.asp

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

79699576

Date: 2025-07-12 20:47:14
Score: 5
Natty:
Report link

Sajjad Ali game carrom pool coin seller don key seller don ab deal kaisa chal raha hai sajjad game carrom pool coin seller don bhai sir bolo sir fast

Reasons:
  • RegEx Blacklisted phrase (2): bhai
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: randy pradana

79699569

Date: 2025-07-12 20:39:12
Score: 5.5
Natty: 6
Report link

u gon get hacked lmaoooooooooo

Reasons:
  • Blacklisted phrase (0.5): lmao
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Filler text (0.5): oooooooooo
  • Low reputation (1):
Posted by: trolr

79699488

Date: 2025-07-12 18:30:42
Score: 5
Natty: 5
Report link

Can use this approach wokrks fine

https://medium.com/@shubham9032/loading-dynamic-images-in-live-activities-with-push-to-start-tokens-in-ios-9273c0235905
https://medium.com/@shubham9032/loading-dynamic-images-in-live-activities-with-push-to-start-tokens-in-ios-9273c0235905

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Starts with a question (0.5): Can u
  • Low reputation (0.5):
Posted by: shubh14896

79699471

Date: 2025-07-12 17:53:32
Score: 4.5
Natty:
Report link

Sii Cómo te sientes

Por favor Siii

Reasons:
  • Blacklisted phrase (1): Cómo
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Guadalupe Mara del Carmen Riva

79699456

Date: 2025-07-12 17:28:25
Score: 6.5
Natty: 5.5
Report link

السلام عليكم ورحمة الله وبركاته ياخوي كيف سويت ايموجيات بالجوال اتمنى الرد باسرع وقت او بجلدك

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Iii Ii

79699406

Date: 2025-07-12 16:09:08
Score: 4
Natty:
Report link
Reasons:
  • Blacklisted phrase (1): but not working
  • RegEx Blacklisted phrase (3): not working for me
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
Posted by: Nor.Z

79699390

Date: 2025-07-12 15:35:00
Score: 4.5
Natty: 4
Report link

i lwk dont know NGGER NGGER NGGERNGGER

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

79699373

Date: 2025-07-12 15:05:54
Score: 5
Natty:
Report link

Hi i have a similar issue. However, when querying the bucket i get denied

arn:aws:s3:::bucketname/AWSLogs/111111111/CloudTrail/ap-south-1/2025/07/09/111111111_CloudTrail_ap-south-1_20250709T1405Z_zwwNmrzBpawBJ0my.json.gz

Pretty much any prefix in AP.north or south. The bucket policy is lightly different.

            },
            "Action": "s3:*",
            "Resource": "arn:aws:s3:::cloudtrailcentralizedbucket",
            "Condition": {
                "StringLike": {
                    "s3:prefix": [
                        "AWSLogs/111111111/*",
                        "AWSLogs/111111111/CloudTrail/*",
                        "AWSLogs/111111111/CloudTrail/ap-northeast-2/*",
                        "AWSLogs/111111111/CloudTrail/ap-northeast-3/*",
                        "AWSLogs/111111111/CloudTrail/ap-southeast-1/*",
                        "AWSLogs/111111111/CloudTrail/ap-northeast-1/*"
                    ]
                }
Reasons:
  • RegEx Blacklisted phrase (2): Hi i have a
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): i have a similar issue
  • Filler text (0.5): 111111111
  • Filler text (0): 111111111
  • Low reputation (1):
Posted by: D' go

79699224

Date: 2025-07-12 11:20:02
Score: 5.5
Natty: 4.5
Report link

This issue return again since 2 days ago
https://developer.apple.com/forums/thread/792545?login=true&page=1#848727022

does there another sloution ?
like ecrypt the model without depend on Apple server ?

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: X901

79699223

Date: 2025-07-12 11:18:01
Score: 4
Natty:
Report link

Ashwani Raj

header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ashwani Raj

79699205

Date: 2025-07-12 10:48:53
Score: 9.5
Natty: 5.5
Report link

aaaaaaaaaaa

aaaaaaaaaaaaaaaaaaaa

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • No latin characters (3.5):
  • Filler text (0.5): aaaaaaaaaaa
  • Filler text (0): aaaaaaaaaaaaaaaaaaaa
  • Low entropy (1):
  • Low reputation (1):
Posted by: Spicetify

79699196

Date: 2025-07-12 10:36:49
Score: 6
Natty:
Report link

Possible Solution which does work:

I was able to run the ui file by adding the plugins path at the beginning of my script to point towards the correct directory.

qt_plugin_path = r"<<path>>" 
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = qt_plugin_path

I would like to know if this is the correct method and if there are any pointers to check to see if the setup installation is correct! I would appreciate any solutions or helpful suggestions.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): I would like to know
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1.5): would appreciate
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Agni Sen

79699166

Date: 2025-07-12 09:49:33
Score: 8
Natty:
Report link

I Face the same issue but for now doesn't working can you give your solution sbd what package you

Reasons:
  • RegEx Blacklisted phrase (2.5): can you give your solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I Face the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Altan

79699160

Date: 2025-07-12 09:39:30
Score: 5
Natty: 4.5
Report link

print("You are an adult.")

print("Congratulations! You are an adult now.")

age = int(input("Please tell me your age: "))

Reasons:
  • RegEx Blacklisted phrase (2.5): Please tell me your
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hera lon

79699148

Date: 2025-07-12 09:29:26
Score: 6
Natty: 5
Report link

''ve tried restarting the emulator, updating Android Studio, and adjusting RAM settings, but nothing seems to help. My setup includes Android Studio and the latest emulator version. Any advice on how to fix this?

Reasons:
  • RegEx Blacklisted phrase (1.5): how to fix this?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MD.ALAMGIR HOSEN

79699104

Date: 2025-07-12 07:46:03
Score: 4.5
Natty: 4.5
Report link

I'm having this same issue. When I test the command, it cannot be found. Howevwer, when I do "chmod" +x test.txt it responds with: chmod: test.txt: No such file or directory.

Please help.

Reasons:
  • RegEx Blacklisted phrase (3): Please help
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Seak000

79699086

Date: 2025-07-12 07:22:57
Score: 8
Natty: 4.5
Report link

stuck in same problem, @BullyWiiPlaza did you find any solution for this and other new applications onboarded are working fine but the one we migrated showing the exact same behaviour which you have mentioned

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you find any solution
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @did
  • Single line (0.5):
  • Low reputation (1):
Posted by: Prateek Singh Chauhan

79699016

Date: 2025-07-12 05:02:26
Score: 5.5
Natty:
Report link

i have the same problem with codeigniter 3.

just test different version of php_sqlsrv_ts_x64.dll and check one of them will work

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 (0.5):
Posted by: Mohammadreza Esmaeeli

79698884

Date: 2025-07-11 22:26:04
Score: 5.5
Natty:
Report link
Hello. I have a ZX800S module. How can I find out the ASCII code of this module?
Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: unsal

79698795

Date: 2025-07-11 20:22:35
Score: 10.5
Natty: 4.5
Report link

MAN I'm looking for the mirror program

It's about 5 folders in file manager, the other website and then mirrorsearch, mirror, that's 3 folders, I lack 2 more

If anyone can help me out here, I would appreciate it

[email protected]

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1.5): would appreciate
  • RegEx Blacklisted phrase (3): anyone can help me
  • RegEx Blacklisted phrase (2): help me out
  • RegEx Blacklisted phrase (0.5): anyone can help
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Steven Baldwin

79698794

Date: 2025-07-11 20:21:34
Score: 8.5
Natty: 4
Report link

how did u fix it? i hadnt used vs code for a while and now that i use it, it appears that errors when before it didnt happens

Reasons:
  • RegEx Blacklisted phrase (3): did u fix it
  • RegEx Blacklisted phrase (1.5): fix it?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how did
  • Low reputation (1):
Posted by: richard gonzalez

79698767

Date: 2025-07-11 19:44:25
Score: 4.5
Natty:
Report link

Same problem, no solution.

I tried wrapping my NextJS layout.tsx in GoogleOAuthProvider, or just the component that uses useGoogleLogin - still getting the same error.

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): getting the same error
  • Low reputation (0.5):
Posted by: Kirill E.

79698744

Date: 2025-07-11 19:14:12
Score: 6
Natty:
Report link

I tried both, removing the frequency parameter and verifying whether the GPIO pins mentioned in the code are correct, but I am still getting the same error. I am using ADS7924 as an external ADC with Raspberry Pi Pico W.

Reasons:
  • RegEx Blacklisted phrase (1): I am still getting the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shloka Shah

79698717

Date: 2025-07-11 18:39:03
Score: 4
Natty:
Report link

GCP CloudSQL now has a pre-GA offering for MySQL and PostgreSQL which provides this functionality under the name "Read Pools"

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

79698682

Date: 2025-07-11 17:41:47
Score: 4
Natty:
Report link

I have to use the Components[] array or specify (component) in the methods.

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

79698622

Date: 2025-07-11 16:39:28
Score: 7.5
Natty:
Report link

Did you read all the manual @ https://devdocs.prestashop-project.org/9/basics/installation/environments/docker/

Did you check out Clément Désiles docker-compose-kickstarter ?

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: skipper-henrik

79698599

Date: 2025-07-11 16:16:21
Score: 5
Natty: 7
Report link

hay problemas con el Internet explorer , los mensajes no se muestran, lo probaste con google, ahi si se deben mostrar?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: juan orlando cueva moreano

79698512

Date: 2025-07-11 14:57:59
Score: 7
Natty: 4.5
Report link

Has anyone figured this out? Having this particular issue at the moment

Reasons:
  • RegEx Blacklisted phrase (3): Has anyone figured
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Absolute Zero

79698493

Date: 2025-07-11 14:39:54
Score: 4
Natty:
Report link

With the latest updates the problem has been solved, now it no longer goes into error.

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

79698375

Date: 2025-07-11 13:05:26
Score: 7
Natty: 7.5
Report link

how can i fork and run it locally?

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): how can i for
  • Low reputation (1):
Posted by: matteohcf

79698339

Date: 2025-07-11 12:42:19
Score: 9.5
Natty: 5.5
Report link

Did you find a solution to this?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution to this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution to this
  • Low reputation (1):
Posted by: Lucas Adbroad

79698267

Date: 2025-07-11 11:43:03
Score: 4.5
Natty:
Report link

Do Google plan to provide an alternative API which would allow an individual to list out the photographs and the albums in their own Google account? The photoslibrary.readonly.appcreateddata scope mentioned by @CCLU above only allows photos added by an application to be listed. Whereas I wish to list out all my photos and the albums they are in.

My actual requirement is as follows:

Remove photographs from my personal Google photos account which are not in an album.  Obviously, I take lots of photos of the same scene, add the best to an album and share.  However, I don't want to keep all the other pictures, but I have no indication which photos are in an album, so flying blind when deleting photos.  Perhaps some indication could be added to the photos app?

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @CCLU
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: John Tunnicliffe

79698208

Date: 2025-07-11 10:51:51
Score: 4
Natty:
Report link

just focus camera zoom on origin not both

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

79698202

Date: 2025-07-11 10:48:50
Score: 5.5
Natty:
Report link

Where are you trying tonrhn the code?

What version of python are you using?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Where are you
  • Low reputation (1):
Posted by: Andreas Rothbacher

79698195

Date: 2025-07-11 10:43:49
Score: 5
Natty: 5.5
Report link

I can in sql 2016
but not in sql 2022 , why ?

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

79698191

Date: 2025-07-11 10:39:43
Score: 7
Natty:
Report link

did you find solution pls for this error pls

Reasons:
  • RegEx Blacklisted phrase (3): did you find solution
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find solution
  • Low reputation (1):
Posted by: sadik410

79698092

Date: 2025-07-11 09:23:22
Score: 9
Natty: 4.5
Report link

I'm facing the same issue of @shiftyscales, even running in separate processes, the second instance app remains somehow alive after quitting, which makes the first instance frozen. It is not until I kill the second instance "stuck" process, the first start reacting again. Any idea why is it happening?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Ends in question mark (2):
  • User mentioned (1): @shiftyscales
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Daniel Santana

79698075

Date: 2025-07-11 09:08:12
Score: 6.5
Natty:
Report link

Hey i am having the same issue, when i open and close a modal. in one screen and goes to another screen or component and try to open another modal , the previously opened modal is flashing . i am using react native 0.79.4 and new architecture

Reasons:
  • RegEx Blacklisted phrase (2): Hey i am
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i am having the same issue
  • Low reputation (1):
Posted by: Prajwal VK

79698022

Date: 2025-07-11 08:13:59
Score: 4
Natty: 4.5
Report link

https://github.com/fahadtahir1/pdf_renderer_api_android_with_okhttp_and_cache

wrorking example of PDF renderer API with Okhttp

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

79698018

Date: 2025-07-11 08:09:57
Score: 8.5
Natty: 7
Report link

How can we do it for iOS. For iOS we have issue that if we want to create nativemodule like swift file we need to do it from xcode itself and not possible from vscode. Is there any fix for it?

Reasons:
  • Blacklisted phrase (1): How can we
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (1.5): fix for it?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How can we
  • Low reputation (1):
Posted by: Samarth Kadam

79698003

Date: 2025-07-11 07:47:52
Score: 6
Natty: 5.5
Report link

Why do you have your password in the code?

You should remove the password from this thread.

Reasons:
  • RegEx Blacklisted phrase (2.5): do you have your
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why do you have you
  • Low reputation (1):
Posted by: Tahir Alauddin

79697976

Date: 2025-07-11 07:21:45
Score: 4
Natty:
Report link

I am struggling with local sentinel developement as well.
I am using MAC. and Sentinel v0.40.0 and Terraform v1.10.5. My plan file is called `plan.json`

When using this example I always fail

# create file policy.sentinel
vim policy.sentinel

...
sentinel {
  features = {
    apply-all = true
    terraform = true
  }
}

import "plugin" "tfplan/v2" {
  config = {
    "plan_path": "./plan.json"
  }
}
...
:wq!

# Execute file
$ sentinel apply  policy.sentinel

Error parsing policy: policy.sentinel:1:10: expected ';', found '{' (and 2 more errors)

Any suggestions ?

Reasons:
  • Blacklisted phrase (1): I am struggling
  • RegEx Blacklisted phrase (2): Any suggestions
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: user2156115

79697939

Date: 2025-07-11 06:57:36
Score: 11
Natty: 6
Report link

I'm also facing the same issue so Can you Please help me with the solution!

I have explained it in detail in my Post, here is the Link :

https://discuss.frappe.io/t/websocket-wss-org-socket-io-eio-4-transport-websocket-sid-qbex6kp7y3qhkbupaaae-failed/149629?u=anshiv10

Eagerly waiting for your Response!

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): here is the Link
  • RegEx Blacklisted phrase (3): Can you Please help me
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm also facing the same issue
  • Low reputation (1):
Posted by: Anshiv Dixit

79697933

Date: 2025-07-11 06:49:33
Score: 5.5
Natty: 6.5
Report link

Although old, this is the closest to what I'm looking for.

I have unstructured data (for example char 512) which I need to address as a structure. I use RTTS to create the structure and a new data reference with that structure.

The part I struggle with is finding a way to move the unstructured data to the dref (or address the original data using a typed field symbol). I want to avoid using offsets and lengths to make a conversion.

Any revelations?

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Bill

79697932

Date: 2025-07-11 06:48:33
Score: 5.5
Natty:
Report link

I am facing same issue can you please conform if you have any answers here is the error

We are sorry...

Restart login cookie not found. It may have expired; it may have been deleted or cookies are disabled in your browser. If cookies are disabled then enable them. Click Back to Application to login again.

Reasons:
  • RegEx Blacklisted phrase (1): I am facing same issue can you please
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing same issue
  • Low reputation (1):
Posted by: Vaibhav Bhinge

79697864

Date: 2025-07-11 05:29:13
Score: 4.5
Natty:
Report link

Please try adding "--enable-hive-sync"

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

79697813

Date: 2025-07-11 04:09:47
Score: 4.5
Natty:
Report link

Not an answer to your question but I am unable to comment yet. Just thought I'd chime in and say you can clean this up a bit by putting those examples directly on ErrorBody type.

type ErrorBody = {
    /**
    * @example "https://someurl.com"
    **/
    type: string,
    /**
    * @example 409
    **/
    status: 400 | 401 | ...,
    /**
    * @example "error/409-error-one-hundred-and-fifty"
    **/
    code: string,
    /**
    * @example "This is an example of another error"
    **/
    title: string,
    /**
    * @example "You should provide error detail for all errors"
    **/
    detail: string
}

Then your endpoints can become:

@Response<ErrorBody>('409', 'A 409 error')
@Response<ErrorBody>('4XX', 'A 4xx error called fred')

I am also looking for an answer to this problem. I want all my API error responses to conform to the application/problem+json type response that can be found in this spec. I don't want to manually write out every possible @Response decorator though. I wish you could do something like:

@Response<ErrorBody>( ErrorStatusCodeEnum, 'An error' );

Where ErrorBody would now have the form

type ErrorBody = {
    /**
    * @example "https://someurl.com"
    **/
    type: string,
    /**
    * @example 409
    **/
    status: ErrorStatusCodeEnum,
    /**
    * @example "error/409-error-one-hundred-and-fifty"
    **/
    code: string,
    /**
    * @example "This is an example of another error"
    **/
    title: string,
    /**
    * @example "You should provide error detail for all errors"
    **/
    detail: string
}

and TSOA would map that to all possible error codes in the enum.

Reasons:
  • Blacklisted phrase (1): Not an answer
  • Blacklisted phrase (1): to comment
  • Blacklisted phrase (2): I am also looking
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ra.jar

79697754

Date: 2025-07-11 02:02:11
Score: 4
Natty:
Report link

As another way, you may consider indexedDB.

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

79697656

Date: 2025-07-10 22:40:25
Score: 10.5
Natty: 6
Report link

Have you figured it out for background call notifications? Please help me with also if you have solved, I am also searching for months and cannot implement it

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • RegEx Blacklisted phrase (3): Have you figured it out
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mehar Ali

79697562

Date: 2025-07-10 20:21:50
Score: 8
Natty: 5.5
Report link

@bh6 Hello, apologies for reaching out this way, but would it be possible for you and I to discuss a previous project you did? Specifically this one right here https://electronics.stackexchange.com/questions/555541/12v-4-pin-noctua-nf-a8-on-raspberry-pi-4b

I have some questions about how you got the external power supply working. Please reach out to me at [email protected], thank you in advance!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • RegEx Blacklisted phrase (3): thank you in advance
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @bh6
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Erik Duarte

79697558

Date: 2025-07-10 20:18:49
Score: 5.5
Natty: 4.5
Report link

Я тоже столкнулся с такой проблемой.

На сайте идет обратный отсчет таймером. Я слежу за этим таймером. Через минуту обновляю страницу. Но когда вкладка не активна, скрипт перестает следить!

Не нашел более свежего вопроса, поэтому пишу тут.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Danik Odze

79697527

Date: 2025-07-10 19:38:39
Score: 4
Natty: 4.5
Report link

Is there an updated version of this answer? I am trying to install SAP Hana Tools on Eclipse 2025-6 on an M1 Mac. I am using Java SE 24.0.1 as the jdk driver. I have tried installing the x86_64 and AArch64. When trying to install SAP Hana tools from https://tools.hana.ondemand.com/kepler, I am getting missing requirement: 'org.eclipse.equinox.p2.iu; org.eclipse.emf.mwe.core.feature.group 1.2.1' but it could not be found.

Reasons:
  • Blacklisted phrase (1): I am trying to
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there an
  • Low reputation (1):
Posted by: Alexandra Walker

79697373

Date: 2025-07-10 16:53:58
Score: 4.5
Natty:
Report link
# self_learning_ea_system.py

import spacy
import numpy as np
import networkx as nx
import pickle
import os
import json
from sklearn.model_selection import train_test_split
from sklearn.metrics import accuracy_score
from tensorflow import keras
from tensorflow.keras import layers
from sentence_transformers import SentenceTransformer

# --- 1. Knowledge Graph using triples + networkx

class KnowledgeGraph:
    def __init__(self):
        self.triples = []  # (s, r, o)
        self.graph = nx.DiGraph()

    def update(self, s, r, o):
        if (s, r, o) not in self.triples:
            self.triples.append((s, r, o))
            self.graph.add_edge(s, o, label=r)

    def query(self, s=None, r=None, o=None):
        return [
            (s0, r0, o0) for (s0, r0, o0) in self.triples
            if (s is None or s0 == s) and (r is None or r0 == r) and (o is None or o0 == o)
        ]

    def __str__(self):
        return "\n".join([f"{s} -[{r}]-> {o}" for s, r, o in self.triples])

# --- 2. NLP extractor with spaCy

nlp = spacy.load("en_core_web_sm")
embedder = SentenceTransformer('all-MiniLM-L6-v2')

def extract_triples(text):
    doc = nlp(text)
    triples = []
    for token in doc:
        if token.dep_ == "ROOT":
            subjects = [w for w in token.lefts if w.dep_ in ("nsubj", "nsubjpass")]
            objects = [w for w in token.rights if w.dep_ in ("dobj", "attr", "prep", "pobj")]
            for s in subjects:
                for o in objects:
                    triples.append((s.text, token.lemma_, o.text))
    if not triples:
        parts = text.split()
        for rel in ("is", "has", "part"):
            if rel in parts:
                i = parts.index(rel)
                if i >= 1 and i < len(parts) - 1:
                    triples.append((parts[i - 1], rel, parts[i + 1]))
    return triples

def triple_to_vec(s, r, o):
    return embedder.encode(f"{s} {r} {o}")

# --- 3. Relation prediction model

def build_model(input_dim):
    model = keras.Sequential([
        layers.Dense(64, activation="relu", input_shape=(input_dim,)),
        layers.Dense(32, activation="relu"),
        layers.Dense(1, activation="sigmoid"),
    ])
    model.compile(optimizer="adam", loss="binary_crossentropy")
    return model

# --- 4. Evolutionary algorithm

class EvolutionaryAlgorithm:
    def __init__(self, system, base_rate=0.02):
        self.system = system
        self.base_rate = base_rate
        self.mutation_rate = base_rate

    def update_mutation_rate(self, accuracy):
        self.mutation_rate = max(0.005, self.base_rate * (1 - accuracy))

    def evolve(self):
        model = self.system["model"]
        weights = model.get_weights()
        mutated = [w + self.mutation_rate * np.random.randn(*w.shape) for w in weights]
        model.set_weights(mutated)
        print(f"🔁 Mutated model weights with rate {self.mutation_rate:.4f}.")

# --- 5. Learning Module

class LearningModule:
    def __init__(self, kg, system):
        self.kg = kg
        self.system = system
        self.training_data = []

    def add_training_example(self, s, r, o, label):
        self.training_data.append((s, r, o, label))
        acc = self.train()
        self.system["ea"].update_mutation_rate(acc)

    def train(self, epochs=10, batch_size=16):
        if not self.training_data:
            print("No training data available.")
            return 0.0

        X, y = [], []
        for s, r, o, label in self.training_data:
            vec = triple_to_vec(s, r, o)
            X.append(vec)
            y.append(label)

        X = np.vstack(X)
        y = np.array(y)
        X_train, X_val, y_train, y_val = train_test_split(X, y, test_size=0.2, random_state=42)

        model = self.system["model"]
        model.fit(X_train, y_train, epochs=epochs, batch_size=batch_size, verbose=0)
        preds = (model.predict(X_val) > 0.5).astype(int).flatten()
        acc = accuracy_score(y_val, preds)
        print(f"🧪 Trained model — validation accuracy: {acc:.2f}")
        return acc

# --- 6. Reasoning Engine

class ReasoningEngine:
    def __init__(self, kg, system):
        self.kg = kg
        self.system = system

    def reason(self, query):
        doc = nlp(query)
        for ent in doc.ents:
            facts = self.kg.query(s=ent.text)
            if facts:
                return "Known: " + "; ".join(f"{s} {r} {o}" for s, r, o in facts)
        s, r, o = self.extract_subject_relation_object(query)
        if s and r and o:
            prob = self.predict_relation(s, r, o)
            if prob > 0.7:
                return f"Predicted with confidence {prob:.2f}: {s} {r} {o}"
        return "Unknown — please provide feedback to improve me!"

    def extract_subject_relation_object(self, text):
        parts = text.split()
        if len(parts) >= 3:
            return parts[0], parts[1], " ".join(parts[2:])
        return None, None, None

    def predict_relation(self, s, r, o):
        vec = triple_to_vec(s, r, o)
        prob = self.system["model"].predict(vec.reshape(1, -1))[0, 0]
        return prob

# --- 7. Save/Load System State

def save_system(path="system_state.pkl"):
    with open(path, "wb") as f:
        pickle.dump({
            "triples": SYSTEM["kg"].triples,
            "training_data": SYSTEM["learner"].training_data,
            "model_weights": SYSTEM["model"].get_weights(),
        }, f)

def load_system(path="system_state.pkl"):
    if os.path.exists(path):
        with open(path, "rb") as f:
            data = pickle.load(f)
            for s, r, o in data["triples"]:
                SYSTEM["kg"].update(s, r, o)
            SYSTEM["learner"].training_data = data["training_data"]
            SYSTEM["model"].set_weights(data["model_weights"])
            print("✅ System state loaded.")
    else:
        print("⚠️ No saved system state found.")

# --- 8. Main EA system assembly

input_dim = 384
SYSTEM = {
    "kg": KnowledgeGraph(),
    "input_dim": input_dim,
    "model": build_model(input_dim),
}
SYSTEM["ea"] = EvolutionaryAlgorithm(SYSTEM)
SYSTEM["learner"] = LearningModule(SYSTEM["kg"], SYSTEM)
SYSTEM["reasoner"] = ReasoningEngine(SYSTEM["kg"], SYSTEM)

# --- 9. User interaction

def interact(query):
    resp = SYSTEM["reasoner"].reason(query)
    print("🤖:", resp)
    if resp.startswith("Unknown"):
        feedback = input("✅ Please provide correct answer (S R O, pipe-separated): ")
        try:
            s, r, o = feedback.split("|")
            SYSTEM["kg"].update(s.strip(), r.strip(), o.strip())
            SYSTEM["learner"].add_training_example(s, r, o, label=1)
            SYSTEM["ea"].evolve()
        except ValueError:
            print("⚠️ Invalid format. Skipping update.")
    return resp

# --- 10. Command-line interface

def cli():
    print("🤖 Welcome to the Evolving AI System. Type 'quit' to exit.")
    while True:
        q = input("\nAsk a question or type a command ('save', 'load'): ")
        if q.lower() == "quit":
            save_system()
            print("🛑 Goodbye!")
            break
        elif q.lower() == "save":
            save_system()
            print("💾 System saved.")
        elif q.lower() == "load":
            load_system()
        else:
            interact(q)

# --- 11. Main

if __name__ == "__main__":
    load_system()
    cli()
Reasons:
  • RegEx Blacklisted phrase (2.5): please provide
  • RegEx Blacklisted phrase (2.5): Please provide
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user31005825

79697280

Date: 2025-07-10 15:26:36
Score: 4
Natty:
Report link

The problem was that I was using an old version of argosd? namely version 2.12.2
enter image description here

The function toYamlPretty requires version helm 3.17, and its support in argoсd was presented only in version v3.0.11.

In my case, the solution was to update the version of my argoсd

https://github.com/argoproj/argo-cd/blob/v3.0.11/hack/tool-versions.sh

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ilnaz

79697262

Date: 2025-07-10 15:08:32
Score: 4.5
Natty:
Report link

Why not follow the official Secondary Display API Documentation?

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Why not
  • High reputation (-2):
Posted by: Martin Zeitler

79697184

Date: 2025-07-10 14:04:15
Score: 4
Natty:
Report link

This has been reported in https://bugs.launchpad.net/ubuntu/+source/git/+bug/2116251 and reverted in 2.34.1-1ubuntu1.14

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

79697166

Date: 2025-07-10 13:55:12
Score: 4
Natty: 5
Report link

Thanks! it's worked for me. Thanks a lot. @adam440

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @adam440
  • Single line (0.5):
  • Low reputation (1):
Posted by: prodipta mukherjee

79696996

Date: 2025-07-10 11:39:38
Score: 4
Natty:
Report link

There is the one I developed :

Scheduled PC Tasks

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

79696945

Date: 2025-07-10 11:06:27
Score: 13.5
Natty:
Report link

facing the same issue. were you able to solve it?

Reasons:
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve it?
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rishav Hada

79696944

Date: 2025-07-10 11:05:26
Score: 4.5
Natty: 5
Report link

It works perfectly, thanks Aswin

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: fadwa fahouli

79696938

Date: 2025-07-10 11:00:24
Score: 4
Natty: 4
Report link

The one I developed :

Scheduled PC Tasks

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

79696935

Date: 2025-07-10 10:59:23
Score: 8
Natty: 5
Report link

same problem for me!
have you solved? Mostafa ALZOUBI

Reasons:
  • RegEx Blacklisted phrase (1.5): solved?
  • RegEx Blacklisted phrase (1): same problem
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: m.ricca

79696932

Date: 2025-07-10 10:56:21
Score: 7
Natty: 5
Report link

你好,请问你解决了该问题吗?我是在iOS18.5出现的这个问题

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: Bluy

79696875

Date: 2025-07-10 10:11:04
Score: 5
Natty: 4
Report link

This worked well for me too. However, i would also like to include the legend with color codes but im struggling to do so, anyone know a workaround?

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

79696796

Date: 2025-07-10 09:11:38
Score: 9.5
Natty:
Report link

Did you ever get an answer for this? We have the exact same issue and I've not found any other cases out there

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get an answer
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): have the exact same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Chris Scott

79696795

Date: 2025-07-10 09:10:37
Score: 4.5
Natty:
Report link

dear friends i want to inform you that using a vpn solved my problem it was proton vpn and the location i used was netherland

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Naveedfaruq

79696785

Date: 2025-07-10 09:05:35
Score: 4
Natty:
Report link
 <FormChange
      onSubmit={this.handleSubmit.bind(this)}
      password={this.state.users.password}
    />

在类组件中这样调用函数完全正确,上面博主没有使用bind这个函数或者箭头函数来改变this的指向,让this指向当组件实例

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: chengyang

79696776

Date: 2025-07-10 09:00:32
Score: 9.5
Natty:
Report link

Hey man did you solve this issue? I'm facing the exact NPE with ExecuteAndWaitInterceptor. I've created a custom interceptor stack excluding this one, but with no results.

Then I've introduced several libraries which are required by Struts 6.4.0 like Caffeine, OGNL 3.3.4, javassist 3.29.0-GA, but I get the same result.

I'm kind of stuck and this issue drives me crazy, any suggestion is much appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • RegEx Blacklisted phrase (3): did you solve this
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • RegEx Blacklisted phrase (2): any suggestion
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Robert Popa

79696757

Date: 2025-07-10 08:50:28
Score: 9
Natty: 6.5
Report link

Did you ever solve this? I've been experiencing the same in Xcode 26 and stuck for 2 days

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: HaruMatsu

79696750

Date: 2025-07-10 08:43:25
Score: 4
Natty:
Report link

If you have followed the steps and it still doesn't work, you might have made the same mistake as me and disabled wt.exe app execution alias in apps > advanced app settings > app execution aliases > Terminal

Reasons:
  • RegEx Blacklisted phrase (2): it still doesn't work
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: nopeless

79696693

Date: 2025-07-10 07:59:08
Score: 4.5
Natty: 4.5
Report link

Im following the exact same tutorial and came across the same issue. Thank you for the solution @scigs and @zorgandfroggo for asking the question

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @scigs
  • User mentioned (0): @zorgandfroggo
  • Single line (0.5):
  • Low reputation (1):
Posted by: VaporVane

79696691

Date: 2025-07-10 07:56:07
Score: 4
Natty:
Report link

You are correct that this is a WAF block. Typically the block will be due to the ip reputation eg making repeated requests to websites not just to Xero.

You can check this article for ptotential reasons, https://community.akamai.com/customers/s/article/Why-is-Akamai-blocking-me?language=en_US and it has this link inside the article https://www.akamai.com/us/en/clientrep-lookup/ for checking your ip address.

For a more detailed insight for your specific issue, please could you raise a case with Xero Support here and include the most recent Akamai error code and then we can look this up for you, unfortunately the one you have included has expired.

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: sallyhornet