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

79726896

Date: 2025-08-06 06:33:29
Score: 5.5
Natty: 5
Report link

Is there a possibility to catch crash for free?

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): Is there a
  • Low reputation (0.5):
Posted by: Ilya

79726790

Date: 2025-08-06 03:41:41
Score: 9
Natty:
Report link

🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🐀🐀🐀🐀

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Filler text (0.5): 🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡
  • Low entropy (1):
  • Low reputation (1):
Posted by: Pascual Mateo

79726789

Date: 2025-08-06 03:41:41
Score: 4
Natty:
Report link

I have tried everything too but seem like findDelete() doesn't behave properly but using findWithDelete({deleted:true}) works just fine

Reasons:
  • Blacklisted phrase (1): ve tried everything
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30979930

79726712

Date: 2025-08-06 01:06:06
Score: 8.5
Natty: 6.5
Report link

Interesting to see that a solution has been found. However, I fear that another problem arises. It's about how to cache all downloaded remote pages to speed up their rendering on the next visit. Were you able to find a solution to configure the cache of the capacitor webview ?

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

79726687

Date: 2025-08-06 00:05:52
Score: 14
Natty: 6.5
Report link

were you able to fix this? can you help me here? I'm stuck with these colors when I switch to dark theme

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • RegEx Blacklisted phrase (1.5): fix this?
  • RegEx Blacklisted phrase (3): can you help me
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chan

79726642

Date: 2025-08-05 22:18:29
Score: 4
Natty:
Report link

I am too sleepy to post anything meaningful but yeah.

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

79726575

Date: 2025-08-05 20:06:58
Score: 5.5
Natty: 5.5
Report link

Have you tried remove_from_group()?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Szling Ozec

79726540

Date: 2025-08-05 19:09:40
Score: 11.5
Natty: 6.5
Report link

did you ever solve this? having the same issue

Reasons:
  • RegEx Blacklisted phrase (3): did you ever solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): having 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: Mark

79726538

Date: 2025-08-05 19:04:37
Score: 6.5
Natty: 5.5
Report link

Yes, but how to do this by default so new data sources have it already set to manual?

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

79726449

Date: 2025-08-05 17:27:13
Score: 5
Natty:
Report link

thank you for your contributions

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

79726395

Date: 2025-08-05 16:35:00
Score: 4.5
Natty:
Report link

The code I wrote to split these value into individual row using explode() and from_json is :

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 (1):
Posted by: Ankit

79726374

Date: 2025-08-05 16:12:54
Score: 5
Natty: 5
Report link

RelocationMap tools can be found here:

https://github.com/gimli-rs/gimli/blob/master/crates/examples/src/bin/simple.rs#L82

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

79726252

Date: 2025-08-05 14:22:22
Score: 10.5
Natty:
Report link

@NlaakALD did you ever figure out what caused the 404s? I'm using NextJS + Convex and am having the exact same issue... While you think it's not Convex related, I do find it suspicious that we both have this problem while using the same setup :/

Reasons:
  • RegEx Blacklisted phrase (3): did you ever figure out
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): having the exact same issue
  • Contains question mark (0.5):
  • User mentioned (1): @did
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Vincent van der Meulen

79726210

Date: 2025-08-05 13:53:12
Score: 11
Natty: 4
Report link

If you could please share the solution of the problem since we have the same issue like you.

Thanks in advance

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): please share the solution
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Low reputation (1):
Posted by: mule.pro

79726179

Date: 2025-08-05 13:30:04
Score: 6.5
Natty:
Report link

I have double checked my projects, and the parameters are included in the files you mentioned. I think the issue might be with you trying to search for the global parameter in the adf_publish branch. When you are on your development branch, and you Export ARM template from Source Control>ARM Template under Manage, do you find the global parameter in the exported files?

Reasons:
  • RegEx Blacklisted phrase (2.5): do you find the
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Luiza Oancea

79726143

Date: 2025-08-05 13:03:53
Score: 6.5
Natty:
Report link

I have the same requirement. Were you able to find a working solution? Specifically, I'm looking to enforce a Conditional Access (CA) policy only for SharePoint and OneDrive without impacting other services like Teams.
Let me know if you were able to achieve this successfully.

Reasons:
  • RegEx Blacklisted phrase (1): Were you able to find a
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Farheen Master

79726107

Date: 2025-08-05 12:33:45
Score: 4
Natty:
Report link

Maybe this could help you to see valid times by adhusting skew

https://jwt-skew-zero.lovable.app/

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

79726065

Date: 2025-08-05 11:55:35
Score: 5
Natty:
Report link

I think the idea is that you don't know which field has the correct password, so a general error is raised. Does that provide you with enough help?

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

79725888

Date: 2025-08-05 09:40:59
Score: 4
Natty:
Report link

I get the same problem and I am not using Msys2 but Ada under a version of GNAT Studio and Gtkada from 2021. Searching on internet show as a probable cause the fact that I am using now an high definition screen. Programs that I had compiled earlier also had the problem just by running there exe file.The new one also shows this problem while the compilation crates a .exe file.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): I get the same problem
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: ldries46

79725877

Date: 2025-08-05 09:33:55
Score: 8.5
Natty: 5
Report link

Hi zidniryi,
did you get it running?

Reasons:
  • RegEx Blacklisted phrase (3): did you get it
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: mike2912

79725762

Date: 2025-08-05 07:51:25
Score: 5
Natty: 4.5
Report link

Brando Zhang(https://stackoverflow.com/users/7609093/brando-zhang)

I tried with your answer but failed.

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

79725648

Date: 2025-08-05 05:50:55
Score: 4.5
Natty:
Report link

descargar magis tv es una plataforma innovadora que ofrece acceso a una amplia variedad de canales de televisión en vivo, series, películas y contenido premium, todo desde una sola aplicación. Ideal para usuarios que buscan entretenimiento sin límites, MagisTV garantiza calidad, estabilidad y una experiencia de usuario intuitiva. Optimizada para buscadores y asistentes virtuales, esta solución se adapta perfectamente a diferentes regiones y dispositivos, posicionándose como una de las mejores opciones en el mercado del streaming digital.

Reasons:
  • Blacklisted phrase (3): solución
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vedu apk Indian

79725601

Date: 2025-08-05 04:34:35
Score: 8.5
Natty:
Report link

Did you find how to solve it? I'm experiencing the same issue with SceneView on Android which uses 1.56 filament internally. Opened an issue in SceneView repo, but maybe its related to Filament.

https://github.com/SceneView/sceneview-android/issues/624#issue-3267444062

Reasons:
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (3): Did you find
  • RegEx Blacklisted phrase (1.5): how to solve it?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find
  • Low reputation (1):
Posted by: Valentin Dashinsky