79399266

Date: 2025-01-30 08:51:41
Score: 0.5
Natty:
Report link

For me not even restarting did the trick, so I had to delete the caches.

rm -rf ~/.gradle/caches/
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Mateo Guzmán

79399265

Date: 2025-01-30 08:50:41
Score: 0.5
Natty:
Report link

Putting the directory name in quotes worked for me

don't do this:

cd Ari Tech

do this:

cd "Ari Tech"
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zhyako xalid

79399257

Date: 2025-01-30 08:46:40
Score: 2
Natty:
Report link

In my case, I am using firestore from GCP and changed the Json file for the service account to that of the default user of firestore and this error was resolved. The content of the error does not seem to be particularly relevant; it takes time in GCP as it often has nothing to do with the content of the error.

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

79399251

Date: 2025-01-30 08:43:39
Score: 1
Natty:
Report link

Try adding a stopPropagation:

onClick={(e) => {
    e.stopPropagation();
    handleClick();
}}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DhruvK

79399248

Date: 2025-01-30 08:42:39
Score: 0.5
Natty:
Report link

I found the Solution with the Wasabi support and the fault is the newer AWSPowershell.NetCore --> Derzeit unterstützt der Wasabi Endpoint nur Version: AWSPowerShell.NetCore 4.1.736. Wasabi sucht derzeit auch nach einer Lösung für die Behebung.

Reasons:
  • Whitelisted phrase (-2): I found the Solution
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: insil

79399245

Date: 2025-01-30 08:41:39
Score: 2.5
Natty:
Report link

In android go to app -> main -> res -> values -> styles.xml and leave it like this:

Add this line

<item name="android:windowIsTranslucent">true</item>

Full Codeenter image description here

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

79399238

Date: 2025-01-30 08:39:38
Score: 1.5
Natty:
Report link

I want to share my silly mistake, just in case anyone stumbles.. I had a python app virtualenv in one folder, and I copied to a different folder and started making changes and executing code. But somehow venv was still picking up the files from old location.



Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
Posted by: deathrace

79399236

Date: 2025-01-30 08:39:38
Score: 1.5
Natty:
Report link

You don't necessarily need to install the self hosted integration runtime application on the same server hosting your databases. It can be done on a different machine as long as that machine can connect to both your on-premise SQL server and the data factory service.

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

79399222

Date: 2025-01-30 08:34:37
Score: 1.5
Natty:
Report link
SELECT DISTINCT CITY 
 FROM STATION 
 WHERE CITY LIKE '%A' 
 OR CITY LIKE '%E' 
 OR CITY LIKE '%I' 
 OR CITY LIKE '%O' 
 OR CITY LIKE '%U'
ORDER BY CITY;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: premod suraweera

79399219

Date: 2025-01-30 08:32:37
Score: 3.5
Natty:
Report link

please add sikulix jar from https://launchpad.net/sikuli/sikulix/2.0.5/+download/sikulixide-2.0.5.jar into jmeter/lib folder, restart jmeter as admin.

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

79399215

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

You need to download Ollama from their official website first: https://ollama.com/

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Khalid Alraies

79399200

Date: 2025-01-30 08:16:32
Score: 8.5
Natty: 9.5
Report link

What if my ids are in the string format; eg."DE012945758_aer5gf" like this? Is there any solution for this type of ids or I must have integer ids to create edges between two nodes.

Note: As mentioned here I also could able to create the nodes with the 'false' argument to avoid the ids. but I must to have ids in my edges file??

Please let me know the possible solution, thank you:)

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2.5): Please let me know
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): What if
  • Low reputation (1):
Posted by: Ashish

79399195

Date: 2025-01-30 08:14:32
Score: 1
Natty:
Report link

I guess OP has figured out a solution by now, considering this post is like 10 years old. But for anyone who bumps into this like me:

You need to setup an outbound rule I believe by the following steps:

  1. Open IIS Manager
  2. Select your Website
  3. Open URL Rewrite module
  4. Add a new outbound rule
  5. Select the necessary options, but most importantly, set the pattern to something like ^/(.*) which accepts any string after /
  6. Set the action type as Rewrite
  7. Set the Action Properties-> Value like https:///training/{R:1}

Apply and test. This should rewrite the responses with the /training to navigate your intended page.

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

79399191

Date: 2025-01-30 08:13:32
Score: 0.5
Natty:
Report link

What I did is managed fvm to my required flutter version. In my case, i require flutter version 3.0.1

then, run:

fvm flutter build ios --release --no-codesign --no-sound-null-safety

then from xcode, directy created archive for release testing, and downloaded in my device for testing.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What I
Posted by: Zeeshan Ayaz

79399190

Date: 2025-01-30 08:13:32
Score: 1
Natty:
Report link

In yet another case, I had to delete the database in RDS first and also replication server and endpoints in DMS. Only after that, i was able to delete the subnets and VPC as they kept on referring to Network Interfaces which were in use. Earlier, i wasn't able to detach or delete neither network interfaces nor internet gateway. They got delete on their own when I deleted the resources+subnets+VPC. Bottomline: Delete the actual resources which may be associated with VPC/subnets/network interfaces/internet gateway first. Otherwise even force delete command won't likely work.

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

79399185

Date: 2025-01-30 08:11:31
Score: 0.5
Natty:
Report link

This can also be done with recursive descent operator:

(..|strings) |= fromjson? //.

But it will also transform strings like "123" to numbers. To to preserve numeric strings use this one:

(..|strings|tonumber? //.|strings) |= fromjson? //.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JanB

79399181

Date: 2025-01-30 08:08:30
Score: 2.5
Natty:
Report link

In android go to app -> main -> res -> values -> styles.xml and leave it like this:

Add this line

**<item name="android:windowIsTranslucent">true</item>**

Full Code

<?xml version="1.0" encoding="utf-8"?>
@drawable/launch_background true ?android:colorBackground
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Mahabub Alam Shawon

79399180

Date: 2025-01-30 08:08:30
Score: 2
Natty:
Report link

By using Microsoft Visual Studio Community 2022 Version 17.12.4 I was able to find these dependencies by using search at the top of the solution explorer, but make sure you selected "Search within external items" by expanding the search dropdown options from the right side of the text search input, like it is shown in the screenshot.

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

79399162

Date: 2025-01-30 07:59:28
Score: 2
Natty:
Report link

This solved the problem for me.

Important additional information: Click the "input box" ("Search") to see the Filter "Extra" and activate it. Clicking on the activated "Apps"-Filter won't show it.

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

79399160

Date: 2025-01-30 07:58:28
Score: 1
Natty:
Report link

No, you did not echo the entire %1. As I can see, =Dq3V-KdKslU is stripped.

The issue is the character =. To avoid stripping, you can enter this argument in quotation marks:

> mp3.bat "https://www.youtube.com/watch?v=Dq3V-KdKslU"

Then the entire argument string will be passed. In your echo, you will see

Argument 1: https://www.youtube.com/watch?v=Dq3V-KdKslU

This value will be correctly passed to yt-dlp and elsewhere.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey A Kryukov

79399149

Date: 2025-01-30 07:54:26
Score: 1.5
Natty:
Report link

I tried all options and nothing worked and then I installed Reqnroll extension for Visual Studio 2022 and disabled Specflow extension and it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Kahn

79399142

Date: 2025-01-30 07:51:26
Score: 0.5
Natty:
Report link

Intent scanIntent = new Intent(Scanner.ACTION_SEND_BARCODE); scanIntent.putExtra("End Char", ""); sendBroadcast(scanIntent); IntentFilter filter = new IntentFilter("com.android.server.scannerservice.broadcast"); registerReceiver(new ScanReceiver(this), filter, Context.RECEIVER_NOT_EXPORTED); but I dont know the exact keys that I should put in Intent for the Seuic device

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

79399135

Date: 2025-01-30 07:47:25
Score: 3
Natty:
Report link

Problem was solved by upgrading gradle to 8.12 and removing bypass from chromeoptions that was added some time ago due to problem with headless test running: chromeOptions.addArguments("--headless=old");

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

79399131

Date: 2025-01-30 07:44:24
Score: 1.5
Natty:
Report link

There is another way to sort the names of week days:

In the source table, add a new column by extracting the number of weekday from your date column. Then add another new column by extracting the name of the weekday from the same date column. Then sort the column with names by selecting the column and going the Modeling tab and selected column with day numbers from the Sort by Column.

The advice is originally taken from here: Order day names in a line chart in power Bi

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

79399115

Date: 2025-01-30 07:36:22
Score: 0.5
Natty:
Report link

The pywrapgraph is deprecated and has been removed from recent versions of OR-Tools.
Now to import the new modules you have to use

from ortools.graph.python import min_cost_flow
from ortools.graph.python import max_flow
from ortools.graph.python import linear_sum_assignment
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lewis

79399097

Date: 2025-01-30 07:26:19
Score: 7 🚩
Natty: 5.5
Report link

Is there a way to make this execute faster?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is there a
  • Low reputation (1):
Posted by: Jon Langshaw

79399092

Date: 2025-01-30 07:24:19
Score: 1.5
Natty:
Report link

Okay so the above answer by @Luk En helps . I wanted to add that I was facing the same issue while trying to use the SFDX Git Delta plugin inside AWS Code Build , and Code Pipeline . I used the same fix , to CLONE FULL DEPTH in the source stage at both pipeline and build job level .

(P.S. The option at Build Job level is a bit difficult to find. Its there under Source > Additional Options > Depth . Set it to full!!)

It worked ! :)

Reasons:
  • Whitelisted phrase (-1): It worked
  • No code block (0.5):
  • User mentioned (1): @Luk
  • Low reputation (1):
Posted by: Parjanya Roy

79399088

Date: 2025-01-30 07:23:18
Score: 4
Natty: 4
Report link

how's the update for this problem? i faced the same problem now and have no idea how to fine tuning the existing model.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how's the
  • Low reputation (1):
Posted by: Anton Jms

79399087

Date: 2025-01-30 07:22:17
Score: 8 🚩
Natty: 6
Report link

can someone help me run a .engine model for instance segmentation on NVIDIA JETSON ORIN NANO. It comes with CUDA tensorrt pre-installed, CUDA is 12.6 , tensorrt version is 10.3.0. I want to run the inference on a live video feed. the model was earlier a YOLO11 .pt model that i fine tuned on my custom dataset

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): can someone help me
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can someone help me
  • Low reputation (1):
Posted by: Parmeet Khatat

79399084

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

Thank you all for your answers,

I've used this:

=LET(first,'Series Data'!Q$2:Q$21,
mul,108,
cella,BYROW(SEQUENCE(mul,1,0,20),LAMBDA(x,AVERAGE(OFFSET(first,INDEX(x,1,1),0)))),
cellb,BYROW(SEQUENCE(mul,1,0,20),LAMBDA(x,STDEV(OFFSET(first,INDEX(x,1,1),0)))),
DROP(TOCOL(HSTACK(TOCOL(TEXTSPLIT(REPT("|",mul),"|")),cella,cellb,TOCOL(TEXTSPLIT(REPT("|",mul),"|")))),-4))

Because 2161 is the maximum amount of data sets of 20, 108 is sufficient to harbor all possibilities. It gives the data how I requested, dropping down the avg, then stdev, then two blank rows.

Works like a charm, thanks again!!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jan van oest

79399075

Date: 2025-01-30 07:15:15
Score: 0.5
Natty:
Report link

Without knowing what you have actually tried in your custom event listener, it will be difficult to assist you on what issue you were facing during development. But nonetheless, Catalyst has a beta feature called Signals, which seems to be a feature enhancement for the Zoho Event Listeners that you were using in your project, which can resolve your query on capturing Zoho Billing events in Catalyst.

Catalyst Signals seems to integrate many Zoho products, such as Billing, Invoice etc., which you can map to an event function to perform your app logic to migrate the subscription event data to Zoho Catalyst Datastore using the Insert Row SDK. You can find the official documentation for the Catalyst Signals here and insert the Row Node SDK method here.

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

79399069

Date: 2025-01-30 07:09:13
Score: 2
Natty:
Report link

In FHIR, complications from therapy (e.g., "Bladder Inflammation" after "Radical Prostatectomy") should be stored as a Condition, not an Observation. Conditions represent persistent health issues, while Observations are for test results or measurements. You can link the Condition to the procedure using Condition.evidence.detail or Condition.partOf. This ensures proper tracking of therapy-related complications. Let me know if you need further clarification!

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

79399052

Date: 2025-01-30 07:02:12
Score: 0.5
Natty:
Report link

It looks like a new issue in recent versions of Chrome and Edge, and I have found a similar report in Chromium Issues. You can report your issue there and see the next steps by Chromium Dev Team.

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

79399042

Date: 2025-01-30 06:56:11
Score: 2.5
Natty:
Report link

You can create scala projects from template projects using https://github.com/foundweekends/giter8

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

79399041

Date: 2025-01-30 06:55:11
Score: 1
Natty:
Report link

First, double-check your config. Sometimes, even a small mistake in SCRAM authentication can cause issues. Since Java is able to fetch the topic list but Python isn’t, it’s likely either a configuration issue or the Python Kafka client isn’t connecting properly.

If you're running this inside an EC2 instance within the same VPC, you might not even need authentication. Try removing security_protocol="SASL_SSL" and see if it works without it.

Also, check your SSL config—maybe there's a problem with TLS or missing certificates? Try running it with security_protocol="SASL_PLAINTEXT" or PLAINTEXT just to see if the connection works.

Reference: AWS MSK Authentication Guide

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

79399040

Date: 2025-01-30 06:54:11
Score: 0.5
Natty:
Report link

What is the name of your application container in your docker-compose? because I don't see any service that might be your application. if you want to create a docker image before start a container, you need to write your container configuration in your docker-compose, below is an example for golang application. I assume uwsgi,celery_worker,nginx,and redis is not your application.

version: '3'

services:
  # before this service you can add your dependencies like celery, redis, uwsgi
  asgpractice:
    container_name: asgpractice
    build:
      context: .
      dockerfile: ./Dockerfile
    image: asgpractice
    ports:
      - 3000:3000
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What is the
  • Low reputation (0.5):
Posted by: riz

79399038

Date: 2025-01-30 06:54:11
Score: 1
Natty:
Report link

This issue occurs because the library is unable to find a global variable. You can fix it by adding the following script to your index.html, which is the root file of your application:

<script>
      var global = window;
</script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tushar Mahajan

79399036

Date: 2025-01-30 06:53:11
Score: 3.5
Natty:
Report link

You can try below code for redirect to other link

    // take variable and assign variable
    let url = "https://app.hubspot.com/oauth/"
    window.location.href = url

    // direct assign a value
    window.location.href = "https://app.hubspot.com/oauth/"

if it's not working for you please let me know.

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Utsav Sheta

79399025

Date: 2025-01-30 06:48:09
Score: 5.5
Natty:
Report link

Thanks, very good feedback.

Best Regards Per

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): Best Regards
  • Blacklisted phrase (1): Regards
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: PerR

79399021

Date: 2025-01-30 06:47:08
Score: 5.5
Natty:
Report link

I have similar problem and I found workaround. So my laravel project (inertia with react and typescript) is hosted on Hostinger VPS server on main domain "maindomain.com". reverb is working fine on this server. config for this are:

.env of maindomain.com

BROADCAST_CONNECTION=reverb
REVERB_APP_ID=your.reverb.app.id
REVERB_APP_KEY=your.reverb.app.key
REVERB_APP_SECRET=your.reverb.app.secret
REVERB_HOST=your.main.server.host # for Hostinger something like abc123456.hstgr.cloud
REVERB_PORT=8081
REVERB_SERVER_PORT=8082
REVERB_SCHEME=https

VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_SCHEME="${REVERB_SCHEME}"

Hostinger VPS CloudPanel's vshost (nginx), new server block at the last:

server {
  listen 8081 ssl;
  listen [::]:8081 ssl;
  {{ssl_certificate_key}}
  {{ssl_certificate}}
  server_name abc123456.hstgr.cloud maindomain.com;
  
  location / {
        proxy_http_version 1.1;
        proxy_set_header Host $http_host;
        proxy_set_header Scheme $scheme;
        proxy_set_header SERVER_PORT $server_port;
        proxy_set_header REMOTE_ADDR $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
 
        proxy_pass http://0.0.0.0:8082;
    }
  }

now for the subdomain: .env:

REVERB_APP_ID=your.reverb.app.id
REVERB_APP_KEY=your.reverb.app.key
REVERB_APP_SECRET=your.reverb.app.secret
REVERB_HOST=your.main.server.host # SAME AS IN maindomain.com .env
REVERB_PORT=8083
REVERB_SERVER_PORT=8084
REVERB_SCHEME=https

VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_SCHEME="${REVERB_SCHEME}"

now as we added config server into main domain's project's vhost for maindomain.com add another for sub.maindomain.com:

server {
  listen 8083 ssl;
  listen [::]:8083 ssl;
  {{ssl_certificate_key}}
  {{ssl_certificate}}
  server_name abc123456.hstgr.cloud maindomain.com;
  
  location / {
        proxy_http_version 1.1;
        proxy_set_header Host $http_host;
        proxy_set_header Scheme $scheme;
        proxy_set_header SERVER_PORT $server_port;
        proxy_set_header REMOTE_ADDR $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
 
        proxy_pass http://0.0.0.0:8084;
    }
  }

after this:

this is working for me. hope its help others. if you find other solution please post so it helps other.

Reasons:
  • Blacklisted phrase (1): I have similar
  • RegEx Blacklisted phrase (2.5): please post
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have similar problem
  • Low reputation (1):
Posted by: Nirav Swami

79399012

Date: 2025-01-30 06:43:07
Score: 0.5
Natty:
Report link

As the error message indicates, there might be other catalyst projects which is under migration . Only one project can be migrated at a time under a Catalyst org which means there must be other projects under your Org which are under migration.

To resolve this error, you would need to contact the account Super Admin to find which project is under migration and either complete the migration or abort the migration completely. You can refer to this official documentation on how to find the Super Admin for your project.

You can ask them to follow the instructions mentioned in here for complete or abort the ongoing migration which should hopefully resolve this issue.

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

79399000

Date: 2025-01-30 06:38:05
Score: 3
Natty:
Report link

The formula for the manual calculation is only valid if there are no ties in the rank calculation. See for example the definition and calculation part of https://en.wikipedia.org/wiki/Spearman%27s_rank_correlation_coefficient

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

79398997

Date: 2025-01-30 06:35:05
Score: 2
Natty:
Report link

Okay I have found the solution. All i needed to do is to move this line

`

 view()->share("nonce",$nonce);

`

before

`

$response = $next($request);

`

Everything will stark working as expected.

Reasons:
  • Blacklisted phrase (0.5): i need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Code28

79398990

Date: 2025-01-30 06:32:04
Score: 0.5
Natty:
Report link

I found the real reason: The issue arises because Next.js relies on proper ESM exports defined in a package’s package.json. If a package doesn’t explicitly expose an export field with a valid import entry, Next.js struggles to resolve it correctly in an ESM environment.

To work around this, the package should define its exports properly, like this:

"exports": {
  ".": {
    "import": "./dist/index.js"
  }
}

However, these variants are not handled well by Next.js, even though they are technically equivalent:

"exports": {
  ".": {
    "import": "./dist/index.mjs"
  }
}

or

"exports": {
  ".": "./dist/index.js"
}

Additionally, ensuring that the file extension is .js is crucial because Next.js strictly follows Node.js ESM resolution rules. If the issue persists, enabling transpilePackages in next.config.js might be necessary to manually handle such cases.

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

79398979

Date: 2025-01-30 06:26:02
Score: 12.5 🚩
Natty: 6
Report link

Were you able to solve this? I'm getting the same error and there doesn't seem to be a version mismatch

Reasons:
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve this?
  • RegEx Blacklisted phrase (1): I'm getting the same error
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm getting the same error
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: minnieme

79398978

Date: 2025-01-30 06:26:01
Score: 5.5
Natty:
Report link

Please provide the StackTrace.

From the given info, this should answer help you link

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yogesh C K

79398970

Date: 2025-01-30 06:22:00
Score: 5.5
Natty:
Report link

Have you identified and resolved the issue that was causing the error?

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

79398969

Date: 2025-01-30 06:21:00
Score: 1
Natty:
Report link

According to the features!

Find "Execute SQL on Connection", then you can init the SQL!

In the spring boot:

url: "jdbc:h2:mem:commerce_db;INIT=create schema if not exists working\\;SET SCHEMA working;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE;IGNORECASE=TRUE;DB_CLOSE_DELAY=-1"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ZuXiong Lin

79398955

Date: 2025-01-30 06:14:59
Score: 2.5
Natty:
Report link

I think you need to do if height is more than 300px you need to add scroll.

you ca use below snippet for chat class for that.

.chat {
  max-height: 300px;
  overflow: auto;
  background-color: rgb(var(--v-theme-surface));
  grid-column: span 3 / span 3;
  grid-row: span 3 / span 3;
  border-radius: 20px;
}

in above snippet i just add overflow as auto and change a min-height to max-height.

min-height = It's used to set a fixed minimum height, but there is no limit for the maximum height. However, it is not working in this case.

max-height = It's used to set a maximum height. If the content exceeds the specified height, a scrollbar is automatically added.

If I'm wrong please let me know I'll help you

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Utsav Sheta

79398953

Date: 2025-01-30 06:12:58
Score: 3.5
Natty:
Report link

r*******a show this character for my email address

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

79398949

Date: 2025-01-30 06:12:58
Score: 1.5
Natty:
Report link

If you're using Material theme, try app:icon like:

app:icon="@drawable/googleicon"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jokuskay

79398948

Date: 2025-01-30 06:11:58
Score: 4.5
Natty:
Report link

Thank you all for your answers, they match my assumptions perfectly.

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

79398939

Date: 2025-01-30 06:08:57
Score: 3.5
Natty:
Report link

The command I was using is deprecated. Use this command to create a react native app without expo "npx @react-native-community/cli@latest init Your-Project_Name".

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

79398921

Date: 2025-01-30 06:04:56
Score: 1.5
Natty:
Report link

I had the same problem, but it easy to solve just by putting receiver outside or near the windows, if the red blinking near the module still exists and no data is fetched than its different problem maybe, even from hardware

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

79398915

Date: 2025-01-30 06:00:56
Score: 1.5
Natty:
Report link

System libraries in Linux are like built-in helpers that make things easier for your computer and apps. They provide ready-made functions for common tasks like opening files, connecting to the internet, or displaying text. Instead of every program writing these from scratch, they just use these libraries.

If we didn’t have system libraries, apps would be much bigger and harder to build. Some, like glibc (GNU C Library), are so important that if they were missing, your computer might not even start properly!

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

79398910

Date: 2025-01-30 05:56:55
Score: 1
Natty:
Report link

CREATE TABLE class ( class_id INT, class_name VARCHAR(100), CONSTRAINT class_id_pk PRIMARY KEY (class_id) ); CREATE TABLE lecture ( lecture_id INT, class_id INT, lecture_dt DATE, CONSTRAINT lecture_id_pk PRIMARY KEY (lecture_id), CONSTRAINT lecture_class_id_fk FOREIGN KEY (class_id) REFERENCES class (class_id) ); CREATE TABLE student ( student_id INT, student_first_name VARCHAR(20), student_last_name VARCHAR(20), CONSTRAINT student_id_pk PRIMARY KEY (student_id) ); CREATE TABLE attendance ( lecture_id INT, student_id INT, attendance_present INT CHECK (attendance_present in (0,1)), CONSTRAINT attendance_pk PRIMARY KEY (lecture_id, student_id), CONSTRAINT att_lecture_id_fk FOREIGN KEY (lecture_id) REFERENCES lecture (lecture_id), CONSTRAINT att_student_id_fk FOREIGN KEY (student_id) REFERENCES student (student_id) );

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

79398908

Date: 2025-01-30 05:56:55
Score: 2.5
Natty:
Report link

Either move the backend closer (africa-south1 / europe-west4), or use a balancer (Cloudflare Workers or API Gateway), or optimize queries. Run curl and see what the ping is. If it's high, try switching to another server.

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

79398906

Date: 2025-01-30 05:55:54
Score: 4
Natty:
Report link

Yes you can . it is now updated in Github Repo :

Git hub repo : https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular

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

79398899

Date: 2025-01-30 05:50:53
Score: 2.5
Natty:
Report link

I want do that with the same way, but I found simplest solution instead of api I use just direct link which should be genereted (thats enought in my case where the security of password don't need be hide)

https://<guacamole_server_FQDN>/#/client/MwBjAG15c3Fs?username=&password= where MwBjAG15c3Fs is a connection identifier encoded in base64url (connection id # + null byte + client identifier type + nullbyte + database type) when the database used is MySQL or Postgres. In this case it is 3�c�mysql

So on the end once you do the login via Api you should skipp the usr/pwd from the link and just use base64 encoded connection for client

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Michal.K

79398892

Date: 2025-01-30 05:44:51
Score: 2
Natty:
Report link

I had the same issue. GoDaddy is my hosting and I had to add my IP to the access control list.

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

79398891

Date: 2025-01-30 05:43:51
Score: 2.5
Natty:
Report link

I think the concept of https://stackoverflow.com/a/38591471/3872647 is correct, but overwriting code this way will likely lead to incompatiblities in the future which trips up new developers.

This post describes a better way by setting TestCase::$seed = true, where --seed is only executed once per test class https://masteringlaravel.io/daily/2023-12-04-you-dont-need-to-manually-run-seeders-in-your-tests

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

79398886

Date: 2025-01-30 05:40:50
Score: 2
Natty:
Report link

I Hit the same error while trying to reach endpoints on a Sample HTTP service on IBM ACE 12...

Solution for me was:

changing the port on postman from node to server node worked...it was actully listening to integrastion server port not the Integration node port.

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

79398879

Date: 2025-01-30 05:37:49
Score: 3.5
Natty:
Report link

Use Configuration.addAnnotatedClass(com.simpleprogrammer.User);

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: Srinivas Gurrapu

79398858

Date: 2025-01-30 05:28:47
Score: 6.5
Natty: 7.5
Report link

We are trying to create an external table from Google Bigquery Console. How can we give scope in this environment ?

Reasons:
  • Blacklisted phrase (1): How can we
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Manjith Gunatilaka

79398849

Date: 2025-01-30 05:22:45
Score: 2.5
Natty:
Report link

Radox Overseas Pvt Ltd is a top-rated Maltodextrin Powder Manufacturer in India. With any years of industry experience, we offer high-quality maltodextrin powder, ideal for various sectors, ensuring superior performance and customer satisfaction worldwide.

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

79398847

Date: 2025-01-30 05:21:44
Score: 4.5
Natty:
Report link

According to below github link, this is work in progress. should be available soon. https://github.com/Azure/azure-cli/issues/28506

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

79398844

Date: 2025-01-30 05:18:43
Score: 3
Natty:
Report link

checkout this AI powered personal medical advisor: https://md.ulixlab.com/

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: luke-king

79398842

Date: 2025-01-30 05:16:42
Score: 3
Natty:
Report link

I faced smae problem then I just hit the command as php artisan optimize:clear and issue solved the connection is estblish

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

79398837

Date: 2025-01-30 05:13:42
Score: 1.5
Natty:
Report link

What JeffC answered is correct. Either you check if a specific element on the page has loaded or you wait for the timeout(which you can set yourself to however long you want).

A page "not loading" will display the browser timeout window, which you can check for, but even if the timeout is reached, it doesn't mean the page wouldn't have loaded eventually so it's impossible to tell that it won't load, it all depends on how patient you want to be in waiting for it to do so.

Since you can only check and wait for one element at a time in selenium, what you want to do if you don't want to wait for the timeout of each sequentially is to manually do a loop(with a custom timeout checking the current time + however long you want) that constantly search for each element presence on the page and once one is found, you break the loop and you know which page loaded(what you want, the website error or the browser timeout or whatever else you want to check for).

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Sam Kook

79398834

Date: 2025-01-30 05:11:42
Score: 0.5
Natty:
Report link

Not only can you include target framework values in the .csproj file, if you don't you get the warning described above. Adding the version number removed the warning and the icon...

  <TargetFrameworks>net48;net8.0-windows10.0.17763</TargetFrameworks>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: David

79398830

Date: 2025-01-30 05:05:41
Score: 3
Natty:
Report link

I got similiar err, but after a day i able to solve the problem that came from my stupidity.

In the enviorements Don't use :

.env

DBPASS:"this is your password"

Instead use :

.env

DBPASS="this is your password"

**I don't know if you have same issue or not becouse i didn't see your enviorements file up there :D

Hope it'll help you.

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): have same issue
  • Low reputation (1):
Posted by: Handung Fakihudin

79398826

Date: 2025-01-30 05:03:40
Score: 2.5
Natty:
Report link

remove @unique from username field

Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: abdelrahman aboneda

79398825

Date: 2025-01-30 05:01:40
Score: 0.5
Natty:
Report link

Starting with 2.9.0 all gateway connections always use interest-only mode:

Phasing out of the "optimistic" mode whereby a server could send messages to the remote cluster without knowing if there was an interest or not. The remote cluster would reply with a "no interest" protocol. As of v2.9.0, servers that creates a gateway connection to a server of that version (and above) will no longer send messages in optimistic mode since it is assumed that all accounts will be switched to interest-only mode (where the subscription interest map is sent over) (https://github.com/nats-io/nats-server/pull/3383)

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

79398808

Date: 2025-01-30 04:50:37
Score: 5.5
Natty:
Report link

As mentioned by @Gaston, https://scala-slick.org/doc/devel/sql.html#splicing-literal-values -> I need to use #$ for string interpolation.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • User mentioned (1): @Gaston
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Janani

79398805

Date: 2025-01-30 04:50:37
Score: 2.5
Natty:
Report link

For me the issue came after an update of window 11, and was using VS2022. and by updating VS2022, it got fixed without any other tweaks

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

79398801

Date: 2025-01-30 04:48:36
Score: 0.5
Natty:
Report link

The File isn't being patched. That's not a problem. You've not described an error state.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Rob Mensching

79398778

Date: 2025-01-30 04:27:32
Score: 3.5
Natty:
Report link

While it's not exactly the candy jar you're looking for, here's a relatively equivalent example I've found: https://universe.roboflow.com/srm-university-3eblt/box-af0tc (and my original query https://universe.roboflow.com/search?q=candy%20jar).

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

79398776

Date: 2025-01-30 04:26:31
Score: 2
Natty:
Report link

In Redmi MIUI 14.0.5, in Settings, I enabled "USB Tethering" and it immediately disabled the option by itself and mtp: showed the Internal Storage Folder in the file manager. I had been struggling for a long time with different distros (in Windows there was no problem). It was some bug that started occurring in some smartphone update...

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

79398769

Date: 2025-01-30 04:19:30
Score: 1.5
Natty:
Report link

if ($run) { $id =$conn->insert_id; $sql = "select id , firstname , lastname , email , phoneno ,password from todo where id = '$id'"; $run = mysqli_query($conn, $sql); $userData = mysqli_fetch_assoc($run); $_SESSION['loginid'] = $id; $_SESSION['logindata'] = $userData; $returndata["success"] = true; $returndata["msg"] = "Data inserted successfully"; } else { $returndata["msg"] = "data not inserted successfully"; }

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

79398764

Date: 2025-01-30 04:17:29
Score: 1.5
Natty:
Report link

This drove me absolutely crazy. For me the answer was that I accidentally had an older version of clang/llvm installed with homebrew.

brew unlink llvm
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: sudosudo

79398762

Date: 2025-01-30 04:14:28
Score: 1.5
Natty:
Report link

I don't know if you got this working. After much testing, it looks like the only problem in your code is the timestamp. Use date('YmdHisz')

Looks like $nonce can be any random string. Length does not appear to matter. I used a simple random alpha-numeric string generator with various random lengths. All worked.

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

79398760

Date: 2025-01-30 04:13:28
Score: 1
Natty:
Report link

For anyone else facing an issue, put this into your config

 @Override
public boolean configureMessageConverters(List<MessageConverter> messageConverters) {
    messageConverters.add(new MappingJackson2MessageConverter());
    return false; 
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Samasth Nayak

79398756

Date: 2025-01-30 04:12:28
Score: 0.5
Natty:
Report link

The correct way is to set read-only in the Form class, in this case the example code could be:

class ExampleForm(BaseForm):
    name = forms.CharField(label=_('Name'), required=True, widget=forms.TextInput(attrs={'readonly': 'readonly'}))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: FedeG

79398754

Date: 2025-01-30 04:10:27
Score: 1.5
Natty:
Report link

To override the default error messages from zod types (i.e. invalid_type), you can optionally provide the errorMap parameter; for example:

z.object( { errorMap: () => ( { message: '[message]' } ) } )

Per, https://github.com/colinhacks/zod/discussions/3094#discussioncomment-7984907

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

79398746

Date: 2025-01-30 04:04:26
Score: 0.5
Natty:
Report link

This is a highly nonstandard schema for your table. Is it a requirement to create a new column when the user takes action in your application?

In SQL, it's preferred to maintain a relationship between data. For example, your example above could be modeled by a table with four columns: User, Day, Transaction Amount, Balance To Date.

From there, you could use a SELECT subquery to get the latest "Balance To Date" and use that to create a new row in the table for your user.

For example:

INSERT INTO account_balances (user, day, amount, balance)
SELECT 'username', 
        1, 
        100, 
        COALESCE(SELECT balance 
                 FROM account_balances 
                 WHERE user = 'username' 
                 ORDER BY day DESC 
                 LIMIT 1
                ), 0) + 100;

The COALESCE keyword is to handle the case where it's the first time inserting into the table for a given user.

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

79398743

Date: 2025-01-30 04:01:25
Score: 4
Natty:
Report link

is JDK is installed in your conputer? if not try install jdk

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

79398734

Date: 2025-01-30 03:57:24
Score: 1
Natty:
Report link

It happened to me, though at that time VSCode wasn't really a thing yet.

For Python, I used Anaconda. It come packed with so much packages that only for very specific edge cases you would need to bundle extra packages.

Concerning VSCode, you can prepare what you need, and download the list of extensions to install on the target machines from a USB Key. Not ideal, but for starting with Python, not much is needed.

You could also select another IDE, I agree that PyCharm is a good start and many of my colleagues started with this program, our formation session use also this IDE to teach the basics of Python. Or go lighter. A Notepad++ can be enough for starters.

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

79398730

Date: 2025-01-30 03:55:23
Score: 3.5
Natty:
Report link

I moved the function referenced in the code out of its own header and into the main function and just bundled everything together and now it works...

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

79398719

Date: 2025-01-30 03:42:20
Score: 6.5 🚩
Natty: 5.5
Report link

How do we configure the index?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How do we
  • Low reputation (1):
Posted by: Phúc Tĩnh

79398718

Date: 2025-01-30 03:39:19
Score: 4
Natty: 4.5
Report link

Mere ko diamond chahie bhaiya please

Mere pass ek bhi time nahin hai please bhai Please bhai sahab time and de do bhai sahab Please bhai humko payment de do bhaiya please bhai humko payment de do

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

79398714

Date: 2025-01-30 03:34:16
Score: 11.5 🚩
Natty: 6.5
Report link

can u share your package.json ? cause i have the same issue and didn't find where is the problem yet ?

Reasons:
  • Blacklisted phrase (1): i have the same issue
  • RegEx Blacklisted phrase (2.5): can u share your
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): can u share you
  • Low reputation (1):
Posted by: mohammed

79398713

Date: 2025-01-30 03:34:16
Score: 2.5
Natty:
Report link

https://react.dev/reference/react/StrictMode

React strict mode renders your object twice to catch potential bugs early on. This is why you need to "Reset Filters" twice to see it clear up.

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

79398711

Date: 2025-01-30 03:33:16
Score: 2.5
Natty:
Report link

Looking at your file, you would need to skip the first two rowd specifying skip=2

data = read.csv(file="/mydir/myfile.csv", skip = 2, sep=";", header=T)

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

79398706

Date: 2025-01-30 03:28:13
Score: 8 🚩
Natty: 5.5
Report link

Even I'm facing same issue any solution

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tendulkar Suriya

79398692

Date: 2025-01-30 03:14:09
Score: 3
Natty:
Report link

how can I fix this code

"

Error

Call to undefined function Illuminate\Filesystem\symlink()

at vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:355 351▕ */ 352▕ public function link($target, $link) 353▕ { 354▕ if (! windows_os()) { ➜ 355▕ return symlink($target, $link); 356▕ } 357▕ 358▕ $mode = $this->isDirectory($target) ? 'J' : 'H'; 359▕

  +13 vendor frames

14 artisan:35 Illuminate\Foundation\Console\Kernel::handle()"

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): how can I fix this
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): how can I fix this code
  • Low reputation (1):
Posted by: Dustin Oclarit

79398690

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

The same thing happens to me but I haven't been able to solve the fact that eslint doesn't give me a custom class error with my custom classes in tailwind.config.js. How do I solve it without needing to add all my classes in a white list?

        tailwindcss: {
            config: './tailwind.config.js',
            cssFiles: [
                '**/*.css',
                '!**/node_modules',
                '!**/.*',
                '!**/dist',
                '!**/build',
            ],
            callees: ['classnames', 'clsx', 'ctl'],
            tags: ['tw'],
            classRegex: '^class(Name)?$',
            cssFilesRefreshRate: 5000,
            skipClassAttribute: false,
            exposeConfiguration: true,
            whitelist: []
Reasons:
  • Blacklisted phrase (1): How do I
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jose

79398689

Date: 2025-01-30 03:09:08
Score: 2
Natty:
Report link

It looks like ChartsAxisHighlight isn’t functioning as expected in your MUI ResponsiveChartContainer, even though other chart elements work fine. Double-check if axisHighlight="line" is properly supported in your MUI version, or consider alternative implementations like a custom vertical line overlay. If you’re exploring AI-powered solutions, check out Twix.chat a free AI chat platform (4o) that enhances communication with intelligent conversations and real-time messaging.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Straight-Dog-8569

79398680

Date: 2025-01-30 02:57:04
Score: 6 🚩
Natty:
Report link

For someone who might have the same issue as I did, don't download the aarch version for windows. enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: n a

79398670

Date: 2025-01-30 02:47:01
Score: 2.5
Natty:
Report link

If the task does not require administrator permissions, you can put a shortcut to it in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\.

https://learn.microsoft.com/en-us/answers/questions/116579/server-2019-started-task-(windows-forms-app)-in-sc

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

79398667

Date: 2025-01-30 02:45:01
Score: 0.5
Natty:
Report link

When running on Windows, the default script handler in Azure DevOps uses cmd.exe, unless you explicitly change it.

Which is causing your partial outputs for strings that contains cmd-reserved characters, cmd is trying to parse %...% as an environment variable or uses & to chain commands.

Either switch to PowerShell on Windows or escape it properly.

Me personally, I'd recommend you to use the PowerShell approach.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: tcortega