79732147

Date: 2025-08-11 14:24:51
Score: 9.5
Natty: 9.5
Report link

did you manage to figure it out?

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to figure it out
  • 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: dexter

79732067

Date: 2025-08-11 12:56:29
Score: 5.5
Natty: 6.5
Report link

Why do you want to have VPA in recommendation only mode instead of scaling the application both horizontally and vertically at the same time with a tool like Zesty Pod Rightsizing or something similar?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Why do you
  • Low reputation (1):
Posted by: Griffindor

79731973

Date: 2025-08-11 11:11:04
Score: 6.5
Natty: 5.5
Report link

Is there anyone that uses renderHook to test the hook calls inside a functional component test?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is there anyone that use
  • Low reputation (1):
Posted by: 7laria

79731935

Date: 2025-08-11 10:16:52
Score: 5.5
Natty:
Report link

reputation_history_type

one of asker_accepts_answer, asker_unaccept_answer, answer_accepted, answer_unaccepted, voter_downvotes, voter_undownvotes, post_downvoted, post_undownvoted, post_upvoted, post_unupvoted, suggested_edit_approval_received, post_flagged_as_spam, post_flagged_as_offensive, bounty_given, bounty_earned, bounty_cancelled, post_deleted, post_undeleted, association_bonus, arbitrary_reputation_change, vote_fraud_reversal, post_migrated, user_deleted, example_upvoted, example_unupvoted, proposed_change_approved, doc_link_upvoted, doc_link_unupvoted, doc_source_removed, or suggested_edit_approval_overridden

Reasons:
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1.5): reputation
  • RegEx Blacklisted phrase (2): downvote
  • Long answer (-0.5):
  • Has code block (-0.5):
  • No latin characters (1):
  • Filler text (0.5): ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
  • Low reputation (1):
Posted by: Md Sabbir

79731850

Date: 2025-08-11 08:56:31
Score: 5
Natty:
Report link

Just posted a video about this. Here is how to do it:
https://youtu.be/7NdjUl2aRZc

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Xinitry

79731817

Date: 2025-08-11 08:24:21
Score: 14.5
Natty: 5.5
Report link

I'm currently facing the same issue. May I ask you how did you fix it?

Reasons:
  • Blacklisted phrase (1): how did you fix
  • Blacklisted phrase (1): May I ask
  • RegEx Blacklisted phrase (3): did you fix it
  • RegEx Blacklisted phrase (1.5): fix it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sphiment

79731778

Date: 2025-08-11 07:38:07
Score: 10
Natty: 5.5
Report link

Dude, did you find the answer?

Reasons:
  • RegEx Blacklisted phrase (3): did you find the answer
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Molly000

79731773

Date: 2025-08-11 07:37:07
Score: 4
Natty: 5
Report link

Hi Thanks this helped me resolve the issue.

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

79731767

Date: 2025-08-11 07:27:04
Score: 5
Natty:
Report link

Stopping goroutines from outside is not possible in golang. But yes, there are ways to do that in golang. I refer you to this post, which covers all those ways with explanations. How to kill running goroutines from outside?

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

79731696

Date: 2025-08-11 06:10:44
Score: 12
Natty: 8.5
Report link

i am also getting same error but nothing is missing
can anyone help??

Reasons:
  • RegEx Blacklisted phrase (3): can anyone help
  • RegEx Blacklisted phrase (1): i am also getting same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am also getting same error
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: vyshnav

79731598

Date: 2025-08-11 01:26:47
Score: 8
Natty: 6
Report link

Did you find a solution to this?? I am currently experiencing something similar.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution to this
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution to this
  • Low reputation (1):
Posted by: Deewhy

79731545

Date: 2025-08-10 22:39:12
Score: 5
Natty: 5
Report link

Why is internet caching so dumb ? Why can't the request go through to the server and check the file timestamp and compare with the cache ? This is always a huge probelm with index.html, and all these work around adding ?query string to .js and other resources just to force reloads, it's really quite sad and pthetic that no one addresses this properly, all this advice on how to get around a very basic problem that most caching is extremely stupid ! Just do a quick timestamp check, but the cache control needs to do this, which we have no way to control :( Who writes the chaching code ?

Reasons:
  • Blacklisted phrase (1): :(
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Why is in
  • Low reputation (1):
Posted by: Rick Head

79731508

Date: 2025-08-10 21:25:55
Score: 4.5
Natty: 4
Report link

confusing and still needs clarification

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

79731358

Date: 2025-08-10 16:25:48
Score: 4
Natty: 5
Report link

Hello how are you is the game good thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dinand Van Pelt

79731291

Date: 2025-08-10 14:42:18
Score: 6.5
Natty:
Report link

i am also facing same problem.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): i am also facing same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Prathamesh Khade

79731224

Date: 2025-08-10 12:55:53
Score: 6.5
Natty:
Report link

I got tired and simply switched to SSH keys (docs). I am not sure what the real issue was, but nothing seemed to help me. After trying what I thought was every solution, I kept getting the same error. Leaving this here if anyone else gets stuck.

Reasons:
  • Blacklisted phrase (1): help me
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Acerx.AMJ

79731193

Date: 2025-08-10 11:54:40
Score: 4
Natty:
Report link

even in pypy3 I get the same answer

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

79731165

Date: 2025-08-10 10:55:26
Score: 5.5
Natty: 5.5
Report link

May be you missing Application.ProcessMessages call?

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

79731098

Date: 2025-08-10 08:54:57
Score: 4
Natty:
Report link

As there is not available answer for this. I wanna do my contribution.

I exactly had the same error & ran into same issue spent hours trying to debug. So please try below approach.

Try using list of list. I had a JSON payload, I append all the JSON into a list.. then again I put this list of JSON into a list.

Sample code:

list_of_list_data = [list(item.values()) for item in list_data]

Please let me know if it works.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • No code block (0.5):
  • Low reputation (1):
Posted by: Megnath

79731073

Date: 2025-08-10 08:15:49
Score: 4
Natty: 5
Report link

That is nice, please allow this University comment. Thanks

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

79731045

Date: 2025-08-10 07:11:36
Score: 5.5
Natty: 4.5
Report link

Opa não está indo algo

A fala comigo

Está dando operação completa com erros

Já tirei os APK do Chrome

Reasons:
  • Blacklisted phrase (1): está
  • Blacklisted phrase (1): Está
  • Blacklisted phrase (1): não
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: GABRIEL CONCEIÇÃO DOS SANTOS

79731017

Date: 2025-08-10 05:48:19
Score: 4.5
Natty: 8
Report link

OMFG THANK YOU BEEN LOOKING FOR THIS FOR HOURS GOD!!!!!!!! SMARTEST PERSON ON THE INTERNET I SWEAR TO GOD.

Reasons:
  • Blacklisted phrase (0.5): THANK YOU
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Filler text (0.5): !!!!!!!!
  • Low reputation (1):
Posted by: pissedofflady

79730977

Date: 2025-08-10 03:21:49
Score: 7.5
Natty: 5.5
Report link

No se si aun te sirva pero tenai el mismo error y era por el endpoint lo temrine en message pero es messages :)

Reasons:
  • Blacklisted phrase (1.5): sirva
  • RegEx Blacklisted phrase (2.5): mismo
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Saidd Ontiveros

79730953

Date: 2025-08-10 02:05:32
Score: 10
Natty:
Report link

El codigo desde mi pc no corria pero estuve revisando igrid y me fije que explican como funciona la estructura DLMS y como se arma el AARQ, entonces creo que cda campo debe insertarse en una posicion exacta.

comparando con tu codigo original veo que el primero donde esta la contraseña lo pones asi

aarq = AARQ_REQUEST.replace(
    bytearray.fromhex("38 38 39 33 35 38 36 30"), 
    bytearray(SERIAL_NUMBER, 'ascii')
)

pero en micropython esta en modo fija

b'00053346'

entonces segun deepsek despues de hacer testing me recomienda que no se ponga fija porque sino genera diferentes frames


for i, (p, m) in enumerate(zip(aarq_python, aarq_micropython)):
    if p != m:
        print(f"Byte {i}: Python={p:02X}, MicroPython={m:02X}")

creo que desde el codigo que testie y revise el error empieza antes del bloque /xBe/x10 porque python no calcula la longitud y no coincide con la de micropyhton al meter de la contraseña.

puede que la password sea la misma pero el paquete no es el mismo, y el medido rechaza el AARQ. no tengo clara la solucion pero segun recomendacione de deepseek porque no tengo el codigo completo la solucionar podr ser construir el paquete con la longitud correcta despues de insertar la cotraseña.

Reasons:
  • Blacklisted phrase (2): tengo
  • Blacklisted phrase (1): porque
  • Blacklisted phrase (2.5): solucion
  • RegEx Blacklisted phrase (2.5): misma
  • RegEx Blacklisted phrase (2.5): mismo
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jared McCarthy

79730943

Date: 2025-08-10 01:14:22
Score: 4
Natty:
Report link

Yes it useful for u but very difficult for us because we don't know about this process and that what is doing in this website we only use this link and website for the purpose to get information about our department

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ahmad khan

79730913

Date: 2025-08-09 23:21:59
Score: 4
Natty:
Report link

Question solved myself in my first comment.

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

79730833

Date: 2025-08-09 19:24:12
Score: 5.5
Natty:
Report link

I deployed my backend on Vercel and tried using the URL there as well, but I keep getting errors like 500, 401, 400 with Axios — when I fix one, another appears. However, the code runs perfectly in Postman and Thunder Client, but when I run it on my mobile, these errors keep showing up. If you have solved this issue before, please guide me as well.

Reasons:
  • Blacklisted phrase (1): guide me
  • RegEx Blacklisted phrase (2.5): please guide me
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Saman Shafique

79730712

Date: 2025-08-09 15:48:21
Score: 6
Natty: 5
Report link

रवि की साइकिल जंग खा चुकी थी, ब्रेक भी काम नहीं करते थे। फिर भी वह रोज़ दस किलोमीटर स्कूल जाता। दोस्तों ने मज़ाक उड़ाया, पर उसने हिम्मत नहीं हारी। पढ़ाई में अव्वल आया तो वही दोस्त बोले, "तेरी साइकिल टूटी थी, सपने नहीं।"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Abhishek Sahani

79730683

Date: 2025-08-09 14:49:06
Score: 6.5
Natty: 5
Report link

i have the same question, i have a dataset contening medical variables using to determine whether the patient have to receive outpatient care or not,

the target variable is SOURCE :

Reasons:
  • Blacklisted phrase (1): i have the same question
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same question
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: viny presty nakavoua

79730651

Date: 2025-08-09 13:26:47
Score: 4.5
Natty: 7
Report link

Same here, it worked well at first for several times (dont know how often) ... is there a rate limit ?

Reasons:
  • Whitelisted phrase (-1): it worked
  • 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: prattpiss

79730629

Date: 2025-08-09 12:46:36
Score: 6.5
Natty: 6.5
Report link

Yes i know it's a real old thread. But i have a question.

The Arc works fine so far, but i would like to display a value in the middle of the Gauge. How can i achieve this?

Reasons:
  • Blacklisted phrase (0.5): How can i
  • Blacklisted phrase (1.5): i have a question
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jumper D

79730620

Date: 2025-08-09 12:33:32
Score: 4.5
Natty: 4.5
Report link

is it required to call the python script from C# only?

Can't you directly expose the Python code as an API endpoint and then call the API endpoint from the C# as it will be easier?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): is it
  • Low reputation (1):
Posted by: Abhishek kumar

79730583

Date: 2025-08-09 11:34:17
Score: 4
Natty:
Report link

La solución correcta implica el uso de las API de Windows (COM) o la automatización de la interfaz de usuario.

SHELL

Type shellAppType = Type.GetTypeFromProgID("Shell.Application");
object shellApp = Activator.CreateInstance(shellAppType);
Reasons:
  • Blacklisted phrase (3): solución
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Paolo Terceros

79730510

Date: 2025-08-09 09:09:43
Score: 5.5
Natty: 5
Report link

solution for controlling usb Power on/off is in my video https://www.youtube.com/watch?v=CTlXuiL_ARM&t=5s

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 (1):
Posted by: Osama Ghandour Geris

79730505

Date: 2025-08-09 08:43:37
Score: 4.5
Natty:
Report link

please focus on bulkifying, like @eyescream did in his example

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @eyescream
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abhishek Bharti

79730391

Date: 2025-08-09 03:31:30
Score: 8.5
Natty: 5.5
Report link

John I wonder did you ever figure this out?

Reasons:
  • RegEx Blacklisted phrase (3): did you ever figure this out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jovan Julien

79730325

Date: 2025-08-08 23:56:46
Score: 4.5
Natty:
Report link

Did you solve the issue? My solution partially works for my case, hence I am still looking for a definitive solution.

So, define the delegate in the HorizontalHeaderView as suggested in the question you've mentioned.

In the TableView, implement a columnWidthProvider function such as the one bellow:

columnWidthProvider: function(column) {
                if (!isColumnLoaded(column))
                    return -1;
                let headerWidth = horizontalHeader.implicitColumnWidth(column);
                let dataWidth = tableView.implicitColumnWidth(column);
                // limit the minimum width to the header width
                let columnWidth = Math.max(headerWidth, dataWidth);
                // and optionally limit the maximum width to 200
                return Math.min(columnWidth, 200);
            }

The problem with this solution is that it prevents manual resizing of the columns.

Reasons:
  • Whitelisted phrase (-1): solution is
  • RegEx Blacklisted phrase (3): Did you solve the
  • RegEx Blacklisted phrase (1.5): solve the issue?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you solve the is
  • Low reputation (1):
Posted by: Bruno

79730168

Date: 2025-08-08 19:29:44
Score: 11.5
Natty: 5
Report link

sorry but I'm having the very same problem...

Could somebody help us ?

Reasons:
  • RegEx Blacklisted phrase (3): Could somebody help
  • RegEx Blacklisted phrase (1): help us
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the very same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user31240591

79730093

Date: 2025-08-08 17:56:21
Score: 4
Natty: 4
Report link

I have no idea but I also tried to do the same thing, it never worked

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

79730036

Date: 2025-08-08 16:55:05
Score: 6
Natty:
Report link

To fix this modify `persistence.xml` :

<property name="hibernate.cdi.extensions" value="true" />

Can someone explain me why it works ?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can someone explain me
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: grigouille

79729984

Date: 2025-08-08 15:54:45
Score: 7.5
Natty:
Report link

Slove it Bro , i have the same issue

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
  • Single line (0.5):
  • Low reputation (1):
Posted by: Daro it

79729971

Date: 2025-08-08 15:45:42
Score: 5.5
Natty: 5.5
Report link

el que me funcionó fue el de excluir el subsystem, y tengo JBoss 7.0.9.

Reasons:
  • Blacklisted phrase (2): tengo
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: LE AR

79729969

Date: 2025-08-08 15:44:39
Score: 7.5
Natty: 5.5
Report link

Is there any official bug reported?

Reasons:
  • 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 of
  • Low reputation (1):
Posted by: Xiong Wang

79729854

Date: 2025-08-08 14:09:12
Score: 4
Natty:
Report link

The page contains tabularized parameters which would help in deciding on your choice. The XSSFWorkbook and SXSSFWorkbook behaviour in memory.

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

79729820

Date: 2025-08-08 13:35:02
Score: 4
Natty: 5
Report link

Just commenting to let you know I just ran into this issue and I am extremely annoyed about it. WTF is this, I just want an API key. To create a Power Up I also need to host some html page somehwere for an iframe?! I need to host a webhook to get an API key?!

Iframe connector URL (Required for Power-Up)

who thought this was a good idea?!

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Henri

79729615

Date: 2025-08-08 10:03:04
Score: 6.5
Natty: 6
Report link

Got anyone a solution for this?

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

79729591

Date: 2025-08-08 09:40:58
Score: 8.5
Natty: 7.5
Report link

Using VideoCapture the start of the usb camera lasts 1 minute. And the same with OpenCVFrameGrabber. Does anybody know how to make it start inmediatly?

Reasons:
  • Blacklisted phrase (1): anybody know
  • RegEx Blacklisted phrase (2): Does anybody know
  • 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: Raquel

79729568

Date: 2025-08-08 09:19:52
Score: 4
Natty: 6
Report link

I was looking for that, but for Photoshop. Is it possible? I need to make a text with a shaped with that corners

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Moretti66

79729475

Date: 2025-08-08 08:01:30
Score: 7
Natty: 5
Report link

how to resolve it's bug?
i still generate this bug.

how to resolve it?

Reasons:
  • RegEx Blacklisted phrase (1.5): how to resolve it?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): how to
  • Low reputation (1):
Posted by: rush scott

79729400

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

I am facing the same problem on my website. Somebody please help. https://4indegree.com

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (3): please help
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arun

79729364

Date: 2025-08-08 05:39:51
Score: 6
Natty: 7
Report link

Anser from Raymond Chen

How can I detect that Windows is running in S-Mode?

https://devblogs.microsoft.com/oldnewthing/20250807-00/?p=111444

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: BugMeNot114514

79729336

Date: 2025-08-08 05:07:43
Score: 4
Natty: 4.5
Report link

use this> Process an Authorization Reversal

**POST:**https://apitest.cybersource.com/pts/v2/payments/{id}/reversals

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

79729311

Date: 2025-08-08 04:35:35
Score: 4
Natty: 5
Report link

1.- u need config of issuer<processors???>

2.-u need certificate rsa from merchant<private key>

final - You need to define currency and brands <no all>

Reasons:
  • Blacklisted phrase (1): ???
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jose

79729296

Date: 2025-08-08 03:50:25
Score: 6
Natty: 6
Report link

Now can this be used to get into someone’s cell phone. I have a hacker who has taken over 4 emails and a bunch of my influencer accts. I believe she connects through my WiFi. Is any of this possible. I get reports daily in my file system and don’t know how to stop this. Someone please help

Thank you

Nancyb

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): please help
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Nancy beary

79729279

Date: 2025-08-08 02:55:12
Score: 4
Natty:
Report link

in version2024, it is called accessibility. see below picenter image description here

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

79729197

Date: 2025-08-07 23:07:24
Score: 4
Natty: 5
Report link

Thanks strange error, but this post solved the problem Thanks Lampos

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

79729155

Date: 2025-08-07 21:41:04
Score: 4
Natty:
Report link

Mark! In case you're still wondering how to do this, I just got it working by using [openPanelObj setDirectoryURL: [NSURL fileURLWithPath: NSS(woof)]], where woof is the filename concatenated to the directory path and NSS is a #define that makes an NSString from a C string. It was a problem for me for 13 years until I reread Michael Robinson's answer here: How can I have a default file selected for opening in an NSOpenPanel?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Photovore

79729151

Date: 2025-08-07 21:34:01
Score: 5.5
Natty:
Report link

Thanks! I used the 2nd suggestion, by Michal and it worked! I appreciate your help!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): appreciate your help
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chi-town Brad

79729142

Date: 2025-08-07 21:09:51
Score: 7.5
Natty:
Report link

How did you manage to to convert YUV[] to RGB[]? I am trying to read the IntPtr param in the callback but i always get an Access Violation even if teh documentation states that depending on the type it should contain some data

Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (3): did you manage to to
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: Joe Frk

79729133

Date: 2025-08-07 21:05:49
Score: 4
Natty:
Report link

how did you achieve this in the end? Finding memory regions in TTD recording that is.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how did you
  • Low reputation (0.5):
Posted by: t0m9er

79729070

Date: 2025-08-07 19:44:29
Score: 4
Natty:
Report link

All the below dll's were not moved to IIS. After moving, the .xls files are getting read correctly.

enter image description here

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

79728981

Date: 2025-08-07 18:12:04
Score: 8
Natty:
Report link

Can you provide more details on how you get the radius for the bounding cylinder? Ideally, paste all your code. Can you also attach the step?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you provide
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Behzad Tabari

79728938

Date: 2025-08-07 17:32:54
Score: 5
Natty:
Report link

Give me 3 downvotes, going for a badge xD

Reasons:
  • RegEx Blacklisted phrase (2): downvote
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Irakli

79728881

Date: 2025-08-07 16:43:40
Score: 9.5
Natty: 5
Report link

Did you find an answer or not? im also stuck in this

Reasons:
  • RegEx Blacklisted phrase (1.5): im also stuck
  • RegEx Blacklisted phrase (3): Did you find an answer
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find an answer
  • Low reputation (1):
Posted by: Alireza

79728878

Date: 2025-08-07 16:41:38
Score: 13
Natty: 5
Report link

I have the same issue, did you find way to fix it?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): did you find
  • RegEx Blacklisted phrase (1.5): fix 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 (0.5):
Posted by: Bassem Qoulta

79728858

Date: 2025-08-07 16:20:31
Score: 4.5
Natty: 5
Report link

This post helped me to get it running: https://www.sipponen.com/archives/4024

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

79728826

Date: 2025-08-07 15:46:17
Score: 6
Natty:
Report link

@Rex Linder:
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\BackupProductKeyDefault

Is the location for a generic key. It is not the final key, the final key is encrypted.

Best regards,
Steaky

https://learn.microsoft.com/en-us/answers/questions/3827140/windows-10-pro-oem-key?forum=windows-all&referrer=answers

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @Rex
  • Low reputation (1):
Posted by: Steakmassaker

79728653

Date: 2025-08-07 13:40:42
Score: 4
Natty:
Report link

If you came here looking for it while on rails 8, you can find it here: https://github.com/rails/propshaft/blob/e49a9de659ff27462015e54dd832e86e762a6ddc/lib/propshaft/railties/assets.rake#L4

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

79728584

Date: 2025-08-07 12:50:28
Score: 5
Natty:
Report link

https://stackoverflow.com/a/79704676/17078296

have you checked if your vendor folder is excluded from language server features

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

79728519

Date: 2025-08-07 11:56:14
Score: 4.5
Natty:
Report link

Go to project settings & only add iPhone as supported destination

enter image description here

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

79728473

Date: 2025-08-07 11:18:02
Score: 6.5
Natty: 4
Report link

Did you find a solution? Im also can't find how to make it.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1.5):
  • Has code block (-0.5):
  • 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: Max

79728380

Date: 2025-08-07 09:59:41
Score: 12.5
Natty: 7
Report link

@zmbq. Can you explain how would you do it with a setup.cfg ? setuptools. I need to include 2 more wheel packages into my wheel. How can I do that ?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): how would you
  • Blacklisted phrase (1): can I do
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Can you explain how
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @zmbq
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Sri

79728344

Date: 2025-08-07 09:18:31
Score: 4
Natty: 4
Report link

Just use { list-style-position: inside; }

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

79728328

Date: 2025-08-07 09:07:27
Score: 4
Natty:
Report link

C:\Users\xxx\.gradle\caches\modules-2\files-2.1\io.flutter\flutter_embedding_release\1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314\88383da8418511a23e318ac08cd9846f983bbde0\flutter_embedding_release-1.0.0-1a65d409c7a1438a34d21b60bf30a6fd5db59314.jar!\io\flutter\embedding\engine\renderer\SurfaceTextureWrapper.class

here is my file path,it don't have the method shouldUpdate,maybe my version is wrong?How to update it?

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

79728325

Date: 2025-08-07 09:06:27
Score: 4
Natty:
Report link

Problem solved; changing the "custom deploy" in true 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: Lorenzo Tripodi

79728296

Date: 2025-08-07 08:38:18
Score: 7
Natty:
Report link

Thank you very much, your answer has been useful.
Therence and Bud will be grateful;)

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (2): will be grateful
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rosario Di Mari

79728290

Date: 2025-08-07 08:36:16
Score: 6.5
Natty:
Report link

Yes, it is a bug, me and many people have same problem.
https://community.openai.com/t/issue-uploading-files-to-vector-store-via-openai-api/1336045

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): have same problem
  • Low reputation (1):
Posted by: NguyenTC

79728248

Date: 2025-08-07 08:06:07
Score: 4
Natty:
Report link

Stupidly the problem was that i was using linux-arm over linux-64 as platform

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

79728177

Date: 2025-08-07 07:13:50
Score: 6
Natty: 5.5
Report link

Please tell me if this problem has been solved

Reasons:
  • RegEx Blacklisted phrase (2.5): Please tell me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lzl286768

79728161

Date: 2025-08-07 07:01:46
Score: 4.5
Natty: 4.5
Report link

You can easily convert it online using this site: https://formatjsononline.com/json-to-string.

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

79728127

Date: 2025-08-07 06:16:36
Score: 4
Natty: 4.5
Report link

https://codecanyon.net/item/fitness-app-react-native-frontend-laravel-backend/56749615
Ready made code of fitness app cross platform in react native with backend

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

79728054

Date: 2025-08-07 04:14:09
Score: 4
Natty:
Report link

Stack Overflow has been an indispensable resource for developers since its launch in 2008 by Jeff Atwood and Joel Spolsky. As the flagship Q&A site of the Stack Exchange Network, it has grown to host over 29 million registered users, with more than 24 million questions and 36 million answers as of 2025 . Its system of reputation points and badges, along with community moderation, has set a high standard for collaborative knowledge sharing

Reasons:
  • RegEx Blacklisted phrase (1.5): reputation points
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: xtime

79728038

Date: 2025-08-07 03:37:01
Score: 5.5
Natty:
Report link

Any news on this and how to prevent it in Blazor ?

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

79728017

Date: 2025-08-07 03:09:54
Score: 4.5
Natty:
Report link

It looks like https://jj-vcs.github.io/jj/latest/FAQ/#i-accidentally-changed-files-in-the-wrong-commit-how-do-i-move-the-recent-changes-into-another-commit has the answer for this situation.

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: Daniel Peirano

79727947

Date: 2025-08-06 23:26:05
Score: 11
Natty:
Report link

Hey can you tell me my four digit code for my time limit I try to figure out what was my code for time limit I knew it but I forgot it so can please help me

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (2.5): can you tell me
  • RegEx Blacklisted phrase (3): please help me
  • RegEx Blacklisted phrase (1): I try to figure out what was my code for time limit I knew it but I forgot it so can please
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jaylan Dale

79727940

Date: 2025-08-06 23:18:02
Score: 4.5
Natty: 5.5
Report link

new update of laravel support typescript : https://laravel-news.com/laravel-breeze-typescript

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

79727741

Date: 2025-08-06 19:06:57
Score: 4
Natty:
Report link

Same error, found this issue https://github.com/vercel/next.js/issues/81751 and decided to update next to newest 15.4.5 and it seems to work now

Reasons:
  • RegEx Blacklisted phrase (1): Same error
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: yuriystasiv

79727731

Date: 2025-08-06 18:57:50
Score: 7.5
Natty:
Report link

نیوشا علیپور است شماره ش را بده

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Hamid Shakeri

79727697

Date: 2025-08-06 18:24:42
Score: 8.5
Natty: 7.5
Report link

Have you found a solution for this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution for this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rodrigo Costanzo

79727453

Date: 2025-08-06 14:56:45
Score: 4
Natty:
Report link

i have found my problem, when xcodebuild is run with signing, he rebuild the Runner binary, but without he don't, so i need to select my xcode version before xcodebuil run

Reasons:
  • Blacklisted phrase (0.5): i need
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user31216803

79727378

Date: 2025-08-06 13:55:29
Score: 10.5
Natty: 8
Report link

where you able to solve this? I have the same issue

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve this?
  • 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): where you
  • Low reputation (1):
Posted by: Daan Jansen

79727377

Date: 2025-08-06 13:53:28
Score: 4.5
Natty:
Report link

I have the same problem, but my case is worst.

The org has more than thousands repositories and include all repos into the credential is not an option.
I would love to know if there is other way to solve this.

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
Posted by: JonatasTeixeira

79727304

Date: 2025-08-06 12:52:11
Score: 6.5
Natty: 7
Report link

Struggling with the same issue ( i am logged in - no captcha ) when visiting a user profile page - captcha before feed gets loaded. This doesnt happen local only on my virtual machine setup (where the browser runs headless) . Even with installing a virtual display on the vm to run non headless same issue. Did you manage to find a solution ? I am using Nodriver (follow-up of UC ) .. kind regards

Reasons:
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (3): Did you manage to find a solution
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Van Zelie

79727271

Date: 2025-08-06 12:32:05
Score: 4
Natty:
Report link

The text of this answer was originally written by khmarbaise in a comment.

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

79727255

Date: 2025-08-06 12:17:00
Score: 11
Natty: 7
Report link

Did you manage to fix this Agora error? I'm stuck on the same one

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • RegEx Blacklisted phrase (3): Did you manage to fix this
  • RegEx Blacklisted phrase (1.5): fix this Agora error?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: nitish

79727229

Date: 2025-08-06 11:52:53
Score: 5
Natty:
Report link

Alternatives might be:

Db2 Ingest Command:
https://www.ibm.com/docs/en/db2/12.1.0?topic=commands-ingest

IBM Data Movement Tool:
https://datageek.blog/2015/01/13/the-ibm-data-movement-tool/

Your own written or any data loader like:
https://dlthub.com/product/dlt

more...?

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

79727207

Date: 2025-08-06 11:28:47
Score: 4.5
Natty:
Report link

asdasdasdhttps://bitly.cx/kMlL

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

79727118

Date: 2025-08-06 09:59:24
Score: 4.5
Natty:
Report link

i like it so much. This post gave me so much fun and changed my life. I really appriciate that. Sorry for my bad English but i suck as hard as Sasha Grey. Cheers.

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

79727028

Date: 2025-08-06 08:49:05
Score: 4
Natty: 4
Report link

When group is "None", the function retrieves information for all users and not a specific group

Reasons:
  • Low length (1):
  • 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: Tom

79726951

Date: 2025-08-06 07:28:43
Score: 10
Natty: 5.5
Report link

Have you found a way to fix it?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix it?
  • RegEx Blacklisted phrase (2.5): Have you found a way to fix it
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pascal Achard