79400780

Date: 2025-01-30 17:53:34
Score: 8 🚩
Natty: 4.5
Report link

I am facing similar issue. But in my case, I want to use logbook, but setting up logger on a global label using logbook is not solving the issue. Any idea for this?

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing similar issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Rupal

79400765

Date: 2025-01-30 17:47:30
Score: 9.5 🚩
Natty:
Report link

Did you find a solution? I've been having the same problem for days. Every time I open the application it closes automatically.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution
  • Low reputation (1):
Posted by: kakawuate

79400689

Date: 2025-01-30 17:19:21
Score: 12 🚩
Natty:
Report link

i am having the exact same issue. Were you able to figure this out

Reasons:
  • RegEx Blacklisted phrase (3): Were you able to figure this out
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am having the exact same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: user16367115

79400658

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

Zustand adheres on the client. So you should use useEffect or something like this to actually set this. What is the problem?

And one thing more. You have persist middleware for zustand store but You want on every remount set new data. Does it make much sense?

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

79400568

Date: 2025-01-30 16:35:08
Score: 8.5 🚩
Natty: 5
Report link

I am also facing the same issue after updating to selenium version 4.19.1. Updated java version too to ensure the configs are fine. Still not working.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Blacklisted phrase (2): Still not working
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Akshata Kurahatti

79400560

Date: 2025-01-30 16:32:07
Score: 4.5
Natty: 5.5
Report link

So up to now have you got the right way to configure Clion to work with the source code?Even if I configure the CMakefile.txt to include the source file I download, I still can't make it work by clicking certain function to get to its source file.All the time it will direct me to header file.However, in IDEA's Java code, if I click it it will direct me to specific function and I can see everything.If you have find the way to make it, Please show it out, I search the web and don't find a solution.Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Please show
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: L ZH

79400540

Date: 2025-01-30 16:24:04
Score: 8.5
Natty: 7
Report link

I've the same problem. AT+ROLE always is 0, never saved.

Any help?

Reasons:
  • Blacklisted phrase (1): Any help
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): 've the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ricard Lluent

79400533

Date: 2025-01-30 16:21:02
Score: 4.5
Natty:
Report link

You can check this issue on Github : https://github.com/googleanalytics/google-tag-manager-ios-sdk/issues/40

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

79400508

Date: 2025-01-30 16:11:59
Score: 6
Natty: 7
Report link

i followed the steps and im getting "Unable to validate SQL Server Reporting Services Report Server installation. Please check that it is correctly installed on the local machine." any advice on how to resolve this?

Reasons:
  • RegEx Blacklisted phrase (1.5): how to resolve this?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anas Sul

79400436

Date: 2025-01-30 15:49:50
Score: 7 🚩
Natty:
Report link

I too facing this issue. Recently, we have upgraded Spring Boot version from 2.2.2.RELEASE to 2.7.18. Hence, the Spring Batch version is upgraded from 4.2.x to 4.3.10.

What before worked is not working after this upgradation in Spring Batch 4.3.10. Hence, I downgraded the batch to 4.2.5.RELEASE to confirm. It's working without any change in my Spring Batch read and write method.

Exception that i'm facing in Spring batch 4.3.10

org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is java.lang.IllegalStateException: Already value [org.springframework.jdbc.datasource.ConnectionHolder@69d7cd50] for key [net.ttddyy.dsproxy.support.ProxyDataSource@12330130] bound to thread
at org.springframework.orm.hibernate5.HibernateTransactionManager.doBegin(HibernateTransactionManager.java:600)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.startTransaction(AbstractPlatformTransactionManager.java:400)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:373)
at org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:595)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:382)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)
at com.wesea.frameworkdesign.base.model.dao.CompanyDAO$$EnhancerBySpringCGLIB$$e793a2c3.findCompanyByName(<generated>)
at com.wesea.appointment.service.batch.BatchService.createTruckCompany(BatchService.java:97)
at com.wesea.appointment.service.batch.TruckingCompanyDetailsWriter.write(TruckingCompanyDetailsWriter.java:103)
at org.springframework.batch.core.step.item.SimpleChunkProcessor.writeItems(SimpleChunkProcessor.java:193)
at org.springframework.batch.core.step.item.SimpleChunkProcessor.doWrite(SimpleChunkProcessor.java:159)
at org.springframework.batch.core.step.item.SimpleChunkProcessor.write(SimpleChunkProcessor.java:294)
at org.springframework.batch.core.step.item.SimpleChunkProcessor.process(SimpleChunkProcessor.java:217)
at org.springframework.batch.core.step.item.ChunkOrientedTasklet.execute(ChunkOrientedTasklet.java:77)
at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:407)
at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCal

What I found in the version 4.3.10 is, HibernateTransactionManager's sessionHolder seems to be null. At the same time, if i check the same in 4.2.5 version, it's not null and TransactionStaus is ACTIVE

HibernateTransactionManager in 4.3.10

HibernateTransactionManager in 4.2.5

So it return's existing Trancation as below. Could you please help me on this ? I red the document enter link description here for 4.3.10 and do needful. but no luck. Thanks

Returning Existing Transaction

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (0.5): enter link description here
  • Blacklisted phrase (1): no luck
  • RegEx Blacklisted phrase (3): Could you please help me
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rajes Waran

79400293

Date: 2025-01-30 15:01:37
Score: 4
Natty: 4.5
Report link

Same problem how to change dialog url like gdp thing mine is working but always shows reconnect buton

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bayar-Och Samdan

79400266

Date: 2025-01-30 14:50:34
Score: 5
Natty:
Report link

+1 having the same issue. Just the daemon does not launch with KeepAlive == true

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Single line (0.5):
Posted by: spacecash21

79400151

Date: 2025-01-30 14:06:22
Score: 4
Natty:
Report link

This might be the correct answer to all

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

79400149

Date: 2025-01-30 14:05:21
Score: 4
Natty:
Report link

The issue I was facing was because of Lombok annotations like @NoArgsConstructor,@AllArgsConstructor and @Data as soon as I removed these annotations and added getters and setters manually the code worked fine.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Data
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Niraj Patle

79400091

Date: 2025-01-30 13:42:14
Score: 4
Natty:
Report link

Here is a ProgressBar class I made, it should solve this problem. https://github.com/ViaBeze/ProgressBar_PyQt6

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

79400066

Date: 2025-01-30 13:32:11
Score: 7.5 🚩
Natty: 5
Report link

Can i please get your contact number as i am having the same problem

Reasons:
  • RegEx Blacklisted phrase (1): i please
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am having the same problem
  • Single line (0.5):
  • Starts with a question (0.5): Can i please
  • Low reputation (1):
Posted by: Megha Chandel B.Tech

79400052

Date: 2025-01-30 13:28:09
Score: 10.5
Natty: 8.5
Report link

@Dhawal Did you manage to retrain the Coral model to only detect only the 1 class?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Dhawal
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: jheaff1

79400002

Date: 2025-01-30 13:09:03
Score: 4
Natty:
Report link

use this dependency it will work: dependencies: arcore_flutter_plugin: git: url: https://github.com/KritamBista/arcore_flutter_plugin.git

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

79399989

Date: 2025-01-30 13:05:01
Score: 4.5
Natty: 5
Report link

thanks, my code is working now

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

79399931

Date: 2025-01-30 12:44:56
Score: 5
Natty:
Report link

We have the same issue after migration to MSK Connect 3.7.x. According to conversation with AWS support it is related to some issue on their side (MSK Connect) and it should be fixed soon - on 31 Jan 2025

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Oleh B

79399898

Date: 2025-01-30 12:29:51
Score: 4.5
Natty: 4
Report link

I found the reason for using this function in the Signal section: https://flask.palletsprojects.com/en/stable/signals/#:~:text=Passing%20Proxies%20as%20Senders

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

79399829

Date: 2025-01-30 12:03:43
Score: 4
Natty:
Report link

Speak ( There is a cute cat bro)

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

79399809

Date: 2025-01-30 11:56:41
Score: 4
Natty:
Report link

document.getElementsByClassName("ck-content")[0].innerHTML;

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

79399784

Date: 2025-01-30 11:47:35
Score: 6.5 🚩
Natty: 6
Report link

While I have the same question, I was able to see where the custom event parameters are visible on the META UI. Since, on the overview tab it is not displayed. Although I'm still searching for the answer of how to generate a report of the complete registration event along with lead id parameter. Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): I have the same question
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same question
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shubham Pawar

79399707

Date: 2025-01-30 11:21:28
Score: 4
Natty: 4
Report link

This issue is caused by Public Ips used in your AWS enter image description here

https://medium.com/@oduguwa.israel22/aws-elastic-ip-charges-stop-unexpected-costs-release-unused-ips-step-by-step-guide-bf5c0f1e6b33

check this to get a fix

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: ISRAEL ODUGUWA

79399614

Date: 2025-01-30 10:53:18
Score: 4
Natty:
Report link

highlighting removed text in red and added things in green enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Glass Comms

79399585

Date: 2025-01-30 10:45:16
Score: 4
Natty:
Report link

Take a look at Pythonnet, easy to use

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

79399511

Date: 2025-01-30 10:17:07
Score: 11 🚩
Natty: 4
Report link

how were you able to use NAT gateway to connect to a private endpoint to resolve this issue? I'm having very similar problems with ACI and SQL behind private endpoint.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve this issue?
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having very similar problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how were you
  • Low reputation (1):
Posted by: Marcin Siekierski

79399449

Date: 2025-01-30 09:54:59
Score: 10.5 🚩
Natty: 6.5
Report link

did you manage to solve the issue? I'm stuck on the same problem

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • RegEx Blacklisted phrase (3): did you manage to solve the
  • RegEx Blacklisted phrase (1.5): solve the issue?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Skander Karoui

79399423

Date: 2025-01-30 09:45:56
Score: 4
Natty: 4.5
Report link

Check out the official PostgreSQL wiki for a list of possibilities: https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#Microsoft_SQL_Server

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

79399315

Date: 2025-01-30 09:12:46
Score: 5
Natty:
Report link

have u found the solution for that? Same issue both on linux and windows platforms.

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: DzikiSzynszyl

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

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

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

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

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

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

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

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

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

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

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

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

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

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

79398655

Date: 2025-01-30 02:32:58
Score: 4
Natty: 5
Report link

what helped me was using "use client" on the page where i use these hooks

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what help
  • Low reputation (1):
Posted by: QuZ1_Highlights

79398584

Date: 2025-01-30 01:33:45
Score: 4
Natty:
Report link

CheckBox inherits from ToggleButton, and this answers explains how Command is guaranteed to execute after IsChecked is modified, with examples from the source code. Perhaps this could be marked as a duplicate, but I don't have reputation to do it.

Reasons:
  • RegEx Blacklisted phrase (1.5): I don't have reputation
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29424857

79398468

Date: 2025-01-29 23:47:24
Score: 4.5
Natty: 7.5
Report link

skibkjdfgnjksfhgkjsdfhgkjsdfhgkjsdfhgkjghgsdfkhgkejdhgrf

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

79398467

Date: 2025-01-29 23:46:23
Score: 4
Natty:
Report link

Debian GNU/Linux system copyright. API ID: 822908ee73dfb2aef927282ab1f2bbf3 Verification Code = [ ******************** ] $ Connection..host..http://+ instagram +/api/%$intec/success.. $ Account:http://instagram/+ Nayraa9149 +/a-%/php.. $ Applying md5()_Algoritm..| $ buffroverflow.c --system--nodir| SEDr_hash] !== $_COOa-%/ =hacked.py Γ―ΒΏΒ½ bash Γ―ΒΏΒ½ 80x10 $ Applying RSA()_Algoritm... f| - $ Applying map_reduce()... SUCCESS! $ tar -zcvf password.zip *.password = *******| $ Success! Username is: + Nayraa9149 +/encryption/4055001556657& $_GET_password from the link below| _Successfully accessed. to <& date $ buffroverflow.c --system--nodir

Reasons:
  • Blacklisted phrase (1): the link below
  • Blacklisted phrase (1): ΒΏ
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Filler text (0.5): ********************
  • Low reputation (1):
Posted by: Himanshu Kumar

79398429

Date: 2025-01-29 23:26:16
Score: 7.5 🚩
Natty:
Report link

How did you resolve this issue? i am having a similar challenge. I host my app.js file on root directory, the use router to run all my js codes in /routes/index.js

The app is functioning properly on local environment but showing internal server error on Vercel.

Reasons:
  • RegEx Blacklisted phrase (3): did you resolve this
  • RegEx Blacklisted phrase (1.5): resolve this issue?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: Inspired Scoop

79398401

Date: 2025-01-29 23:09:12
Score: 7.5
Natty: 8
Report link

this is exactly what I need... how do i add a comma for thousands?

Reasons:
  • Blacklisted phrase (1): how do i
  • Blacklisted phrase (0.5): I need
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29424154

79398363

Date: 2025-01-29 22:47:05
Score: 4
Natty:
Report link

Turns out my problem was within postman.

For some reason I had two Authorization headers, one with correct value and another one empty. here how it was

Whenever I send a request with double Authorization header to NGINX it returns a 400 response.

It only occurs in websocket collections, HTTP collections runs fine with double Auth headers, probable because Postman overrides with the default one. Maybe it doesn't do the same for Websocket collections?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: unknownfella

79398339

Date: 2025-01-29 22:33:01
Score: 5
Natty: 4.5
Report link

there is a feature, but not sure if there is an api for this https://www.youtube.com/watch?v=bPkhGegCzEM

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: xihajun

79398302

Date: 2025-01-29 22:00:52
Score: 7.5 🚩
Natty: 6
Report link

In my case, I have the Xcode workspace checked in the iOS resolver settings, and nothing. I watched the video and followed the steps and also didn't work.

I am on week 2ish of trying to get this work, and none of the solutions seem to work for me. Any help would be appreciated.

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help would be appreciated
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: eantillon

79398290

Date: 2025-01-29 21:55:50
Score: 9
Natty: 7.5
Report link

Could you resolve this? I am getting the same error and have confirmed that my adata also has image slot. Thanks so much.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1.5): resolve this?
  • RegEx Blacklisted phrase (1): I am getting the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same error
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Madhurima Kaushal

79398287

Date: 2025-01-29 21:54:48
Score: 8 🚩
Natty: 5.5
Report link

Did you manage to fix this? I'm experiencing the same problem and I haven't been able to find a working solution yet.

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

79398261

Date: 2025-01-29 21:43:45
Score: 8
Natty: 7
Report link

Looking for the same. How can I add a delay between two messages in a topic flow? The answer provided is not clear to me. Can someone please explain?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (2.5): Can someone please explain
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bart van Doveren

79398189

Date: 2025-01-29 21:10:34
Score: 8.5 🚩
Natty: 6
Report link

Could you please explain in more detail how you fixed this? I am trying to fix this on my SSD1306 (64x48) with ESP32.

Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (2.5): Could you please explain
  • RegEx Blacklisted phrase (1.5): fixed this?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lBeJIuk

79398182

Date: 2025-01-29 21:07:32
Score: 9.5 🚩
Natty: 5.5
Report link

i have the same issue, did you guys find the way to solve it ?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve it ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alex Castro

79398177

Date: 2025-01-29 21:04:30
Score: 9 🚩
Natty: 6.5
Report link

Did you solve this problem? I am also trying to get screw tightening data with copco.

Reasons:
  • RegEx Blacklisted phrase (3): Did you solve this problem
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you solve this
  • Low reputation (1):
Posted by: NamΔ±k Kemal ARSU

79398172

Date: 2025-01-29 21:03:29
Score: 4
Natty:
Report link

There is no version 2.5.1+cpu of torch available for macos.

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

79398159

Date: 2025-01-29 20:57:27
Score: 4
Natty:
Report link

Okay I changed this a bit and its working. But I still don't understand why and how? Below is the component

import React from "react";
import "./clientLayout.css";

import Sidebar from "../../containers/Sidebar";
import HeaderPanel from "../../containers/HeaderPanel";
import ContentPanel from "../../containers/ContentPanel";

const ClientLayout = () => {

  return (
    <div className="client-layout-container collapsed">
      <Sidebar />
      <HeaderPanel />
      <ContentPanel />
    </div>
  );
};

export default ClientLayout;

This is the ContentPanel

import React from "react";
import { Route, Routes } from "react-router-dom";
import { SidebarMenus } from "../dataProvider/SidebarMenus";

const ContentPanel = () => {
  return (
    <Routes>
      {SidebarMenus.map((menu, index) => (
        <Route key={index} path={menu.path} element={menu.element} />
      ))}
    </Routes>
  );
};

export default ContentPanel;

And this is one of the route

import React from "react";

const Dashboard = () => {
  const generateParagraphs = () => {
    const paragraphs = [];
    for (let i = 0; i < 1000; i++) {
      paragraphs.push(<p key={i}>Hello {i + 1}</p>);
    }
    return paragraphs;
  };

  return (
    <div className="component-container">
      <div className="main-content">
        <div className="form">
          <h2>Dashboard Content</h2>
          {generateParagraphs()}
        </div>
      </div>
      <div className="side-content">
        <h3>Side Content</h3>
        {generateParagraphs()}
      </div>
    </div>
  );
};

export default Dashboard;

and its working with this css for now:

.client-layout-container {
  width: 100%;
  height: 100dvh;
  display: grid;
  grid-template-rows: 4rem auto;
  grid-template-columns: 15rem auto;
  grid-template-areas: "sidebar header" "sidebar content";
  gap: 0.3rem;
}

.client-layout-container.collapsed {
  grid-template-columns: 7rem auto;
}

.client-layout-container > :nth-child(1) {
  grid-area: sidebar;
}

.client-layout-container > :nth-child(2) {
  grid-area: header;
  background: red;
}

.client-layout-container > :nth-child(3) {
  grid-area: content;
  height: 100%;
  background: blue;
}

.component-container {
  display: grid;
  grid-template-columns: auto 20rem;
  overflow: auto;
}

.main-content {
  overflow: auto;
}

.side-content {
  overflow: auto;
}

can anyone explain why I cannot remove the overflow auto on the component-container as I only want its children div to scroll, so why do I need to specify that there as well. Without that I again lose the scroll on both main-content and side-content.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (2.5): can anyone explain
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bibek Bhattarai

79398147

Date: 2025-01-29 20:53:24
Score: 7 🚩
Natty:
Report link

************* Insomnia 10.0.0 ****************

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (1.5):
  • Filler text (0.5): *************
  • Filler text (0): ****************
  • Low entropy (1):
  • Low reputation (1):
Posted by: user3292797

79398138

Date: 2025-01-29 20:51:22
Score: 8.5 🚩
Natty: 6.5
Report link

Is there any update on this?..

Reasons:
  • Blacklisted phrase (1): update on this
  • Blacklisted phrase (1): Is there any
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (1):
Posted by: Mahmoud Nasr

79398005

Date: 2025-01-29 19:48:04
Score: 6 🚩
Natty: 5
Report link

Error: Cannot find module '/storage/emulated/0/Download/Bot_Div/script.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1409:15) at defaultResolveImpl (node:internal/modules/cjs/loader:1060:19) at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1065:22) at Module._load (node:internal/modules/cjs/loader:1214:37) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:234:24) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5) at node:internal/main/run_main_module:33:47 cara eu tΓ΄ tendo uma problema que nΓ£o encontra,alguΓ©m poderia me ajudar?

Reasons:
  • Blacklisted phrase (1): nΓ£o
  • RegEx Blacklisted phrase (2): encontra
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Darko off

79397980

Date: 2025-01-29 19:35:00
Score: 8 🚩
Natty:
Report link

Precisa de ajuda com um desafio profissional? Quer contribuir ajudando outras pessoas?

EntΓ£o, a plataforma β€œBindways Network” Γ© perfeita para vocΓͺ!

Aqui, vocΓͺ pode encontrar profissionais em diversas Γ‘reas, dispostos a te ajudar com qualquer desafio, tudo sem custos financeiros.

Venha fazer parte da plataforma e comece a fazer mentorias profissionais e networking.

🌐 bindways.com/bwn

πŸ”— Apoie compartilhando esse post.

#networking #mentoria #startups

Reasons:
  • Blacklisted phrase (3): vocΓͺ
  • Blacklisted phrase (1): EntΓ£o
  • RegEx Blacklisted phrase (2): encontrar
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Hoiama Rodrigues

79397962

Date: 2025-01-29 19:29:58
Score: 4.5
Natty:
Report link

Please check this GitHub repo (Credits: Aniruddha Prithul). I also suggest checking out Open3D for ML-related tasks.

Reasons:
  • Blacklisted phrase (1): Please check this
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Annaji Rao Challa

79397958

Date: 2025-01-29 19:28:56
Score: 14.5 🚩
Natty:
Report link

did u find any solution ?? I have the same problem.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did u find any solution
  • RegEx Blacklisted phrase (2): any solution ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did
  • Low reputation (1):
Posted by: rafael barrios

79397954

Date: 2025-01-29 19:28:56
Score: 5
Natty: 5.5
Report link

This works! thanks for posting this!

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

79397952

Date: 2025-01-29 19:26:54
Score: 4.5
Natty: 3.5
Report link

I have not found a solution to after googling.

The question is

I want to gzip my JS and load it without a webserver (using Kestrel) and need to supply a 17 mb uncompressed file to regions with slow inet, my page and data are being loaded from EU,

I can get geoloaction and would like to include the gzip file from a simple kestrel in countries like China

Any advice please

Thanx

Reasons:
  • Blacklisted phrase (1): Thanx
  • RegEx Blacklisted phrase (1): I want
  • RegEx Blacklisted phrase (1): have not found a solution
  • No code block (0.5):
  • Low reputation (1):
Posted by: user2298075

79397935

Date: 2025-01-29 19:21:52
Score: 5.5
Natty: 3.5
Report link

To my mind, all these answers simply confirm that node.exe is installed. Is there a self-test or test suite that will confirm that all the components that come with node.js were installed and configured properly and are working? Does "node -v" do all that?

Reasons:
  • RegEx Blacklisted phrase (2): working?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
Posted by: mnemotronic

79397920

Date: 2025-01-29 19:16:50
Score: 5.5
Natty:
Report link

could you try to put +0 at the end of the dax measurements?

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

79397884

Date: 2025-01-29 19:05:46
Score: 10.5
Natty: 8.5
Report link

@mikeQ Can you please confirm what How did you manage to embed that pixel?

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @mikeQ
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Saurabh Darji

79397870

Date: 2025-01-29 18:59:43
Score: 8.5 🚩
Natty: 5
Report link

Hi please help friends I am looking for a macro.let me explain my data first.it is a list of customer who have taken loan from multiple bank.in my data where ever a customer have multiple Bank that many rows will be there.what i want is by running a macro All customer name should be unique in single column but the multiple Bank and its address should come in single row also the headers should be mentioned automatically like bank1,bank1address,bank2',bank2address like wise.

Reasons:
  • Blacklisted phrase (2): I am looking for
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (1): i want
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29422000

79397844

Date: 2025-01-29 18:47:39
Score: 6 🚩
Natty:
Report link

did you check the camera usage hardware in signing & capabilities ?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Nasserallah Hourichi

79397777

Date: 2025-01-29 18:22:32
Score: 4
Natty: 4.5
Report link

I just saw that Plotly has a sidebar option explained here: https://dash.plotly.com/dash-ag-grid/enterprise-sidebar

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

79397768

Date: 2025-01-29 18:19:30
Score: 8 🚩
Natty: 5.5
Report link

Could you share the pypdf2 layer or its arn which you have used to run this lambda code?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you share
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Prashant Mittal

79397725

Date: 2025-01-29 18:04:25
Score: 5
Natty:
Report link

π”π’πˆππ† π’ππŽπ–ππ€π‘πŠ ππ‘πŽπ‚π„πƒπ”π‘π„ π“πŽ 𝐄𝐗𝐄𝐂𝐔𝐓𝐄 ππ”π„π‘πˆπ„π’ ππ€π‘π€π‹π‹π„π‹π‹π˜ (No more multiple/duplicate worksheets or send queries to another developer for execute 😜)

https://github.com/mahanteshimath/EXECUTE_SNOWFLAKE_QUERIES_PARALLELLY (GitHub link: Present in Description of Video PR are welcome) Comment your thoughts /Let me know other better methods

https://www.youtube.com/watch?v=RGiB1cRMzc0&feature=youtu.be

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mahantesh Hiremath

79397705

Date: 2025-01-29 17:56:22
Score: 4
Natty: 3.5
Report link

12345345643245643245643245675432456786543213456786543567897654325687654356754356754356754356754324567865435675468748743847850549878999996000854968500600598210981029109000843689467328950000435356829700000000000000765647800000

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Filler text (0.5): 00000000000000
  • Low reputation (1):
Posted by: user29421212

79397644

Date: 2025-01-29 17:35:16
Score: 4
Natty:
Report link

What's in the other answer is correct (and I can't comment due to reputation).

There is an important caveat though:

If you write to a graphmart, which is the Anzo abstraction for a graph, the write goes to a linked data set called journal. The triples you write will not be available in the graph automatically, unless you trigger a graphmart refresh, which essentially means running the whole ingest pipeline again. This adds at least a few seconds of delay, depending on the amount of data, where the whole graph is unavailable.

If your usecase relies on OLTP with a sufficiently high number of writes, and n seconds of lag are a no go, you should consider a different platform.

For persisting data in an OLTP way, Anzo uses those journals, which actually are an instance of Blazegraph running.

(This is the behavior on the Anzo 5.3 platform, it might have improved since.)

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): What's in the
  • Low reputation (1):
Posted by: reallynotthateducated

79397640

Date: 2025-01-29 17:33:13
Score: 7 🚩
Natty:
Report link

did you find a solution? I just got the same error. If I use a text in the prompt, if works correctly but when I use a file, it fails.

However, when testing the prompt, it uses correctly the file provided as sample data.

Thanks.

BegoΓ±a.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): did you find a solution
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): did you find a solution
  • Low reputation (1):
Posted by: Bvillamor

79397618

Date: 2025-01-29 17:26:10
Score: 6 🚩
Natty: 5
Report link

I have the bookmarking working in my project nicely, and would like to implement this functionality that you are referencing. Where and how did you add this to your project?

thanks in advance for any and all help.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (3): thanks in advance
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Roman Weaver

79397616

Date: 2025-01-29 17:25:09
Score: 5.5
Natty:
Report link

I am facing the same issue in my personal site name gearthrust. if a upload new article i am facing the issue you ha link to external source.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: techy pork

79397532

Date: 2025-01-29 16:59:02
Score: 4
Natty: 4
Report link

Be great if you posted the whole working code.

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

79397510

Date: 2025-01-29 16:52:59
Score: 4
Natty: 4
Report link

thanks it' s help. interesting why not manuall instaler.

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

79397475

Date: 2025-01-29 16:41:55
Score: 9.5 🚩
Natty: 4.5
Report link

did you managed to solve the issues ? Same problem here and days wated looking for a solution....

Reasons:
  • RegEx Blacklisted phrase (3): did you manage
  • RegEx Blacklisted phrase (1.5): solve the issues ?
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Axel Labre uint8_t

79397463

Date: 2025-01-29 16:34:52
Score: 4.5
Natty:
Report link

Have to solve this problem? Actually I'm building the similar project to play tic tac toe over bluetooth but unable to come up with the solution yet! have build basic tic tac toe game in react native and would live to play on 2 device over bluetooth? if you have solution, do let me know

Reasons:
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Awais Ali

79397309

Date: 2025-01-29 15:49:41
Score: 4.5
Natty: 5
Report link

Django 5.2 will support composite primary keys, see:

https://docs.djangoproject.com/en/dev/releases/5.2/#composite-primary-keys

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

79397298

Date: 2025-01-29 15:45:39
Score: 11.5 🚩
Natty: 6.5
Report link

I'm having a similar problem... but, cause of differents names of class, I can't find a solution. Here I solved the problem, thanks to the post with the code error. I can't vote, but this helped me a lot!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): I'm having a similar problem
  • Blacklisted phrase (1): helped me a lot
  • Whitelisted phrase (-2): I solved
  • RegEx Blacklisted phrase (2): I can't find a solution
  • RegEx Blacklisted phrase (2): can't find a solution
  • RegEx Blacklisted phrase (2): can't vote
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having a similar problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: gapler

79397258

Date: 2025-01-29 15:32:34
Score: 4.5
Natty:
Report link

when ever i try to add any file in my project at that time i am getting the error of the fatal: pathspec 'index.html' did not match any files but i already try to add the file with command of git add [file name].

Reasons:
  • RegEx Blacklisted phrase (1): i am getting the error
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): when
  • Low reputation (1):
Posted by: user29419239

79397147

Date: 2025-01-29 15:02:25
Score: 7.5 🚩
Natty: 5
Report link

did you find the answer you are looking for? I am currently looking for a similar option.

kind regards, Harm

Reasons:
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (3): did you find the answer
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): did you find the answer you are
  • Low reputation (1):
Posted by: Harm van der Linde

79397095

Date: 2025-01-29 14:44:19
Score: 4
Natty: 5.5
Report link

Same problem. Any update ? "Position 56:42. No parameterless constructor defined for type 'CommunityToolkit.Maui.Views.DrawingView'." I uses CommunityToolkit.Maui" Version="9.1.1" and maui 8

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nino

79397076

Date: 2025-01-29 14:37:17
Score: 5
Natty:
Report link

I am facing same issue with Playwright Version 1.50.0 and latest Chromium version. Here is my code

    import { test } from '@playwright/test';
    import { defineConfig } from '@playwright/test';
    const path = require('path');
    const fs = require('fs');

    export default defineConfig({
    use: {
        clientCertificates: [{
          origin: 'https://t01:8443/Ter/#/login',
          pfxPath: 'C:/o/tk/cert/t-lp-tre/t-lp-truststore.p12',
          passphrase: 'tore', 
        }],       
      },      
    });

    // Main login function
    async function login(browser, username, password) {
      console.log('Starting login process...');

        const context = await browser.newContext({
        ignoreHTTPSErrors: true, 
      });

      const page = await context.newPage();     
      
      await page.goto("https://t01:8443/Ter/#/login");

      console.log('Navigating to the login page...');     

      console.log('Filling in credentials...');
      await page.fill('input[placeholder="Username"]', username);
      await page.fill('input[placeholder="Password"]', password);
      await page.click('button[type="submit"]');  
      await page.waitForLoadState('load'); 

      console.log(`${username} logged in successfully`);
    }

    test('Run Tests with Parallel Users', async ({ browser }) => {
      const dataPath = 'testdata/testdata_2Usr.json';
      const testData = await fs.promises.readFile(dataPath, 'utf-8');
      const jsonData = JSON.parse(testData);
      
      for (const user of jsonData) {
        const { username, password } = user;
        await login(browser, username, password);
      }
    });

And after using solution provided by Max, I am still not able to handle TLS Client Certificates pop up. I even tried with third party utilities like autoIT but still not able to click on 'ok' on 'select certificate' pop up. Can someone please help? (Sorry fairly new to Playwright and js)

Reasons:
  • RegEx Blacklisted phrase (3): please help
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I am facing same issue
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Finch

79397062

Date: 2025-01-29 14:31:14
Score: 4
Natty: 6
Report link

loda meera, randi ki olad teri maa ki chut bhen chod

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