Check out a userscript which highlights deleted posts.
GitHub
Date: 2025-08-10 02:05:32
Score: 10
Natty:
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): tengoBlacklisted phrase (1): porqueBlacklisted phrase (2.5): solucionRegEx Blacklisted phrase (2.5): mismaRegEx Blacklisted phrase (2.5): mismoLong answer (-1): Has code block (-0.5): Low reputation (1):
Posted by: Jared McCarthy
Date: 2025-08-10 01:14:22
Score: 4
Natty:
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 linkLow length (0.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Ahmad khan
Date: 2025-08-09 23:21:59
Score: 4
Natty:
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
Date: 2025-08-09 19:24:12
Score: 5.5
Natty:
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 meRegEx Blacklisted phrase (2.5): please guide meNo code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Saman Shafique
Date: 2025-08-09 15:48:21
Score: 6
Natty: 5
रवि की साइकिल जंग खा चुकी थी, ब्रेक भी काम नहीं करते थे। फिर भी वह रोज़ दस किलोमीटर स्कूल जाता। दोस्तों ने मज़ाक उड़ाया, पर उसने हिम्मत नहीं हारी। पढ़ाई में अव्वल आया तो वही दोस्त बोले, "तेरी साइकिल टूटी थी, सपने नहीं।"
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
Date: 2025-08-09 14:49:06
Score: 6.5
Natty: 5
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 :
0 for outpatient care
1 otherwise
i'm using the method of supervised learning glm (logistic regression) of caret package in R, it predicts the probability that the individual belongs to the positive class, chatgpt is saying that the positive class is the second one, but i don't know how i can get sure that the model predicts p(k="1"/xi).
glm gives only probabilities as results when using the function predict, so i must converting proba to label (0 or 1) according to the threshold. so theses proba are for p(k=first level of the factor variable) ?
Reasons:
Blacklisted phrase (1): i have the same questionLong answer (-0.5): No code block (0.5): Me too answer (2.5): i have the same questionEnds in question mark (2): Low reputation (1):
Posted by: viny presty nakavoua
Date: 2025-08-09 13:26:47
Score: 4.5
Natty: 7
Same here, it worked well at first for several times (dont know how often) ... is there a rate limit ?
Reasons:
Whitelisted phrase (-1): it workedLow 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
Date: 2025-08-09 12:46:36
Score: 6.5
Natty: 6.5
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 iBlacklisted phrase (1.5): i have a questionLow length (1): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Jumper D
Date: 2025-08-09 12:33:32
Score: 4.5
Natty: 4.5
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
Date: 2025-08-09 11:34:17
Score: 4
Natty:
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ónLow length (0.5): Has code block (-0.5): Low reputation (1):
Posted by: Paolo Terceros
Date: 2025-08-09 09:09:43
Score: 5.5
Natty: 5
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.comProbably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Osama Ghandour Geris
Date: 2025-08-09 08:43:37
Score: 4.5
Natty:
please focus on bulkifying, like @eyescream did in his example
Reasons:
Low length (1.5): No code block (0.5): User mentioned (1): @eyescreamSingle line (0.5): Low reputation (1):
Posted by: Abhishek Bharti
Date: 2025-08-09 03:31:30
Score: 8.5
Natty: 5.5
John I wonder did you ever figure this out?
Reasons:
RegEx Blacklisted phrase (3): did you ever figure this outLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Jovan Julien
Date: 2025-08-08 23:56:46
Score: 4.5
Natty:
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 isRegEx Blacklisted phrase (3): Did you solve theRegEx 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 isLow reputation (1):
Posted by: Bruno
Date: 2025-08-08 19:29:44
Score: 11.5
Natty: 5
sorry but I'm having the very same problem...
Could somebody help us ?
Reasons:
RegEx Blacklisted phrase (3): Could somebody helpRegEx Blacklisted phrase (1): help usLow length (1.5): No code block (0.5): Me too answer (2.5): I'm having the very same problemEnds in question mark (2): Low reputation (1):
Posted by: user31240591
Date: 2025-08-08 17:56:21
Score: 4
Natty: 4
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
Date: 2025-08-08 16:55:05
Score: 6
Natty:
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 meLow length (1): Has code block (-0.5): Ends in question mark (2): Self-answer (0.5): Low reputation (0.5):
Posted by: grigouille
Date: 2025-08-08 15:54:45
Score: 7.5
Natty:
Slove it Bro , i have the same issue
Reasons:
Blacklisted phrase (1): i have the same issueLow length (2): No code block (0.5): Me too answer (2.5): i have the same issueSingle line (0.5): Low reputation (1):
Posted by: Daro it
Date: 2025-08-08 15:45:42
Score: 5.5
Natty: 5.5
el que me funcionó fue el de excluir el subsystem, y tengo JBoss 7.0.9.
Reasons:
Blacklisted phrase (2): tengoLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: LE AR
Date: 2025-08-08 15:44:39
Score: 7.5
Natty: 5.5
Is there any official bug reported?
Reasons:
Blacklisted phrase (1): Is there anyLow 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 ofLow reputation (1):
Posted by: Xiong Wang
Date: 2025-08-08 14:09:12
Score: 4
Natty:
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
Date: 2025-08-08 13:35:02
Score: 4
Natty: 5
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 needNo code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Henri
Date: 2025-08-08 10:03:04
Score: 6.5
Natty: 6
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
Date: 2025-08-08 09:40:58
Score: 8.5
Natty: 7.5
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 knowRegEx Blacklisted phrase (2): Does anybody knowLow 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
Date: 2025-08-08 09:19:52
Score: 4
Natty: 6
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 needLow length (1): No code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Moretti66
Date: 2025-08-08 08:01:30
Score: 7
Natty: 5
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
Date: 2025-08-08 06:27:06
Score: 10
Natty: 5.5
I am facing the same problem on my website. Somebody please help. https://4indegree.com
Reasons:
Blacklisted phrase (1): m facing the same problemRegEx Blacklisted phrase (3): please helpLow length (1.5): No code block (0.5): Me too answer (2.5): I am facing the same problemSingle line (0.5): Low reputation (1):
Posted by: Arun
Date: 2025-08-08 05:39:51
Score: 6
Natty: 7
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 IProbably link only (1): Low length (1.5): No code block (0.5): Ends in question mark (2): Low reputation (0.5):
Posted by: BugMeNot114514
Date: 2025-08-08 05:07:43
Score: 4
Natty: 4.5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Jose
Date: 2025-08-08 04:35:35
Score: 4
Natty: 5
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
Date: 2025-08-08 03:50:25
Score: 6
Natty: 6
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 youRegEx Blacklisted phrase (3): please helpLow length (0.5): No code block (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: Nancy beary
Date: 2025-08-08 02:55:12
Score: 4
Natty:
in version2024, it is called accessibility. see below pic
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
Date: 2025-08-07 23:07:24
Score: 4
Natty: 5
Thanks strange error, but this post solved the problem Thanks Lampos
Reasons:
Blacklisted phrase (0.5): ThanksLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Roland Booth
Date: 2025-08-07 21:41:04
Score: 4
Natty:
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 INo code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (0.5):
Posted by: Photovore
Date: 2025-08-07 21:34:01
Score: 5.5
Natty:
Thanks! I used the 2nd suggestion, by Michal and it worked! I appreciate your help!
Reasons:
Blacklisted phrase (0.5): ThanksBlacklisted phrase (2): appreciate your helpWhitelisted phrase (-1): it workedLow length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Chi-town Brad
Date: 2025-08-07 21:09:51
Score: 7.5
Natty:
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 toRegEx Blacklisted phrase (3): did you manage to toLow 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
Date: 2025-08-07 21:05:49
Score: 4
Natty:
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
Date: 2025-08-07 19:44:29
Score: 4
Natty:
All the below dll's were not moved to IIS. After moving, the .xls files are getting read correctly.
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
Date: 2025-08-07 18:12:04
Score: 8
Natty:
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 provideLow 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
Date: 2025-08-07 17:32:54
Score: 5
Natty:
Give me 3 downvotes, going for a badge xD
Reasons:
RegEx Blacklisted phrase (2): downvoteLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: Irakli
Date: 2025-08-07 16:43:40
Score: 9.5
Natty: 5
Did you find an answer or not? im also stuck in this
Reasons:
RegEx Blacklisted phrase (1.5): im also stuckRegEx Blacklisted phrase (3): Did you find an answerLow 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
Date: 2025-08-07 16:41:38
Score: 13
Natty: 5
I have the same issue, did you find way to fix it?
Reasons:
Blacklisted phrase (1): I have the same issueRegEx Blacklisted phrase (3): did you findRegEx Blacklisted phrase (1.5): fix it?Low length (1.5): No code block (0.5): Me too answer (2.5): I have the same issueEnds in question mark (2): Single line (0.5): Low reputation (0.5):
Posted by: Bassem Qoulta
Date: 2025-08-07 16:20:31
Score: 4.5
Natty: 5
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
Date: 2025-08-07 15:46:17
Score: 6
Natty:
@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 regardsBlacklisted phrase (1): regardsProbably link only (1): Low length (0.5): No code block (0.5): Unregistered user (0.5): User mentioned (1): @RexLow reputation (1):
Posted by: Steakmassaker
Date: 2025-08-07 13:40:42
Score: 4
Natty:
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
Date: 2025-08-07 12:50:28
Score: 5
Natty:
https://stackoverflow.com/a/79704676/17078296
have you checked if your vendor folder is excluded from language server features
Reasons:
Blacklisted phrase (1): stackoverflowProbably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: mrpeebs
Date: 2025-08-07 11:56:14
Score: 4.5
Natty:
Go to project settings & only add iPhone as supported destination
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
Date: 2025-08-07 11:18:02
Score: 6.5
Natty: 4
Did you find a solution? Im also can
't find how to make it.
Reasons:
RegEx Blacklisted phrase (3): Did you find a solutionLow 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 solutionLow reputation (1):
Posted by: Max
Date: 2025-08-07 09:59:41
Score: 12.5
Natty: 7
@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 IBlacklisted phrase (1): how would youBlacklisted phrase (1): can I doBlacklisted phrase (0.5): I needRegEx Blacklisted phrase (2.5): Can you explain howLow length (1): No code block (0.5): Ends in question mark (2): User mentioned (1): @zmbqSingle line (0.5): Looks like a comment (1): Low reputation (1):
Posted by: Sri
Date: 2025-08-07 09:18:31
Score: 4
Natty: 4
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
Date: 2025-08-07 09:07:27
Score: 4
Natty:
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
Date: 2025-08-07 09:06:27
Score: 4
Natty:
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
Date: 2025-08-07 08:38:18
Score: 7
Natty:
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 youBlacklisted phrase (1): enter image description hereRegEx Blacklisted phrase (2): will be gratefulLow length (1.5): No code block (0.5): Self-answer (0.5): Low reputation (1):
Posted by: Rosario Di Mari
Date: 2025-08-07 08:36:16
Score: 6.5
Natty:
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Me too answer (2.5): have same problemLow reputation (1):
Posted by: NguyenTC
Date: 2025-08-07 08:06:07
Score: 4
Natty:
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
Date: 2025-08-07 07:13:50
Score: 6
Natty: 5.5
Please tell me if this problem has been solved
Reasons:
RegEx Blacklisted phrase (2.5): Please tell meLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: lzl286768
Date: 2025-08-07 07:01:46
Score: 4.5
Natty: 4.5
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
Date: 2025-08-07 06:16:36
Score: 4
Natty: 4.5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Yogesh Rana
Date: 2025-08-07 04:14:09
Score: 4
Natty:
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 pointsNo code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: xtime
Date: 2025-08-07 03:37:01
Score: 5.5
Natty:
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
Date: 2025-08-07 03:09:54
Score: 4.5
Natty:
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
Date: 2025-08-06 23:26:05
Score: 11
Natty:
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 meRegEx Blacklisted phrase (2.5): can you tell meRegEx Blacklisted phrase (3): please help meRegEx Blacklisted phrase (1): I try to figure out what was my code for time limit I knew it but I forgot it so can pleaseLow length (1): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Jaylan Dale
Date: 2025-08-06 23:18:02
Score: 4.5
Natty: 5.5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: khanghk
Date: 2025-08-06 19:06:57
Score: 4
Natty:
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 errorLow length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: yuriystasiv
Date: 2025-08-06 18:57:50
Score: 7.5
Natty:
نیوشا علیپور است شماره ش را بده
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
Date: 2025-08-06 18:24:42
Score: 8.5
Natty: 7.5
Have you found a solution for this?
Reasons:
RegEx Blacklisted phrase (2.5): Have you found a solution for thisLow length (2): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Rodrigo Costanzo
Date: 2025-08-06 14:56:45
Score: 4
Natty:
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 needLow length (1): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: user31216803
Date: 2025-08-06 13:55:29
Score: 10.5
Natty: 8
where you able to solve this? I have the same issue
Reasons:
Blacklisted phrase (1): I have the same issueBlacklisted phrase (1): you able to solveRegEx Blacklisted phrase (1.5): solve this?Low length (1.5): No code block (0.5): Me too answer (2.5): I have the same issueContains question mark (0.5): Single line (0.5): Starts with a question (0.5): where you Low reputation (1):
Posted by: Daan Jansen
Date: 2025-08-06 13:53:28
Score: 4.5
Natty:
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 problemLow length (0.5): No code block (0.5): Me too answer (2.5): I have the same problem
Posted by: JonatasTeixeira
Date: 2025-08-06 12:52:11
Score: 6.5
Natty: 7
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): regardsRegEx Blacklisted phrase (3): Did you manage to find a solutionNo code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Van Zelie
Date: 2025-08-06 12:32:05
Score: 4
Natty:
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
Date: 2025-08-06 12:17:00
Score: 11
Natty: 7
Did you manage to fix this Agora error? I'm stuck on the same one
Reasons:
RegEx Blacklisted phrase (1.5): I'm stuckRegEx Blacklisted phrase (3): Did you manage to fix thisRegEx 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
Date: 2025-08-06 11:52:53
Score: 5
Natty:
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
Date: 2025-08-06 11:28:47
Score: 4.5
Natty:
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
Date: 2025-08-06 09:59:24
Score: 4.5
Natty:
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): CheersLow length (1): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: boabalboa
Date: 2025-08-06 08:49:05
Score: 4
Natty: 4
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
Date: 2025-08-06 07:28:43
Score: 10
Natty: 5.5
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 itLow length (2): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Pascal Achard
Date: 2025-08-06 06:33:29
Score: 5.5
Natty: 5
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
Date: 2025-08-06 03:41:41
Score: 9
Natty:
🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🤡🐀🐀🐀🐀
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
Date: 2025-08-06 03:41:41
Score: 4
Natty:
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 everythingLow length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: user30979930
Date: 2025-08-06 01:06:06
Score: 8.5
Natty: 6.5
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 solutionRegEx Blacklisted phrase (3): Were you ableLow length (0.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: meilleureVie
Date: 2025-08-06 00:05:52
Score: 14
Natty: 6.5
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 meRegEx Blacklisted phrase (1.5): I'm stuckRegEx Blacklisted phrase (1.5): fix this?RegEx Blacklisted phrase (3): can you help meRegEx Blacklisted phrase (3): were you ableLow 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
Date: 2025-08-05 22:18:29
Score: 4
Natty:
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
Date: 2025-08-05 20:06:58
Score: 5.5
Natty: 5.5
Have you tried remove_from_group()?
Reasons:
Whitelisted phrase (-1): Have you triedLow 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
Date: 2025-08-05 19:09:40
Score: 11.5
Natty: 6.5
did you ever solve this? having the same issue
Reasons:
RegEx Blacklisted phrase (3): did you ever solve thisRegEx Blacklisted phrase (1.5): solve this?Low length (1.5): No code block (0.5): Me too answer (2.5): having the same issueContains question mark (0.5): Single line (0.5): Starts with a question (0.5): did you Low reputation (1):
Posted by: Mark
Date: 2025-08-05 19:04:37
Score: 6.5
Natty: 5.5
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
Date: 2025-08-05 17:27:13
Score: 5
Natty:
thank you for your contributions
Reasons:
Blacklisted phrase (0.5): thank youLow length (2): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: user56183493279
Date: 2025-08-05 16:35:00
Score: 4.5
Natty:
The code I wrote to split these value into individual row using explode() and from_json is :
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
Date: 2025-08-05 16:12:54
Score: 5
Natty: 5
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: Joe
Date: 2025-08-05 14:22:22
Score: 10.5
Natty:
@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 outLow length (0.5): No code block (0.5): Me too answer (2.5): having the exact same issueContains question mark (0.5): User mentioned (1): @didSingle line (0.5): Looks like a comment (1): Low reputation (1):
Posted by: Vincent van der Meulen
Date: 2025-08-05 13:53:12
Score: 11
Natty: 4
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): ThanksRegEx Blacklisted phrase (2.5): please share the solutionRegEx Blacklisted phrase (3): Thanks in advanceLow length (1): No code block (0.5): Me too answer (2.5): have the same issueLow reputation (1):
Posted by: mule.pro
Date: 2025-08-05 13:30:04
Score: 6.5
Natty:
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 theNo code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Luiza Oancea
Date: 2025-08-05 13:03:53
Score: 6.5
Natty:
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 ableLow length (0.5): No code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: Farheen Master
Date: 2025-08-05 12:33:45
Score: 4
Natty:
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
Date: 2025-08-05 11:55:35
Score: 5
Natty:
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
Date: 2025-08-05 09:40:59
Score: 4
Natty:
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 problemSingle line (0.5): Low reputation (0.5):
Posted by: ldries46
Date: 2025-08-05 09:33:55
Score: 8.5
Natty: 5
Hi zidniryi ,
did you get it running?
Reasons:
RegEx Blacklisted phrase (3): did you get itLow length (2): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: mike2912
Date: 2025-08-05 07:51:25
Score: 5
Natty: 4.5
Reasons:
Blacklisted phrase (1): stackoverflowProbably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: white
Date: 2025-08-05 05:50:55
Score: 4.5
Natty:
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ónLong answer (-0.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Vedu apk Indian
Date: 2025-08-05 04:34:35
Score: 8.5
Natty:
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 solveRegEx Blacklisted phrase (3): Did you findRegEx 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
Post content sourced from the Stack Exchange . Content is preserved on this site only for reporting and analytics purposes.