79497275

Date: 2025-03-10 07:25:49
Score: 0.5
Natty:
Report link

I have quite same issue but my case is slight different. I cannot get the base64 output

so, in my case just check the property output in <image-cropper> selector

have to ensure that we have output base64 not the SafeUrl

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: ninoorta

79497270

Date: 2025-03-10 07:21:48
Score: 3
Natty:
Report link

you may use the regex in your maven command e.g. clean test -DsuiteXmlFile=${suiteXmlFile} , then add a choice parameter in jenkins job.

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

79497269

Date: 2025-03-10 07:21:47
Score: 6 🚩
Natty:
Report link

I am getting the same issue in react-native:0.78.0.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: GOPI KRISHNA

79497268

Date: 2025-03-10 07:21:47
Score: 3.5
Natty:
Report link

I have same issue. My solution was to update the path ownership.

sudo chown -R mysqlrouter:mysqlrouter /var/lib/mysqlrouter /etc/mysqlrouter

Then restart mysqlrouter and it works.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have same issue
  • Low reputation (1):
Posted by: Hien Thai Le

79497265

Date: 2025-03-10 07:20:46
Score: 2.5
Natty:
Report link

Use this instead of http://localhost:PORT on your frontend var ip = '127.0.0.1:YOUR_PORT';

var socket = io.connect(ip);

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

79497264

Date: 2025-03-10 07:20:46
Score: 3
Natty:
Report link

Tried adding a comment but couldnt due to low rep (min 50 required). This answer (marked) and provided info is now obsolete as of Mar 2025.

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

79497263

Date: 2025-03-10 07:19:46
Score: 3
Natty:
Report link

getting error >InvalidOperationException: Can not apply markup minification to text content, that was encoded in the 'br' format.

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

79497260

Date: 2025-03-10 07:18:46
Score: 0.5
Natty:
Report link

I have fixed the issue when update packages

from

Microsoft.OpenApi from 2.0.0-preview5 to 1.6.23 and

dotnet add package Microsoft.OpenApi --version 1.6.23

Microsoft.AspNetCore.OpenApi 10.0.0-preview.1.25120.3 to 9.0.2

dotnet add package Microsoft.AspNetCore.OpenApi --version 9.0.2

If there is an error / Warning As Error: Detected package downgrade:

run the below command in terminal

dotnet nuget locals all --clear

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

79497242

Date: 2025-03-10 07:09:44
Score: 5.5
Natty: 4.5
Report link

have u resolved ur problem?i meet the same floodwait

Reasons:
  • RegEx Blacklisted phrase (1.5): resolved ur problem?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 杜wm

79497240

Date: 2025-03-10 07:08:43
Score: 3.5
Natty:
Report link

I already solved. Both Header and footer, starts to hide randomly when you use EmptyViews together. You only need to change Both to Template option. then they won't hide anymore.

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

79497218

Date: 2025-03-10 06:59:41
Score: 0.5
Natty:
Report link

'''


    json_map['key3'] as key3
    .......
    ..
    .....
    ......
    json_map['key100'] as key100

from(
        select json_map
        from input_table,lateral table(json_tuple(json_str)) as T(json_map)
    )

'''

I finally solved my problem through this method。this is json_tupe func

'''

public void eval(String jsonStr, String... keys) {
    HashMap<String, String> result = new HashMap<>(keys.length);
    if (jsonStr == null || jsonStr.isEmpty()) {
        collect(result);
        return;
    }
    try {
        JsonNode jsonNode = objectMapper.readTree(jsonStr);
        for (String key : keys) {
            JsonNode valueNode = jsonNode.get(key);

            if (valueNode != null) {
                result.put(key, valueNode.asText());
            }
        }
        collect(result);
    } catch (Exception e) {
        collect(result);
    }
}

'''

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

79497216

Date: 2025-03-10 06:59:41
Score: 2.5
Natty:
Report link

If you face it in Flutter in the terminal, you can run a command like this to hide it.

`flutter run -v | grep -v "vendor.oplus.media.vpp.stutter"`

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

79497213

Date: 2025-03-10 06:56:41
Score: 2.5
Natty:
Report link

This docs seems to be outdated. The code above seems to have moved to AuthServericeProvider and there is already the original code that returns the URL in the email. That can be modified to get the desired URL.

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

79497211

Date: 2025-03-10 06:54:40
Score: 1.5
Natty:
Report link

you could try mkl rather than blas:

  1. pip uninstall numpy

  2. if you are in conda env: conda install numpy mkl or conda install numpy mkl

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

79497209

Date: 2025-03-10 06:54:40
Score: 17.5
Natty: 7.5
Report link

@Guy i am also having same issue ,on how to inject my token to my build hasuraprovider have you found any solution if yes can you post it here ,Thanks in advance

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): can you post
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (2.5): have you found any solution if yes can you post it here
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i am also having same issue
  • User mentioned (1): @Guy
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Bobby

79497202

Date: 2025-03-10 06:50:38
Score: 3.5
Natty:
Report link

Yeah I know someone who knows about this hit him up on twitter https://x.com/samsixint?s=21

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

79497200

Date: 2025-03-10 06:50:38
Score: 1.5
Natty:
Report link

Set color transparent

RefreshIndicator(
color: Colors.transparent,
backgroundColor: Colors.transparent,
elevation: 0,)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alam merdeka

79497199

Date: 2025-03-10 06:50:38
Score: 3
Natty:
Report link

Maybe you can download jdk 7u80-b15 from Huawei open source mirror site to support your project.

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

79497195

Date: 2025-03-10 06:44:38
Score: 1.5
Natty:
Report link
 Hi,

Add border in the table tag. 
 msg += "<table border='1'><tr><td>Name of Company</td><td>Code</td></tr><tr><td>Agent</td><td>ABC</td></tr></table>";
         
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user2002684

79497183

Date: 2025-03-10 06:40:37
Score: 2.5
Natty:
Report link

app.get("/filter",(req,res)=>{

const type = req.query.type;

const filterjokes = jokes.filter((joke)=> joke.jokeType[] === type);

console.log(filterjokes.jokeType);

res.json(filterjokes) })

it shows only this on postman [] can some one gide me



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

79497175

Date: 2025-03-10 06:34:36
Score: 3
Natty:
Report link

I tried this scenario, it works as you mentioned workaround via the parameter -certchain, see more from https://github.com/Azure/azure-sdk-for-java/issues/44085#issuecomment-2709511157

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

79497169

Date: 2025-03-10 06:29:35
Score: 2.5
Natty:
Report link

This can be done with https://pre-commit.com/ (https://github.com/pre-commit/pre-commit).
This framework appears to have been created with this very question in mind.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
Posted by: Peter Becich

79497164

Date: 2025-03-10 06:27:34
Score: 2.5
Natty:
Report link

I’ve developed a Python based Discord bot that automates direct messages for cold outreach.

Hit me if you want it.

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

79497163

Date: 2025-03-10 06:27:34
Score: 5.5
Natty: 5.5
Report link

I also encountered this problem, how did I solve it in the end?

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

79497158

Date: 2025-03-10 06:23:33
Score: 2
Natty:
Report link

Seems like the current answer is unfortunately "you can't". Maybe in the future...

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

79497154

Date: 2025-03-10 06:21:32
Score: 4
Natty:
Report link

This can be the configuration error on php.ini on your local server. Try uncommenting relevent statement on the file. For an example, if your database is MYSqlite, you have to uncomment "extension=pdo_sqlite" in php.ini file.

This video also will help you. https://www.youtube.com/watch?v=QbX5EdD0Yok

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): This video
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: IDEALEMONS

79497137

Date: 2025-03-10 06:10:30
Score: 0.5
Natty:
Report link

You can rename the payload during pattern matching in the calling code:

switch getBeeper(myDeviceType) {
case .success(let isEnabled):
    
    if isEnabled {
        
    } else {
        
    }
case .failure(let error):
    
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kiryl Famin

79497130

Date: 2025-03-10 06:05:29
Score: 2.5
Natty:
Report link

This is wrt to your path error, try storing your dataset inside a folder and open the python script in same folder, at that time u dont need to path, u can just load ur dataset directly by calling the name of the file

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

79497127

Date: 2025-03-10 06:03:28
Score: 1
Natty:
Report link

Digital marketing is basically promoting products, services, or brands using online platforms and tech. Instead of old-school stuff like billboards or TV ads, it’s all about reaching people where they hang out—think websites, social media, emails, or search engines like Google.

if we speak about how it works. You’ve got social media (Instagram, X, etc.), SEO (getting found on Google), paid ads (like Google Ads or Facebook Ads), email campaigns, and even content like blogs or videos. It’s about grabbing attention, building interest, and turning that into sales or loyal fans—usually tracked with data like clicks or conversions.

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

79497123

Date: 2025-03-10 06:01:28
Score: 1.5
Natty:
Report link

The Hint for me was wrt a project within a project.

I was "all thumbs" I think. I had accidently copied one console app project into the main library project that is sahred in all proects in the solution! Just deleted and all is good.

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

79497115

Date: 2025-03-10 05:56:27
Score: 1
Natty:
Report link
  1. Use echo for functions that return values (e.g., esc_url(get_permalink())).

  2. Don’t use echo for functions that output directly (e.g., the_permalink()).

  3. Always escape output (e.g., esc_url(), esc_html()) to prevent XSS attacks.

  4. Prefer return functions (e.g., get_permalink()) over output functions (e.g., the_permalink()) for better control.

    Correct Example:

    <a href="<?php echo esc_url(get_permalink()); ?>">link</a>
    

    This ensures security and proper functionality. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Imran Hosain

79497104

Date: 2025-03-10 05:47:25
Score: 0.5
Natty:
Report link

"azure_pg_admi" is not the highest level role in Azure PosetgreSQL Database.

Since the "azure_pg_admi" role does not have superuser privileges, this is why you're encountering permission issues when trying to modify ownership of a database or perform other administrative tasks.

A superuser role is required to change database ownership or perform certain other high-level operations in PostgreSQL.

In Azure Database for PostgreSQL (which is a managed service), superuser access is not granted to customers under normal circumstances. Azure maintains tight control over the server-level operations and infrastructure to ensure security, stability, and consistency of the service. In reference to this, you can also check the Microsoft documentation that I've attached where this is clearly mentioned:

https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-create-users

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

79497102

Date: 2025-03-10 05:45:25
Score: 1.5
Natty:
Report link

There is a limit to the size of some of the strings. I stopped getting this error when I limited the size of the ScreenTip to 254 characters.

If you delete and recreate you will get a runtime error of 1004. So depending on which method you use you will get different errors.

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

79497099

Date: 2025-03-10 05:42:24
Score: 0.5
Natty:
Report link

Have you tried manually configuring the client to use HTTPS?

Since you don't wanna modify WildFly configuration but still need the client to connect over HTTPS, you should override the connection factory settings manually in your client code.

Hope this helps

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Vembarasan Thambidurai

79497095

Date: 2025-03-10 05:39:23
Score: 3
Natty:
Report link

Additionally, if you replace the memcpyAsync (Device to Host) operation with memcpy2DAsync (Device to Host), you can confirm that it runs in parallel. This makes it more confusing for me.

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

79497093

Date: 2025-03-10 05:38:23
Score: 1
Natty:
Report link

I think the package https://pypi.org/project/nonesafe/ does what you want, full disclosure I'm the author :). I had similar problems when processing external JSON data and had tried both Pandas and Pydantic, but was not happy with either solution. Take a look at the Motivation section of the README, in particular read/modify/write example at the end of the Motivation section.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: Howard Lovatt

79497086

Date: 2025-03-10 05:35:22
Score: 1
Natty:
Report link

I filter out the Nan or Null values first and use 0 as the value for them in the new columns.

import numpy
df["min"] = df[df["values"].notnull()]["values"].map(lambda x: int(minimum) if x and (minimum:=str(x).split(" - ")[0]) else 0)df["max"] = 
df[df["values"].notnull()].map(lambda x: int(maximum) if x and " - " in str(x) and (maximum:=str(x).split(" - ")[1]) else 0)

However, the columns have a .0 decimal point. How to get rid of it?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: khteh

79497063

Date: 2025-03-10 05:14:17
Score: 7 🚩
Natty: 4
Report link

enter image description here
Hi, I opened a new terminal (it automatically entered the venv I had running), this is what pip list shows me. However, it is still not running for me.

Is there anything else i can check/correct?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Avantika Gargya

79497057

Date: 2025-03-10 05:09:16
Score: 4
Natty:
Report link

Using tsup and little configuration you can create your react or node packages easily:

https://medium.com/@sundargautam2022/creating-and-publishing-react-npm-packages-simply-using-tsup-6809168e4c86

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

79497055

Date: 2025-03-10 05:08:15
Score: 4
Natty:
Report link

Using tsup and little configuration you can create your react or node packages easily: https://medium.com/@sundargautam2022/creating-and-publishing-react-npm-packages-simply-using-tsup-6809168e4c86

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

79497052

Date: 2025-03-10 05:07:15
Score: 1.5
Natty:
Report link

Just need to write

 gradle signingReport
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tombstone

79497020

Date: 2025-03-10 04:34:10
Score: 2.5
Natty:
Report link

My project was running fine on the simulator, but not on the device. After some troubleshooting, I discovered that my phone's storage was full, which was causing the issue. Once I deleted some images and videos, the project started running on the device again.

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

79497012

Date: 2025-03-10 04:26:08
Score: 2.5
Natty:
Report link

Under repo Setting , Mirror Settings , Authorization. Ignore the Username , replace Password with new access token. Save setting with the Update Mirror Settings button below.

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

79497008

Date: 2025-03-10 04:21:07
Score: 5
Natty: 6.5
Report link

I got the same issue,

Try through this documentation
https://cloud.google.com/sdk/docs/install-sdk

Reasons:
  • Blacklisted phrase (1): this document
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shehan Avishka

79496997

Date: 2025-03-10 04:10:05
Score: 1
Natty:
Report link

It looks like your layout shifts or breaks when the SweetAlert (Swal) message appears. Here are some possible fixes:

  1. Prevent Swal from Affecting Layout:

    set " backdrop: false ".


Swal.fire({
title: "OTP Verified Successfully",
text: "You can now continue",
icon: "success",
backdrop: false // Prevents background effects
});

  1. Set Fixed Width & Height for Layout Containers:

    body{ min-height: 100vh; overflow: hidden; }


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

79496987

Date: 2025-03-10 04:04:04
Score: 0.5
Natty:
Report link

To set up disaster recovery for your Azure Data Factory (ADF) instances located in France and Germany, ensuring that both can connect and function as alternatives in case of failure, you can implement the following strategy:

Follow the below steps to setup disaster recovery for azure data factory:

Step1: Install SHIR on your On-Premises Machine and start by downloading the SHIR installation package from the Azure portal. Now Install the SHIR on your on-premises machine, to meet all system requirements.

Step2: Register SHIR with the First ADF Instance to Access the Azure portal and navigate to the first ADF instance. Now Go to Manage > Integration > Runtimes > +New and select Self-Hosted and proceed with the registration process. Copy the provided authentication key and enter it into the SHIR configuration on your on-premises machine.

Step3: Register SHIR with the Second ADF Instance and Repeat the registration process for the second ADF instance. Navigate to the second ADF instance in the Azure portal.

Go to Manage > Integration > Runtimes > +New. Click on Self-Hosted and follow the process to register the SHIR. once doe this process Configure the SHIR on your on-premises machine and create a new authentication key for the second instance.

Step4: Avoid Linked Integration Runtimes and Do not use linked IRs if you need both ADF instances to function independently. Linked IRs may fail if one IR is unavailable, which is not suitable for your disaster recovery needs.

Step5: To ensure continuous operation, implement high availability for the SHIR. This will provide redundancy and ensure that ADF instance can access the SHIR independently, even if one instance goes down.

Step6: Regularly check for updates to the SHIR installation. Keeping the SHIR up to date will help you benefit from the latest features, performance improvements, and security patches.

Note: Please refer these articles, article1, article2, article3 for more information on setting up and configuring a Self-Hosted Integration Runtime (SHIR) in Azure Data Factory.

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

79496971

Date: 2025-03-10 03:53:02
Score: 3.5
Natty:
Report link

+601115290440 call me+601115290440 call me+601115290440 call me+601115290440 call me+601115290440 call me+601115290440 call me

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Afiqah binti mhd nasir

79496966

Date: 2025-03-10 03:47:01
Score: 0.5
Natty:
Report link

Fix:

I ran the command suggested: openssl s_client -connect registry.npmjs.org:443 -cipher AESGCM <NUL. However, I got the error: Verify return code: 20 (unable to get local issuer certificate).

The CA certificate was missing. So, I followed these steps:

  1. I installed the certificate from here. "GTS Root R4" certificate is used by npmjs.org

  2. Added certificate path using this command setx NODE_EXTRA_CA_CERTS <path to certificate>

  3. Verified the path using this command node -p "process.env.NODE_EXTRA_CA_CERTS"

If the correct file path is displayed, the setting was applied successfully.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Fabrez Tina

79496960

Date: 2025-03-10 03:43:00
Score: 4.5
Natty:
Report link

.admin.fcd-fcdna=" "

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

79496956

Date: 2025-03-10 03:41:00
Score: 5.5
Natty:
Report link

I am also facing this error. I have added a test user still it gives me the error.

Reasons:
  • Blacklisted phrase (1): also facing this
  • RegEx Blacklisted phrase (1): I am also facing this error
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Puspal Paul

79496948

Date: 2025-03-10 03:31:58
Score: 1.5
Natty:
Report link

By experiment, the runtime for the mainstream Go implementation seems to work with coroutines at first but then deadlocks eventually.

The deadlock cannot be prevented with GOGC=off.

Fortunately, the C code in question can be readily converted to use pthreads instead.

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

79496946

Date: 2025-03-10 03:30:57
Score: 3
Natty:
Report link

telegram allows to send more than 2GB for premium users so if you wanna send more than 2GB buy premium and then you will can send media up to 4GB using telethon

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

79496937

Date: 2025-03-10 03:22:56
Score: 2.5
Natty:
Report link

Under the Gallery Data Source, select Power BI as the source: enter image description here

Then, in the Gallery, add a text box for the information for each item you want to display. For example to display the Material for each item that is pulled in from Power BI, Text = ThisItem.Material

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

79496933

Date: 2025-03-10 03:21:56
Score: 3.5
Natty:
Report link

To the 2 people who have answered thank you for answering so fast (dbush, Mark Tolonen)

Dbush, your answer probably helped me the most. A function called rewind (not even frewind?) would not have been found by me or anyone possibly visiting.

Mark, do you use python a lot? You tried commenting with #.

Again, thanks a bunch!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): thanks
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user27314297

79496916

Date: 2025-03-10 03:12:54
Score: 1
Natty:
Report link

it sounds stupid but it worked for me! Just save the .js file.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Megha Shah

79496912

Date: 2025-03-10 03:10:53
Score: 2.5
Natty:
Report link

I think the problem is with the terminal provided by the VS Code. Something is interfering with the running of the React App. I have used the Windows Command Prompt in the respective folder and ran it, now the react app loads faster to me. For now, just use the CMD until a fix arrives to this issue.

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

79496907

Date: 2025-03-10 03:06:53
Score: 0.5
Natty:
Report link

Parquet files would not be a good fit for your use-case of frequently modifying file contents because parquet files are immutable.

Meaning you would need to re-create the entire parquet file from scratch each time you wanted to "delete the data for user11" or make any other changes to the data. Making this file format extremely inefficient when data needs frequent modifications.

Parquet is more suited for bulk read/write operations where data isn't frequently modified.

Reasons:
  • No code block (0.5):
  • User mentioned (1): user11
  • High reputation (-1):
Posted by: Sal

79496894

Date: 2025-03-10 02:37:49
Score: 5.5
Natty:
Report link

So have you already fix this issue? i meet the same issue about it.

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this issue?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 陈伯度

79496872

Date: 2025-03-10 02:16:44
Score: 2
Natty:
Report link

Generally, in asp.net core Razor page, we are using the <select> tag helper. So, you can try to use it, refer to the following code:

In the Country.cshtml.cs file: before returning select options list to client or ViewBag, use HttpUtility.HtmlDecode() method to decode the text and convert COTE D&#x27;IVOIRE to COTE D'IVOIRE.

    public class CountryModel : PageModel
    {
        
        public string Country { get; set; }
        public List<SelectListItem> Countries { get; set; }
        public void OnGet()
        {
            Countries = new List<SelectListItem>
            {
                new SelectListItem { Value = HttpUtility.HtmlDecode("COTE D&#x27;IVOIRE"), Text = HttpUtility.HtmlDecode("COTE D&#x27;IVOIRE") },
                new SelectListItem { Value = "Mexico", Text = "Mexico" },
                new SelectListItem { Value = "Canada", Text = "Canada" },
                new SelectListItem { Value = "USA", Text = "USA" },
                new SelectListItem { Value = "COTE D&#x27;IVOIRE", Text = "COTE D&#x27;IVOIRE" },
            };
        }
        
    }

Country.cshtml: Use the Html.Raw() method to decode the text and use foreach statement to display the options

    @page "/country"
    @model Core8Razor.Pages.CountryModel


    <select asp-for="Country" >
        @foreach(var item in Model.Countries)
        {
            <option value="@item.Value">@Html.Raw(item.Text)</option>
        }
    </select>
 
 

The result as below:

enter image description here

About the <formselect>, whether it is a custom tag helper (create by yourself) or a third-party component? If it is created by yourself, when display the value, you could use the above method to decode the value. If you are using third-party components, can you tell us which package you are using?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you tell us
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: Zhi Lv

79496869

Date: 2025-03-10 02:12:43
Score: 0.5
Natty:
Report link

I did increase the executors from Manage Jenkins> Manage Nodes> configure button and increase the number of executor.

For me issue was observed as disk space was problematic as was also shown in Jenkins nodes option. Freed up disk space and then manually selected option to a make node online, restarted Jenkins and it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Low reputation (1):
Posted by: Omer

79496865

Date: 2025-03-10 02:04:42
Score: 3
Natty:
Report link

I think it relate to your node version. Try to upgrade it.

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

79496862

Date: 2025-03-10 01:59:41
Score: 1
Natty:
Report link

Thanks, it helps me. I had rectified the issue and here's the appearance stream that I need to include to my existing code:

    // Create Appearance Stream
    PdfFormXObject appearance = new PdfFormXObject(rect);
    PdfCanvas canvas = new PdfCanvas(appearance, page.GetDocument());

    canvas.SetLineWidth(strokewidth);
    canvas.SetStrokeColor(colour);
    canvas.MoveTo(points[0], points[1]);
    for (int i = 2; i < points.Length; i += 2)
    {
        canvas.LineTo(points[i], points[i + 1]);
    }
    canvas.Stroke();
    canvas.Release();

    // Set the annotation appearance
    polyline.SetAppearance(PdfName.N, appearance.GetPdfObject());
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: MiaoWin

79496859

Date: 2025-03-10 01:54:40
Score: 3
Natty:
Report link

Main to Ham garib hun Meri madad kijiye Meri ab to chuki Nahin kapde Nahin nind a Rahi hai Eid ke liye kapde Lene hai mere pass kuchh bhi Nahin hai Meri madad kijiye9999aasha4180305997456

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

79496858

Date: 2025-03-10 01:54:40
Score: 1
Natty:
Report link

To find your correct bot token for logging in with your bot:

  1. Go to https://discord.com/developers/applications/

  2. Click on your bot

  3. Go to the "Bot" tab

  4. Click "Reset Token" (if anyone is using your bot, this will make their version of the bot break / their bot token become invalid).

  5. Save the code it gives you (you'll never be able to see it again). When I just tested it, it gave me a long 72 character code.

There are several other keys in the applications page that look like the bot token but are not it.

Do not use:

You must use only:

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

79496852

Date: 2025-03-10 01:45:39
Score: 2
Natty:
Report link

For CA1416 error, .net has provided official documents that explain in detail what causes this problem and how to fix it.

Please refer to the following documents.

CA1416: Validate platform compatibility

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

79496843

Date: 2025-03-10 01:31:36
Score: 5
Natty:
Report link

The same thing happens to me and I would like to know if you have already solved it so that you can tell me how, thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1.5): I would like to know
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Juan Miguel Hernandez

79496841

Date: 2025-03-10 01:28:36
Score: 1.5
Natty:
Report link

An alternate solution

BigInt(`0x${buffer.toString('hex')}`).toString(32)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
Posted by: William Leung

79496836

Date: 2025-03-10 01:26:35
Score: 2
Natty:
Report link

It could be a floating point precision issue perhaps? How does it look in Blender itself. Import the exported FBX back into Blender to double check.

You could check the mesh import settings in Unity, maybe see if Mesh Compression is on and turn it off for increased precision.

If all else fails, you could scale up the mesh elements slightly, though it will be hard to avoid zfighting.

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

79496829

Date: 2025-03-10 01:13:33
Score: 2.5
Natty:
Report link

My experiences in use multiple version of python is "best way is use pyenv".

https://github.com/pyenv/pyenv

You can easily use multiple version of python with this.

Good Luck

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

79496825

Date: 2025-03-10 01:12:32
Score: 1
Natty:
Report link

The same i hapening to me i haave added sn include located inthe same directory as .c files. and vs 2022 ddoes not see it, AnD all MENTIONED garbage files are locked so i can not deletE thEm this is outrageous, A FUNDAMENTAL BUG IN vs!!!!!!

#include "substr_c.h"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29651458

79496824

Date: 2025-03-10 01:11:32
Score: 1.5
Natty:
Report link

Adding on to the other answer here: https://stackoverflow.com/a/74416040/9889773

I used waitForSelector to solve this for myself. i.e:

await page.waitForSelector('input#email[required]:invalid')

And using :valid after filling in valid input.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nivlac

79496807

Date: 2025-03-10 00:45:28
Score: 2.5
Natty:
Report link

I have built a discord bot that sends an auto dms for cold outreach.

Hit me if you want it.

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

79496805

Date: 2025-03-10 00:43:27
Score: 2
Natty:
Report link

Technically you can re-write your query, replace SELECT DISTINCT ON with an aggregate function like MAX and GROUP BY. Then you'll be able to group and sort at any order you like.

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

79496801

Date: 2025-03-10 00:32:25
Score: 2.5
Natty:
Report link

The issue with your current XMLHttpRequest implementation is that you’re making a POST request, but you’re not actually sending the form data. That means your server has no idea what filters you’re applying, so it’s just returning the default results instead of the filtered ones.

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

79496798

Date: 2025-03-10 00:30:25
Score: 0.5
Natty:
Report link

Credit to DJP for his answer. What I did was, turn off the saving as indicated:

Settings -> Presentation -> Disable auto-save for all respondents

Then I created the pre-filled link, opened in browser, then added to home screen to get the shortcut. After testing it worked, I went back to the form and re-enabled the auto-save.

All seems to be working fine now.

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Low reputation (1):
Posted by: YippeSkippy

79496790

Date: 2025-03-10 00:17:22
Score: 5
Natty: 4.5
Report link

Hi sorry I have a similar issue. I used to have a .rprofile with memory.limit increasing my actual RAM limitation but recently I tried to open a .rdata and it always tells me it s blocked at 16.2 gb which is my physical limitation but before with memoryu limit increased, it was able to get beyong. Not sure if the last update I did today messed that up. I tried to increase this R_max v size in renviron but it does not seem to work. any idea where it comes from?

it says: impossible to allocate a vector of size 16.2gb

thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (0.5): sorry I have
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have a similar issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Dart3231

79496788

Date: 2025-03-10 00:15:22
Score: 3.5
Natty:
Report link

unfortunately this doesn't work, everything is shifted all the way to the right and the rows below are not displayed, I only see the product and the price. In any case, thank you very much for your effort!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: miljko

79496784

Date: 2025-03-10 00:09:21
Score: 1.5
Natty:
Report link

This video provided the guidance I was looking for:
https://www.youtube.com/watch?v=KwQDxwZRZiE

And my solution looks like this:

pipeline {
    agent any

    parameters {
        choice( name: 'project_short_code', description: 'The short code for this project', choices: ['foo','bar'])
    }

    stages {
    }
        stage('Clone site code to build envornment') {
            steps {
                script {
                    def projects = readYaml file: "build_scripts/9999-build_properties_for_project_code.yaml"
                    env.our_project_repo = projects.project_code."${project_short_code}".our_project_repo
                    env.site_deploy_target = projects.project_code."${project_short_code}".site_deploy_target
                }
                dir("./${env.site_deploy_target}") {
                    git branch: "${site_tag}", credentialsId: "${ssh_credentials}", url: "${env.our_project_repo}" 
                }
            }
        }
    }
}

Apparently, an assignment to an env.FOO requires no def keyword, and, at least in the same context, can be accessed as ${env.FOO}.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): This video
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Hugh Esco

79496780

Date: 2025-03-10 00:05:20
Score: 2.5
Natty:
Report link

In Android Studio
Go to File > Invalidate Caches

Check all checkboxes and then tap "Invalidate and Restart" button.

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

79496739

Date: 2025-03-09 23:07:11
Score: 1
Natty:
Report link

The tutorial only includes a button for incrementing the counter so using the mod function would work in the context of this component tutorial.

If the component your designing allows the parent component to set a value directly (as opposed to just incrementing) then you'd probably want to set the private _counter back to the starting number (and ensure that it also properly notifies the parent component that the value was modified).

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

79496735

Date: 2025-03-09 23:04:10
Score: 13
Natty: 7
Report link

i have the same problem

did you fix itt ?

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (3): did you fix
  • RegEx Blacklisted phrase (1.5): fix itt ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Eslam Hamdy

79496724

Date: 2025-03-09 22:51:07
Score: 1.5
Natty:
Report link

If every date is going to be in the format yyyyMMdd and your use case is simple, then you can divide the string up into these segments and assign them to variables.

let monthDays = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];

function checkDate(date) {
    if (date.length === 8) {
        let year = parseInt(date.slice(0, 4));
        let month = parseInt(date.slice(4, 6));
        let day = parseInt(date.slice(6, 8));
        if (month > 12 || month < 0) {console.log("Invalid month"); return 0;}
        if (day > monthDays[month - 1]  || day < 0 || (month === 2 && day >= 28 && year % 4 != 0)) {console.log("Invalid day"); return 0;}
        return `${year}, ${month}, ${day}`;
    } else {
        console.log("Invalid length");
        return 0;
    }
}

dont downvote guys i am in the process of editing this

Reasons:
  • RegEx Blacklisted phrase (2): downvote
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: oosh

79496720

Date: 2025-03-09 22:48:06
Score: 2.5
Natty:
Report link

Apparently, this is an issue exclusive to Intellij IDEA on Fedora/Nobara.

Despite giving it full rights, it still seems to be sealed away or causing conflict with CHROME.

Moving the program in a freshly installed Visual Studio CODE with the same parameters... runs the program just fine.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Cesarin Pillin

79496717

Date: 2025-03-09 22:44:06
Score: 0.5
Natty:
Report link

Common table expressions aren't really supported natively by the the ORM, so you might be looking at a cursor situation to execute some plain old sql (https://docs.djangoproject.com/en/5.1/topics/db/sql/#executing-custom-sql-directly).

Not sure if you are using postgres or another relational database but CTEs should probably be similar between them https://www.postgresql.org/docs/current/queries-with.html#QUERIES-WITH-MODIFYING.

You would maybe end up with something like:

with connection.cursor() as cursor:
    cursor.execute(
    """
    WITH insertedArticles AS (
        INSERT INTO articles
            (name, subtitle) 
        VALUES
            ('name_value', 'subtitle_value')
        RETURNING article_id
    )
    INSERT INTO comments
        (article_id, comment_text)
    SELECT
        insertedArticles.article_id, $1
    FROM insertedArticles;

    """

As always with using raw sql rather than ORM methods, make sure to parameterize inputs.

Reasons:
  • Blacklisted phrase (1): TO comment
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: twrought

79496713

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

I eventually solved that issue by calling the heatmap module separately: 'from seaborn import heatmap'. That had to be done even after already explicitly stating 'from seaborn import *'. Smh.

But, on the plus side, no need to downgrade to 3.9 after all.

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

79496710

Date: 2025-03-09 22:39:05
Score: 1
Natty:
Report link

React Native Skia has no instruments of interactions with user. Everything from tap to input basics should be implemented from scratch or another way would be to create overlay over canvas that create rn elements in the same place where skia elements are. And another issue would be the way rn skia implemented right now it’s completely separate react reconciler which will create problem I wouldn’t recommend skia for anything other than rendering non interactive image

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

79496700

Date: 2025-03-09 22:31:04
Score: 3
Natty:
Report link

Of cource, it is essential to standardize the data when using linear models with any regularization. Otherwise, the method is mathematically incorrect.

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

79496698

Date: 2025-03-09 22:30:03
Score: 1
Natty:
Report link

In Powershell

     (Get-NetConnectionProfile).Name

then use Process class to retrieve the return value.

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

79496692

Date: 2025-03-09 22:21:02
Score: 0.5
Natty:
Report link

You're getting the error:

Java 8 date/time type java.time.LocalDateTime not supported by default

This happens because Jackson does not support LocalDateTime out of the box. You need to register the JavaTimeModule properly.

Solution

  1. Ensure You Have the Correct Dependencies Make sure you have the jackson-datatype-jsr310 dependency in your pom.xml:

<dependency>
    <groupId>com.fasterxml.jackson.datatype</groupId>
    <artifactId>jackson-datatype-jsr310</artifactId>
    <version>2.18.2</version>
</dependency>
  1. Register JavaTimeModule in Spring Boot Spring Boot automatically registers JavaTimeModule if the dependency is present. However, in some cases, an explicit configuration is needed.

Create a Jackson configuration class:

@Configuration
public class JacksonConfig {

    @Bean
    public ObjectMapper objectMapper() {
        ObjectMapper objectMapper = new ObjectMapper();
        objectMapper.registerModule(new JavaTimeModule());
        objectMapper.disable(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS);
        return objectMapper;
    }
}
  1. Ensure Your ErrorResponse Class Uses @JsonFormat Modify your ErrorResponse class to format LocalDateTime correctly:
@Getter
@Setter
public class ErrorResponse {

    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss", timezone = "UTC")
    private LocalDateTime timestamp;
    private int status;
    private String error;
    private String message;
    private String path;

    public ErrorResponse(int status, String error, String message, String path) {
        this.timestamp = LocalDateTime.now();
        this.status = status;
        this.error = error;
        this.message = message;
        this.path = path;
    }
}
  1. Modify Your Authentication Entry Point Update your AuthenticationEntryPointJwt to use ObjectMapper properly:
@Component
public class AuthenticationEntryPointJwt implements AuthenticationEntryPoint {

    private final ObjectMapper objectMapper;

    @Autowired
    public AuthenticationEntryPointJwt(ObjectMapper objectMapper) {
        this.objectMapper = objectMapper;
    }

    @Override
    public void commence(HttpServletRequest request, HttpServletResponse response, AuthenticationException authException) throws IOException {
        response.setContentType(MediaType.APPLICATION_JSON_VALUE);
        response.setStatus(HttpServletResponse.SC_UNAUTHORIZED);

        ErrorResponse errorResponse = new ErrorResponse(
                HttpServletResponse.SC_FORBIDDEN,
                "Forbidden",
                "You do not have permission to access this resource.",
                request.getRequestURI()
        );

        // Convert ErrorResponse to JSON
        response.getWriter().write(objectMapper.writeValueAsString(errorResponse));
    }
}
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @JsonFormat
  • Low reputation (1):
Posted by: AH07

79496681

Date: 2025-03-09 22:16:00
Score: 1
Natty:
Report link

A bit late, but you may need to add the following to your docker-compose.yaml:

network_mode: bridge

Possibly also specify localhost: 127.0.0.1:5000:5000.

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

79496678

Date: 2025-03-09 22:14:00
Score: 4
Natty: 4.5
Report link

Support for ARM64 driver development for Windows 11 was added in 24H2 WDK https://learn.microsoft.com/en-us/windows-hardware/drivers/what-s-new-in-driver-development

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

79496663

Date: 2025-03-09 22:02:57
Score: 0.5
Natty:
Report link

Have Your tried requesting this endpoint in postman? If the issue persists in postman then the problem is in your backend code and endpoints. If postman process request successfully then your frontend is not picking that url. For that purpose you have to expose/forward your django port with ngrok

ngrok http 8000

Then give that ngrok public url in frontend

For example if ngrok gave you url: https://dehde-343-hdcnd-324n/ -> 8000 then in frontend replace "http://127.0.0.1:8000" with "https://dehde-343-hdcnd-324n/"

It will solve your problem but if the issue still persists then try following:

For testing purpose, give your whole backend signup url to baseUrl of API like this:

const API = axios.create({
    baseURL: "http://127.0.0.1:8000/api/register/",
    headers: {
        "Content-Type": "application/json",
    }
});

Also try to remove the last "/" from endpoint and test

http://127.0.0.1:8000/api/register
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Muhammad Bilal

79496654

Date: 2025-03-09 21:57:56
Score: 0.5
Natty:
Report link

In the end, my team made simplified box collision meshes for all the objects. As all the colliders were axis aligned bounding boxes, were were able to just use Raylib's built-in bounding box collider code, while doing a few simple distance / radius checks to cull the work to a performant level.

`bool CheckCollisionBoxes(BoundingBox box1, BoundingBox box2);                                 // Check collision between two bounding boxes`
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Reverend Speed

79496647

Date: 2025-03-09 21:51:55
Score: 1
Natty:
Report link

you want to be using Array.equals i.e.

Arrays.equals(temp, numArray)

to compare the items in the array (docs), double equals will check if they are the same array reference.

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

79496643

Date: 2025-03-09 21:49:55
Score: 1.5
Natty:
Report link

The error is outlined in the nuqs troubleshooting docs: https://nuqs.47ng.com/docs/troubleshooting#client-components-need-to-be-wrapped-in-a-suspense-boundary

The root of the issue is that useQueryState(s) uses Next.js' useSearchParams under the hood, which does need this Suspense boundary to ensure proper hydration of client components.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: François Best

79496637

Date: 2025-03-09 21:45:54
Score: 0.5
Natty:
Report link

In case anyone runs into this issue. A viable workaround would be writing a custom HTML redirect file for sphinx-reredirects and including a script that captures the fragment and appends it to url.

For example:

<!DOCTYPE html>
<html>
  <head>
    <noscript>
      <meta http-equiv="refresh" content="0; url=${to_uri}" />
    </noscript>
    <script>
      var target = "${to_uri}";
      // If there's a URL hash, append it to the target URL
      if (window.location.hash) {
        window.location.replace(target + window.location.hash);
      } else {
        window.location.replace(target);
      }
    </script>
  </head>
</html>

Note that you have to register your custom redirect template in your conf.py.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: David Ekete

79496634

Date: 2025-03-09 21:40:53
Score: 2
Natty:
Report link

Thank you very much for your answer! I solved this by removing colspan="2" from both files. I will now try your code just out of curiosity.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-2): I solved
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: miljko

79496627

Date: 2025-03-09 21:34:52
Score: 3.5
Natty:
Report link

So, after having had a fun time the last couple of sleepless nights, I've actually come up with a good solution.

I've published it to pub.dev, go check it out!

https://pub.dev/packages/limited_extent_scroll_view

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: BobLoblaw

79496623

Date: 2025-03-09 21:28:51
Score: 1
Natty:
Report link

The main reason is that Git Annex is designed to handle large files differently than standard Git.

git add . (Regular Git)

git annex add . (Git Annex)

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

79496613

Date: 2025-03-09 21:15:49
Score: 2.5
Natty:
Report link

Your code is generally correct and will seed an admin user as intended. However, if you need to seed the admin user only once, consider using a separate script or a seeding library instead of running it on every database connection.

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