79374966

Date: 2025-01-21 15:24:58
Score: 6 🚩
Natty:
Report link

want me to help you via discord?

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

79374956

Date: 2025-01-21 15:20:56
Score: 6 🚩
Natty:
Report link

My device is having a similar problem. the test is appearing but there is no corresponding image, making the test impossible unless you can correctly guess all ten questions.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): having a similar problem
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29299463

79374934

Date: 2025-01-21 15:12:52
Score: 10.5 🚩
Natty: 6.5
Report link

@GregoryMagarshak Did you find something?

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

79374896

Date: 2025-01-21 15:02:49
Score: 4.5
Natty: 4.5
Report link
ClientSizeProperty.Changed.Subscribe(size =>
{
    var x = (size.OldValue.Value.Width - size.NewValue.Value.Width) / 2 * Scaling;
    var y = (size.OldValue.Value.Height - size.NewValue.Value.Height) / 2 * Scaling;

    Position = new PixelPoint(Position.X + (int)x, Position.Y + (int)y);
});

public double Scaling => Screens.ScreenFromWindow(this)!.Scaling;

I need to multiply x and y by window scaling factor. Otherwise, the window would slowly shift.

Is this the right way to fix?

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1.5): fix?
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: ajtn123

79374888

Date: 2025-01-21 15:00:47
Score: 7
Natty: 7
Report link

In my case, I wanted any key I typed to cancel the suggestion. Does anyone know how to do something like this?

Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lucas

79374562

Date: 2025-01-21 13:25:20
Score: 4.5
Natty:
Report link

The solution seems to have been to just turn the computer off and on again several times then write the entire program out again by hand.

I still don't know why the error happened, but I'm suspecting that there may have been either something running in the background that was messing things up or some hidden symbol that I had accidentally copied from one of the references I was using that did it.

Either way, I guess this is solved? Thanks for everyone who responded

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1.5): solved?
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user24995271

79374523

Date: 2025-01-21 13:13:16
Score: 4.5
Natty: 7
Report link

I have used this documentation from Mozilla and it has worked for me:

https://developer.mozilla.org/en-US/docs/Web/CSS/@page/page-orientation

Reasons:
  • Blacklisted phrase (1): this document
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Christoph

79374517

Date: 2025-01-21 13:11:15
Score: 6 🚩
Natty: 4
Report link

was this ever solved? we are receiving the same error with the recent upgrade of react-intl from 7.1.0 to 7.1.4; we are on react ^18.13.1

Reasons:
  • RegEx Blacklisted phrase (1.5): solved?
  • RegEx Blacklisted phrase (0.5): was this ever solved
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): was this
  • Low reputation (1):
Posted by: Stephen Pennine

79374516

Date: 2025-01-21 13:11:14
Score: 5.5
Natty:
Report link

If you are using ReactJS:

stack overflow: https://stackoverflow.com/a/79296249/12760567

or

GitHub: https://github.com/facebook/react/issues/31699#issuecomment-2553006023

or

YouTube: https://youtu.be/mUlfo5ptm1o?si=oBGmCjLirchI5s2f

If you are using React with Typescript:

GitHub: https://github.com/facebook/react/issues/31699#issuecomment-2604560106

or

YouTube: https://youtu.be/_0_kW0xI7P8?si=JWDu0Lyskflmdjol

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sai Teja Yelubolu

79374493

Date: 2025-01-21 13:03:10
Score: 7.5 🚩
Natty: 4.5
Report link

Did you ever receive an answer on this? I am seeking exactly the same thing.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever
  • 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: RichardRendleman

79374478

Date: 2025-01-21 12:58:08
Score: 13 🚩
Natty: 5
Report link

Actually, I am trying to install the Electron application on Ubuntu systems with NVIDIA graphics and getting the below error.

[108097:0121/180352.649957:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.

After running Electron with --no-sandbox, it works, but it's not a secure process. Do you have any other solutions? Please help me out

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1.5): getting the below error
  • RegEx Blacklisted phrase (3): Please help me
  • RegEx Blacklisted phrase (2): help me out
  • RegEx Blacklisted phrase (2.5): Do you have any
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user29277916

79374468

Date: 2025-01-21 12:53:06
Score: 5.5
Natty:
Report link

I just followed the instructions and found no issues on either x86 Linux, and ARM macOS. I also tested with cargo-risczero v1.20 with rustc 1.81, 1.83, 1.84 and with the same targets installed (riscv32im-unknown-none-elf, x86_64-unknown-linux-gnu) and without. Everything worked.

Could you please post the output of rzup show and also the output of cat rust_toolchain.toml in your directory?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you please post
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Sasha Aldrick

79374453

Date: 2025-01-21 12:48:04
Score: 5.5
Natty: 5.5
Report link

Isn't Samsung giving the phone number as null in call details?

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

79374451

Date: 2025-01-21 12:47:02
Score: 10 🚩
Natty: 5
Report link

I know it's an old post but I'm searching for something similar but not exactly this and hoping you can help... I have a spreadseet with a tab "Raw data" of 185 survey repsonses and another tab "Analysis". In my Analyis tab i want to count the data in a certain column of my Raw Data, so my formula is =COUNTIF('Raw data'!G2:G186,"Strongly Disagree"). I want G186 to automatically update based on the number of responses. So if I only have 50 responses, my formula updates to =COUNTIF('Raw data'!G2:G151,"Strongly Disagree"). I can manually enter the response numbers into a cell. How do i do this?

Reasons:
  • Blacklisted phrase (1): How do i
  • RegEx Blacklisted phrase (3): you can help
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kaveem

79374433

Date: 2025-01-21 12:40:00
Score: 5.5
Natty:
Report link

I have the same problem as you.But I found this link:https://gist.github.com/c4mx/0f8eacea356ca01fc8315483ba348b23. After testing, this computes the correct PTK. And I looked at your code, and I think these are the problems that caused you to solve the problem incorrectly. 01.aNonce sNonce, apMac, and cliMac should all use the a2b_hex function 02. You should use bytes([i]) instead of str(i).encode('ascii'). They don't produce the same result (e.g., b'\x01' and b'1') 03. The PRF function needs b"\x00" between A and B. English is not my native language, so the machine translation text might be a bit strange.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: ZIKH26

79374408

Date: 2025-01-21 12:32:58
Score: 5
Natty: 4.5
Report link

I have a problem with JAVA 17 spring boot 3.4.1

https://stackoverflow.com/staging-ground/79374403

I did new post

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jéssica Developer

79374366

Date: 2025-01-21 12:18:53
Score: 9.5 🚩
Natty:
Report link

I have the same issue. Any resolution?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (2):
  • 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: Márcio Ribeiro

79374328

Date: 2025-01-21 12:07:49
Score: 5.5
Natty: 5
Report link

Is FI code the solution? I would like to create an add-on for my Dimensions CM (version 14.x) with which I can download the design part structure including the refered and attached items locally. Is there any coding/tool available?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anton Johnson

79374320

Date: 2025-01-21 12:05:48
Score: 5
Natty: 4.5
Report link

how do i capture name and phone number from the text below:

MOBILE MONEY TRANSACTION HISTORY From: 14-Dec-2024 To: 13-Jan-2025 MSISDN: +233567789987 ACCOUNT HOLDER NAME: Eva Obeng

How can i find the pattern for the data i want to capture

Reasons:
  • Blacklisted phrase (0.5): How can i
  • Blacklisted phrase (1): how do i
  • RegEx Blacklisted phrase (1): i want
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): how do i
  • Low reputation (1):
Posted by: Berlinda Anaman

79374311

Date: 2025-01-21 12:03:47
Score: 5
Natty: 6.5
Report link

I recommend reading this article on GeeksforGeeks: https://www.geeksforgeeks.org/why-do-we-need-dtos-and-interfaces-both-in-nest-js/

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

79374253

Date: 2025-01-21 11:50:43
Score: 4
Natty: 5
Report link

There is a new Java library called StAEDI: https://github.com/xlate/staedi.

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

79374202

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

This can be fixed by creating as mentioned here. Sample: https://github.com/aws-samples/amazon-managed-service-for-apache-flink-examples/blob/main/python/KafkaConfigProviders/Kafka-mTLS-Keystore-ConfigProviders-DataStream/deps/com/amazonaws/msk-config-providers/0.0.1-SNAPSHOT-uber/msk-config-providers-0.0.1-SNAPSHOT-uber.pom

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

79374178

Date: 2025-01-21 11:22:35
Score: 4.5
Natty:
Report link

Thank you to everyone who provided suggestions. I decided to take a different approach that offers users a better UI experience. Instead of placing the reroute logic in the ngOnInit method, I added a button that users can click to trigger the reroute. This way, users have the opportunity to view the page's content and choose to navigate away at their convenience.

@ruben and @naren provided excellent tips though, be sure to try them if you have the same issue!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Has code block (-0.5):
  • Me too answer (2.5): have the same issue
  • User mentioned (1): @ruben
  • User mentioned (0): @naren
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Hamzah Alkhateeb

79374123

Date: 2025-01-21 11:05:31
Score: 8.5 🚩
Natty: 6
Report link

Did you solve your problem? I currently use torch 2.4.0 for multinode training and follow above tutorial but it’s hanging when connect

Reasons:
  • RegEx Blacklisted phrase (3): Did you solve your problem
  • RegEx Blacklisted phrase (1.5): solve your 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 solve you
  • Low reputation (1):
Posted by: CP-DA

79374083

Date: 2025-01-21 10:51:26
Score: 4
Natty:
Report link

It's a very interesting task and job to find this kind of calls report.

Old Generator Sale in Delhi

Old Generator Sale in Noida

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

79374082

Date: 2025-01-21 10:51:25
Score: 5
Natty:
Report link

No idea what wrong, Android 10 :((

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

79374060

Date: 2025-01-21 10:42:22
Score: 4
Natty:
Report link

Most likely it's one or more of the current limitations of the static analysis Vite does to handle these imports: https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations

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

79373999

Date: 2025-01-21 10:23:17
Score: 4
Natty:
Report link

i meet the same issue in nx with nestjs

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

79373989

Date: 2025-01-21 10:21:15
Score: 11 🚩
Natty: 4.5
Report link

Did you get it up and running? I have the same issue.

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

79373929

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

This issue is likely fixed in Microsoft Edge Version 132.0.2957.115 (MacOS).

enter image description here

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

79373916

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

Did you get to the bottom of this?

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

79373868

Date: 2025-01-21 09:42:01
Score: 8.5 🚩
Natty: 6.5
Report link

ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (2,) + inhomogeneous part.

Has this issue solved? I also got the same error message as listed above. Would you please provide the solution?

Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2.5): please provide the solution
  • RegEx Blacklisted phrase (1.5): solved?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: 黃志銘

79373831

Date: 2025-01-21 09:27:56
Score: 5
Natty:
Report link
Click Here=></iframe>
Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: zerocyber

79373816

Date: 2025-01-21 09:24:55
Score: 5.5
Natty:
Report link

Not sure if you have the same issue as me, but Python V3.12 and V3.13 gave memory leaks whilst using Kivy. I remain on V3.11 and it is solid. Just leaving this here if someone else has the same fault.

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

79373771

Date: 2025-01-21 09:07:50
Score: 6.5 🚩
Natty: 5.5
Report link

I would suggest you to handle the popup with Excel Macro code separately and then try to open with Automation Anywhere.

You can try with recorder as well. It might help.

Can you please share the popup screenshot for better understanding?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you please share
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Rajeshy-oo7

79373742

Date: 2025-01-21 08:59:47
Score: 8 🚩
Natty: 5.5
Report link

I have the following string in my Apache Velocity (vs 1.4) Script: Pippo_all_1.0.1_2025-01-20.txt. The following regex expression doesn't match: "^(.*?)(\d+\.\d+\.\d+)_(\d{4}-\d{2}-\d{2})\.txt$"). Do you know why? Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): why?
  • RegEx Blacklisted phrase (2.5): Do you know why
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Camilla

79373731

Date: 2025-01-21 08:55:45
Score: 5
Natty:
Report link

انا احتاج تحويل url rtsp الى htto ارجو مساعدتي

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: ahmed

79373488

Date: 2025-01-21 07:26:20
Score: 12 🚩
Natty:
Report link

I am getting the same error during Selenium robot framework tests. Can you explain in more detail how you solved it?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you explain
  • RegEx Blacklisted phrase (1.5): solved it?
  • 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
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Tastan

79373444

Date: 2025-01-21 07:00:15
Score: 9
Natty: 7.5
Report link

Bump this up. Any solutions to this enquiry?

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solutions to this enquiry?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ABDUL RAHIM

79373409

Date: 2025-01-21 06:43:10
Score: 5.5
Natty: 5.5
Report link

But can we execute this command in any kusto function?

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

79373407

Date: 2025-01-21 06:42:09
Score: 4.5
Natty: 5
Report link

Please make sure you have the driver installed, as described here - https://www.mongodb.com/docs/drivers/java/sync/current/quick-start/#add-mongodb-as-a-dependency

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

79373392

Date: 2025-01-21 06:37:07
Score: 4
Natty:
Report link

Seems to be possible since v6.4.0 using TypographyPropsColorOverrides.

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

79373381

Date: 2025-01-21 06:31:04
Score: 6 🚩
Natty: 5.5
Report link

https://youtu.be/PeKq_cGZcnY?si=qbINSQr8rEOokplT

this is for react 19 it save your time

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29291435

79373369

Date: 2025-01-21 06:24:02
Score: 5
Natty: 6
Report link

This article could help to solve the problem https://medium.com/@seymorethrottle/jasper-reports-adding-custom-fonts-589b55a52e7c

Reasons:
  • Blacklisted phrase (1): This article
  • 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: Habibur Rahman

79373365

Date: 2025-01-21 06:20:59
Score: 6.5 🚩
Natty:
Report link

Can you share the step by step guide for this

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you share the
  • Low reputation (1):
Posted by: Ritik Kaushik

79373313

Date: 2025-01-21 05:49:51
Score: 8 🚩
Natty: 6.5
Report link

@fixnode Did find solution to this?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @fixnode
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Shubhamkumar Sampatbhai Jain

79373210

Date: 2025-01-21 04:42:36
Score: 5
Natty:
Report link

oops, i have the same problem now. but i don't see a solution yet, because it is a kind of callbacks and i don't know the pattern of the urls, or there is none. the urls are transmitted to me by external servers, which are open in deciding which urls they use.

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Low reputation (0.5):
Posted by: naturzukunft

79373197

Date: 2025-01-21 04:30:33
Score: 8.5 🚩
Natty: 5
Report link

i am facing same issue for making an application of my telecom company that is dito sim can anyone help. Plz

Reasons:
  • RegEx Blacklisted phrase (3): can anyone help
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i am facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: thrifty fills

79373189

Date: 2025-01-21 04:20:29
Score: 7.5 🚩
Natty:
Report link

Good day to you guys,

I also need help in extracting Youtube Channel Links. I want a code similar to the above code. But this time it will extract channel links.I attached an image, the link that I want to extract is the one marked in blue on the right side (hidden href/channel link). Thank you in advance!

Code that extracts the hidden href/channel link

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Good day
  • RegEx Blacklisted phrase (3): Thank you in advance
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Leo Carlo Lorzano

79373162

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

from docx import Document

Crear un nuevo documento

doc = Document()

Agregar un título

doc.add_heading('Título del Documento', level=1)

Agregar contenido

doc.add_paragraph('Aquí va el texto que deseas convertir a Word.')

Guardar el documento

doc.save('Nombre_Del_Documento.docx')

Reasons:
  • Blacklisted phrase (2): Crear
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Srjimmy

79373127

Date: 2025-01-21 03:34:18
Score: 4.5
Natty:
Report link

may I ask if the OP has found the answer

Reasons:
  • Blacklisted phrase (1): may I ask
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: azel jing

79373043

Date: 2025-01-21 02:27:03
Score: 4.5
Natty:
Report link

Not a new answer (don't have the rep to comment yet) so upvote the answer above.

  1. The first traversal ends up with the point at about 0.1, 0.52 with a search point of 0.38, 0.6 (all numbers guestimated). So that is an error of about 0.29.

  2. We then have to backtrack to the previous node and see if that hyperplane is closer than the error.
    At 0.04 away it is so we have to check it as well we find the point 0.42, 0.641 which would be only 0.08 away.

  3. We now go to the root that hyperplane is 0.15 away so nothing on that side could be closer.

If you are wondering about best and worst case The time complexity for a 1-NN (nearest neighbor) search using a KD tree (i.e. balanced binary tree) is in what range?.

Reasons:
  • Blacklisted phrase (1): to comment
  • Blacklisted phrase (0.5): upvote
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Justin Shriver

79373030

Date: 2025-01-21 02:11:00
Score: 5
Natty:
Report link

first_div = soup.find("table", class_="products-table table-striped table-condensed is-equity-table") <- Can't you get it this way?

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

79372915

Date: 2025-01-20 23:52:35
Score: 4
Natty:
Report link

I agree with the answer provided by @haruk1515. Just closing the tab worked out for me as well.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @haruk1515
  • Single line (0.5):
  • Low reputation (1):
Posted by: Son_Goku

79372902

Date: 2025-01-20 23:44:33
Score: 4
Natty:
Report link

It seems that tsx doesnt yet support loading .d.ts files.

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

79372879

Date: 2025-01-20 23:31:29
Score: 4
Natty: 5
Report link

https://whyp.it/tracks/248091/samyar-ghodrati-bass-mizanam Samyar ghodrati Iranian Singer and artist Samyar ghodrati king of the bass

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Samyar ghodrati bass

79372854

Date: 2025-01-20 23:12:23
Score: 6 🚩
Natty:
Report link

I'm also a newbie progammer and am also having problems with this and was hoping someone can point me in the right direction.

I have a K3 Key Box (https://www.tuyaexpo.com/product/946025), connected up via a gateway. I've enabled the "Smart Lock Open Service" and managed to sort out the encryption nightmare, and am able to get back what look like success results from the API for creating a new temporary PIN and even for deleting the PIN out too.

However, when it sends the payload to the device, the keybox audibly says "Operation Failed" (but nothing in the log to say it failed, except it doesn't take the new pin, so it did fail).

The API says its all good, but the device itself said it's failed.

I can see the commands in the device log (so I am close!) but it doesn't seem to like the commands being issued to the device.

Does anyone have any experience with this?

Reasons:
  • RegEx Blacklisted phrase (3): Does anyone have any experience
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Andrew

79372778

Date: 2025-01-20 22:18:12
Score: 4
Natty: 6.5
Report link

Baybiltek tarafından geliştirilmiş dijital arşivleme programını inceleyebilirsiniz. https://www.baybiltek.com/

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Çağdaş Şahin

79372746

Date: 2025-01-20 22:03:08
Score: 4.5
Natty:
Report link

Thanks to all for your help!

The solution I ultimately went with was to use iisexpress-proxy to set my IIS Express's local port to one which was (temporarily) remotely accessible. This is the same general solution as Dev Tunnels and ngrok, which likely also would have worked--I just arrived at a working solution with this solution first.

The particulars for me required:

Only real downside to this approach I see is the need to remember to create the proxy every time I test this way (likely create a one-click batch file to do the iisexpress-proxy command). This seems like a mild hassle, but I'll admit to being slightly nervous about any alternatives which would automatically create a link to my dev machine which might be visible to the outside world. Please advise if I'm being overly nervous about this, or if you have a better development path for such work. In any case, thanks again for all your help!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (2.5): Please advise
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: pbickford

79372728

Date: 2025-01-20 21:53:04
Score: 4.5
Natty:
Report link

select ID, IFNULL(Name, 'Not Defined')

AWillsRichardson

Reasons:
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: awillsrichardson

79372727

Date: 2025-01-20 21:53:03
Score: 6 🚩
Natty:
Report link

I am trying to add the Azure AD group in the Organization's Project Collection Valid User and I am able to add from the portal.

Adding the group

group added

But if I use the descriptor of the Project Collection Valid Users, I'm getting the below error CLI

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1.5): getting the below error
  • RegEx Blacklisted phrase (1): I'm getting the below error
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Nyamat Allah Noorahmad Momin

79372673

Date: 2025-01-20 21:25:56
Score: 4
Natty: 5
Report link

Does anyone know how would this work on a clustered NiFi?

I saw it here in the comments but couldn't figure out what the exact answer was.

Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: ofek rotem

79372575

Date: 2025-01-20 20:33:43
Score: 4.5
Natty:
Report link

Isn't just adding a border to page not working?

<style>
   @media print {
      @page {
        size: A4 landscape;
        margin: 10mm;
        border-bottom: 1px solid;
      }
    }
</style>
Reasons:
  • RegEx Blacklisted phrase (2): working?
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Hardik Uchdadiya

79372476

Date: 2025-01-20 19:47:31
Score: 4
Natty:
Report link

None of this works on my Android phone.

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

79372462

Date: 2025-01-20 19:44:29
Score: 5.5
Natty: 4.5
Report link

enter image description here

~/.redisclirc/.pine

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mico_Foundation Stienberg Jaco

79372452

Date: 2025-01-20 19:38:27
Score: 5
Natty:
Report link

Found the solution on my own. See

How to capture xpath of a button on a web page

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

79372429

Date: 2025-01-20 19:22:21
Score: 6 🚩
Natty:
Report link

I have the same issue in the past. I found the solution with this other library: https://github.com/eduardovillao/masky-js

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Whitelisted phrase (-2): I found the solution
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eduardo Villão

79372418

Date: 2025-01-20 19:17:19
Score: 4.5
Natty: 5
Report link

I just dont get when U fetch data from db ChangeTracker already track it so making u'r changes and calling SaveChanges() will update those datas. What's the point of UpdateRnage then ?

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

79372416

Date: 2025-01-20 19:16:18
Score: 4
Natty:
Report link

If all other things are correct and checked by you, have you set the path alias for '@' in your jsconfig.json file ?

{
  "compilerOptions": {
    ...
    "paths": {
      "@/*": ["./src/*"]
    }
  }
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Anup Gopi

79372129

Date: 2025-01-20 17:12:49
Score: 4
Natty:
Report link

Couldn't get it to work in .Net 8, but changing to .Net 9 solved the problem.

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

79372127

Date: 2025-01-20 17:10:48
Score: 4
Natty:
Report link

In Azure portal navigate to the queue and the click on "Service Bus Explorer". Make sure you choose "Receive Mode" and then click on "Purge messages". enter image description here

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

79372094

Date: 2025-01-20 17:00:46
Score: 5.5
Natty: 4
Report link

On this link, you can find a workaround using clientside-callback https://github.com/plotly/plotly.py/issues/2114#issuecomment-2163720263

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

79372069

Date: 2025-01-20 16:52:43
Score: 4
Natty: 4.5
Report link

I want to know this too. eg how to read/understand the below ...

<@Param1, sysname, @p1> <Datatype_For_Param1, , int> = <Default_Value_For_Param1, , 0>,

(nb i'm not able to comment as rep is too low.)

Reasons:
  • Blacklisted phrase (1): I want to know
  • Blacklisted phrase (1): to comment
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: americano

79372044

Date: 2025-01-20 16:45:39
Score: 6 🚩
Natty: 5.5
Report link

did you implement this function with the PID controller?

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: Hazem Irshaid

79372020

Date: 2025-01-20 16:33:35
Score: 11.5 🚩
Natty: 4.5
Report link

I don't think you're doing something wrong. I have the exact same issue where the content vanishes as soon as I use a custom refresh control component. I've played around with the styling (absolute positioning, flex settings etc.) but have not been able to fix it at all.

Did you ever fix this issue?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever fix this
  • RegEx Blacklisted phrase (1.5): fix this issue?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the exact same issue
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Lenka

79371889

Date: 2025-01-20 15:51:25
Score: 10 🚩
Natty: 5.5
Report link

did you found someway to do it, I want to do the exactly same behavior ?

Reasons:
  • RegEx Blacklisted phrase (3): did you found
  • RegEx Blacklisted phrase (1): I want
  • 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: Amar OULD HAMADOUCHE

79371884

Date: 2025-01-20 15:50:23
Score: 14 🚩
Natty: 5.5
Report link

friend. Were you able to solve that problem? I'm having the same problem as you, I have the same htaccess configuration and it doesn't work for me. I thought it could be my code with react-router but I already checked it and it's fine. I have already exhausted all the instances

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve that problem?
  • RegEx Blacklisted phrase (3): Were you able
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Leonardo Ariel Meza

79371860

Date: 2025-01-20 15:45:20
Score: 13 🚩
Natty: 6
Report link

hey am stuck on the same issue any solution you can help with ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (1.5): am stuck
  • RegEx Blacklisted phrase (3): you can help
  • RegEx Blacklisted phrase (2): any solution you can help with ?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Crow V

79371843

Date: 2025-01-20 15:40:17
Score: 6 🚩
Natty: 5
Report link

https://www.youtube.com/watch?v=55x5Hlm03lA Go to this video you will find the solution of problem

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: FARAZ ALAM

79371828

Date: 2025-01-20 15:35:15
Score: 4
Natty: 5
Report link

just adding a question on this thread! For each Social media I'll need to update the properties in order to obtain better Rich Previews??

If we use it for Meta products (whatsapp, instagram, facebook), Twitter (Xuitter)& Linkedin for instance.

How it would look like?

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

79371809

Date: 2025-01-20 15:29:12
Score: 7.5 🚩
Natty: 6.5
Report link

@maxime @rion - is this for github cloud?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @maxime
  • User mentioned (0): @rion
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Venkatesh R

79371798

Date: 2025-01-20 15:27:10
Score: 4.5
Natty: 5
Report link

This worked. Thank you so much

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rehan khan

79371739

Date: 2025-01-20 15:12:06
Score: 4.5
Natty: 6.5
Report link

Dave Doknjas - thank you. I had windows.protocol working and wanted to switch to Alias but nothing worked! Your answer was precise and accurate.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): but nothing work
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: atlanta_dave

79371646

Date: 2025-01-20 14:37:57
Score: 5.5
Natty: 4.5
Report link

Also, even if this is many years tooooo late... (!)

the id="description" should be unique in the form otherwise how is it referenced?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: easybreather

79371636

Date: 2025-01-20 14:31:55
Score: 5
Natty: 6
Report link

Thanks, the "//" did the trick!

Scope: https://service.flow.microsoft.com//.default

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Oliver Kroener

79371627

Date: 2025-01-20 14:28:53
Score: 11.5 🚩
Natty: 5
Report link

I’m stuck with this issue. My SAMLResponse doesn’t contain any user information. How did you set up the user info in your SAMLResponse, and how did you fix the UPNClaimMissing error?

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): how did you fix
  • RegEx Blacklisted phrase (1.5): m stuck
  • RegEx Blacklisted phrase (3): did you fix the
  • RegEx Blacklisted phrase (1.5): fix the UPNClaimMissing error?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Nurtai Turlubekov

79371616

Date: 2025-01-20 14:24:51
Score: 5
Natty:
Report link

IS there a way to compare and merge two lines in salesforce

Reasons:
  • Blacklisted phrase (1): IS there a way
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): IS there a
  • Low reputation (1):
Posted by: Kishore

79371575

Date: 2025-01-20 14:10:47
Score: 10
Natty: 7.5
Report link

were you able to find a solution?

Reasons:
  • RegEx Blacklisted phrase (1): were you able to find a solution
  • RegEx Blacklisted phrase (3): were you able
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chayma Assaad

79371559

Date: 2025-01-20 14:05:44
Score: 9 🚩
Natty: 4.5
Report link

did you fix the issue? I am facing the same now

Reasons:
  • RegEx Blacklisted phrase (3): did you fix the
  • RegEx Blacklisted phrase (1.5): fix 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 fix the is
  • Low reputation (1):
Posted by: Nisha Balan

79371554

Date: 2025-01-20 14:02:42
Score: 6.5 🚩
Natty: 4.5
Report link

can you please help me this is my code : const androidpublisher = google.androidpublisher({ version: "v3", auth: auth, });

try {
  const response = await androidpublisher.purchases.products.get({
    packageName: packageName.trim(),
    productId: productId.trim(),
    token: purchaseToken.trim(),
  });

and I am getting this error : code: 400, message: 'Invalid Value', status: 400,

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I am getting this error
  • RegEx Blacklisted phrase (3): can you please help me
  • RegEx Blacklisted phrase (1): I am getting this error
  • Has code block (-0.5):
  • Starts with a question (0.5): can you please help me
  • Low reputation (0.5):
Posted by: Abdul haseeb

79371519

Date: 2025-01-20 13:51:38
Score: 7.5 🚩
Natty: 5.5
Report link

I am also facing the same issue

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Low length (2):
  • 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: Manohar Nalluri

79371493

Date: 2025-01-20 13:38:31
Score: 7 🚩
Natty: 6
Report link

Can you help me about this topic.

When I deploy laravel project on docker passport client token is unauthorized.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can you help me
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): Can you help me
  • Low reputation (1):
Posted by: javalos06

79371492

Date: 2025-01-20 13:38:29
Score: 6.5 🚩
Natty:
Report link

I have the same issue. After updating Vite to version "vite": "5.4.12", this error occurs. On version 5.4.11, everything works fine.

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

79371456

Date: 2025-01-20 13:26:26
Score: 5.5
Natty: 5.5
Report link

i also having this problem anyone find the solution?

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

79371339

Date: 2025-01-20 12:40:12
Score: 7 🚩
Natty: 5
Report link

Do you find the solution?? I want to use the prebuilt viewer, I can render the PDF from base64 but I can't get the buttons to work (next, prev pages)

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • RegEx Blacklisted phrase (2.5): Do you find the
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sergio Garcia Heras

79371334

Date: 2025-01-20 12:37:10
Score: 4.5
Natty:
Report link

enter image description herethank you for your comments I tested by loading the files locally, it's better but the map tiles are not displayed, I just have a gray background

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Laura Lyon

79371305

Date: 2025-01-20 12:28:07
Score: 5
Natty: 4
Report link

using advanced custom can able to add custom status in product status dropdown

enter image description here

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: shaik maboo basha

79371300

Date: 2025-01-20 12:27:06
Score: 5
Natty:
Report link

I have same problem in bs 5.3. In body tag just add:

<body onload="Array.from(document.getElementsByClassName('carousel')).forEach((x) => new bootstrap.Carousel(x));">

Reasons:
  • Blacklisted phrase (1): I have same problem
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have same problem
  • Low reputation (1):
Posted by: HappyMan

79371284

Date: 2025-01-20 12:22:03
Score: 12 🚩
Natty: 6
Report link

Did u solve this? I have the same problem in my company; we are using an old app and im getting this problem when i deploy to behind proxy

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Did u solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1):
  • 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: Berkay Sarıalioğlu

79371246

Date: 2025-01-20 12:07:57
Score: 15.5
Natty: 8
Report link

I have the same problem, did you find the solution? Thanks in advance

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (3): did you find the solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: aaaa