Check out a userscript which highlights deleted posts.
GitHub
Date: 2025-05-25 22:12:41
Score: 5
Natty: 4.5
Any updates on this? I had similar issues.
Reasons:
Blacklisted phrase (1): Any updates onLow length (1.5): No code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Raphi
Date: 2025-05-25 19:26:58
Score: 5
Natty:
Great, thanks a lot all of you!
Reasons:
Blacklisted phrase (0.5): thanksLow length (2): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Igor
Date: 2025-05-25 18:23:42
Score: 6
🚩
Natty: 5
i have follow this video, it's very helpful
https://www.youtube.com/watch?v=zSqGjr3p13M
Reasons:
Blacklisted phrase (1): youtube.comBlacklisted phrase (1): this videoProbably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Aneel Kumar
Date: 2025-05-25 18:02:36
Score: 7
🚩
Natty:
Could you please share some code snippet here for us to refer?
Reasons:
RegEx Blacklisted phrase (2.5): Could you please share some codeLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5):
Posted by: ashutosh887
Date: 2025-05-25 17:21:25
Score: 4
Natty:
UPDATE 2025-05-25 i found a solution with extracting the links of the pictures with JS and then using a batch script to download the screenshots with wget. You can find the solution here -> https://github.com/Moerderhoschi/mdhSteamScreenshotsDownloader
Reasons:
Contains signature (1): Low length (0.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Moerderhoschi
Date: 2025-05-25 16:44:16
Score: 6.5
🚩
Natty: 4.5
Here is an example pasted from Excel. Does it help, by any chance?
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Lucas
Date: 2025-05-25 16:35:14
Score: 4.5
Natty:
Igor Tandetnik and musicamante are right, the documentation covers everything I needed.
Reasons:
Blacklisted phrase (0.5): I needLow length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Leca
Date: 2025-05-25 16:07:06
Score: 4.5
Natty:
Substitute Button by LinkButton
Reasons:
Low length (2): No code block (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: Eugenio Torre
Date: 2025-05-25 15:26:56
Score: 5.5
Natty: 5.5
https://www.notion.so/crud-1fed7ae59d7680f69213d6fecd0fad29?pvs=4 when want to solve error through any source we can find solution
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Starts with a question (0.5): when Low reputation (1):
Posted by: vj0987
Date: 2025-05-25 15:20:54
Score: 4
Natty: 5
Give an eye to https://github.com/DamianEdwards/RazorSlices perhaps that will fit your needs
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: Salvatore Di Dio
Date: 2025-05-25 15:14:52
Score: 12
🚩
Natty: 6.5
I have the same problem, did you find a workaround?
Reasons:
Blacklisted phrase (1): I have the same problemRegEx Blacklisted phrase (3): did you find aLow length (1.5): No code block (0.5): Me too answer (2.5): I have the same problemEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: R R
Date: 2025-05-25 15:06:49
Score: 4
Natty:
enter image description here i want to marge excel file in a csv file to use batch(bat) file,,, > echo off
\>
\> copy C:\Recon\REFINE DUMP\All_REFINE\marge\*.* C:\Recon\REFINE DUMP\All_REFINE\marge\merged.csv
\>
\> end
\>pause
Reasons:
Blacklisted phrase (1): enter image description hereRegEx Blacklisted phrase (1): i wantLow length (0.5): No code block (0.5): Low reputation (1):
Posted by: Narendra Kumar
Date: 2025-05-25 14:49:43
Score: 4
Natty: 4
Mostly, you want %vartheta instead of %theta in a mathematical formula.
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Klaus
Date: 2025-05-25 14:25:36
Score: 5
Natty:
и ю6. йм
щм.
6о.
ж
у8о и
ч нйлун.5. н
б58
Reasons:
Low length (1.5): No code block (0.5): No latin characters (2): Low reputation (1):
Posted by: Талайбек Макеев
Date: 2025-05-25 10:22:38
Score: 4.5
Natty:
See my comment above to Tuhin's reply.
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: user286539
Date: 2025-05-25 08:51:16
Score: 5.5
Natty:
how did you fix the problem i'm using the drain code drain from logpai for parsing logs for anomaly detection and i'm stuck in the same problem .
raw input :
081109 203615 148 INFO dfs.DataNode$PacketResponder: PacketResponder 1 for block blk_38865049064139660 terminating
example of expected output :
LineId
Date
Time
Pid
Level
Component
Content
EventId
EventTemplate
ParameterList
1
081109
203615
148
INFO
dfs.DataNode$PacketResponder
PacketResponder 1 for block blk_38865049064139660 terminating
dc2c74b7
PacketResponder <> for block < > terminating
['1', 'blk_38865049064139660']
the error:
splitter = re.sub(" +", "\\\s+", splitters[k])
Processed 100.0% of log lines.
---------------------------------------------------------------------------
error Traceback (most recent call last)
<ipython-input-20-29577b162b2c> in <cell line: 0>()
21 log_format, indir=input_dir, outdir=output_dir, depth=depth, st=st, rex=regex
22 )
---> 23 parser.parse(log_file_all)
24
25 ## run on complete dataset
10 frames
/usr/lib/python3.11/re/_parser.py in parse_template(source, state)
1085 except KeyError:
1086 if c in ASCIILETTERS:
-> 1087 raise s.error('bad escape %s' % this, len(this)) from None
1088 lappend(this)
1089 else:
error: bad escape \s at position 0
Reasons:
Blacklisted phrase (1): how did you fixRegEx Blacklisted phrase (1.5): i'm stuckRegEx Blacklisted phrase (3): did you fix the problemLong answer (-1): Has code block (-0.5): Starts with a question (0.5): how did you fix the Low reputation (1):
Posted by: Med Ali
Date: 2025-05-25 06:52:49
Score: 5
Natty:
大概率是调用端参数的参数值没有转换成string,prompt和tool不太一样,要求传进参数必须是string.
这问题曾经折腾了我一天。
Reasons:
Low length (1.5): No code block (0.5): Has no white space (0.5): No latin characters (1.5): Low reputation (1):
Posted by: user30629046
Date: 2025-05-25 06:32:44
Score: 5.5
Natty: 5
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: Victor Sanni
Date: 2025-05-25 06:12:39
Score: 15.5
Natty: 8.5
@javadev How did you fix it? Can you please share your ingress config for this?
Reasons:
Blacklisted phrase (1): How did you fixRegEx Blacklisted phrase (2.5): Can you please share yourRegEx Blacklisted phrase (3): did you fix itRegEx Blacklisted phrase (1.5): fix it?Low length (1.5): No code block (0.5): Ends in question mark (2): User mentioned (1): @javadevSingle line (0.5): Looks like a comment (1): Low reputation (1):
Posted by: Ujala Singh
Date: 2025-05-25 04:48:19
Score: 4
Natty:
I came across this project https://github.com/tschuehly/spring-view-component that might be close to what you are looking for. Take a look
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: outro56
Date: 2025-05-25 03:42:05
Score: 4
Natty:
header 1
header 2
cell 1
cell 2
cell 3
cell 4
Assssssssssasin
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Filler text (0.5): ssssssssssLow reputation (1):
Posted by: Sudeshna Nayak
Date: 2025-05-25 01:02:27
Score: 4
Natty:
Reasons:
Probably link only (1): Low length (0.5): No code block (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: BEAU LOUIS AGUIRRE
Date: 2025-05-25 00:57:25
Score: 4
Natty:
Was this ever solved, Baba? I am doing the same type of upgrade and am about to re-write my custom attributes as well.
Reasons:
RegEx Blacklisted phrase (0.5): Was this ever solvedLow length (1): No code block (0.5): Contains question mark (0.5): Single line (0.5): Starts with a question (0.5): Was this Low reputation (0.5):
Posted by: Eugene
Date: 2025-05-25 00:33:19
Score: 8
🚩
Natty:
I also have this issue with jhipster 8. Do you find a workaround for this?
Reasons:
RegEx Blacklisted phrase (2.5): Do you find aLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Minh Đức Vũ
Date: 2025-05-24 22:13:48
Score: 4
Natty:
I stumbled across this. It looks like you need to put in limits for both axes: Alter axes in R with NMDS plot
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: user30627445
Date: 2025-05-24 21:04:31
Score: 9
Natty: 7.5
Now, is it your system work? If yes, please tell me details?
Reasons:
RegEx Blacklisted phrase (2.5): please tell meLow 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: M. H. Kabir
Date: 2025-05-24 20:59:29
Score: 4.5
Natty:
I had a problem with connecting mongodb atlas with powerbi:
But i flowed this video it helped me solving this problem:
https://youtu.be/v8W3lX1BLkY?si=NyG2M9aWDvxcTy9a
you may encounter a schema problem after the connection you could just search in the mongodb community you will find the solution.
thanks!
Reasons:
Blacklisted phrase (0.5): thanksBlacklisted phrase (1): youtu.beBlacklisted phrase (1): this videoLow length (0.5): No code block (0.5): Low reputation (1):
Posted by: Ali Guinga
Date: 2025-05-24 20:21:19
Score: 5.5
Natty:
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Ratbat
Date: 2025-05-24 20:17:17
Score: 6
🚩
Natty: 5.5
did any of you manage to solve the error -103 on the speedface devices?
Reasons:
Low length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): did any of you Low reputation (1):
Posted by: Azhar
Date: 2025-05-24 18:48:55
Score: 6.5
🚩
Natty: 4
poopo peepe ahahahaha stinky ahaha
Reasons:
Blacklisted phrase (2): poopLow length (2): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: uname -a
Date: 2025-05-24 18:27:50
Score: 5
Natty:
I’m not a coder just a person who recognizes, after a year mind u… I was hacked and I fought tooth and nail, was a victim of many I see here representing themselves as professionals but many where the tool to destroy my life. Backed by big business and gov … instead of saving my credit and car and relationship, and all police and "@Professionals “ to make me a T.I.! Destroyed my life for "the greater good” lol… I figured this all out through paper, no access to internet, alone , no computer background whatsoever put in hospitals to cover up…. But I kept and keep finding Turing and learning and finally have bags of papers and thousands of hours , lost 65 lbs and all contact to help or support f I could they where bought… SO WHO HERE WANTS TO STAND UP AND HELP!!! or is this just a game for people behind a monitor to use great skills to hurt the ones you never see?
Reasons:
Long answer (-0.5): No code block (0.5): Ends in question mark (2): Unregistered user (0.5): Single line (0.5): Looks like a comment (1): Low reputation (1):
Posted by: user30626524
Date: 2025-05-24 18:12:45
Score: 5.5
Natty: 7.5
niggaaa ı hate nıgas ıate aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Filler text (0.5): aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaLow entropy (1): Low reputation (1):
Posted by: dono
Date: 2025-05-24 16:57:26
Score: 4.5
Natty: 4
Has any one recently encountered this? I have been stuck with this for so long and it is so frustrating.
I am right now doing this: Create a task, and execute onTaskDispatched at the schedule time which just logs in the consol for now.
I don't get the permission_denied error, so my service account has all t he permission. I only get INVALID_ARGUMENT
This is my code snippet:
// [NOTIFICATION TASK CREATION START]
const scheduledTime = notification.scheduledTime.toDate();
const now = new Date();
// Use Cloud Tasks
const client = await getCloudTasksClient();
const parent = client.queuePath(PROJECT_ID, LOCATION, QUEUE_NAME);
const url = `https://${LOCATION}-${PROJECT_ID}.cloudfunctions.net/processScheduledNotification`;
// Calculate schedule time
const date_diff_in_seconds = (scheduledTime.getTime() - now.getTime()) / 1000;
const MAX_SCHEDULE_LIMIT = 30 * 24 * 60 * 60; // 30 days in seconds
let scheduledSeconds;
// If scheduled time is in the past or very near future (< 5 mins), schedule for 30 seconds from now
// Otherwise, schedule for the calculated time, capped at MAX_SCHEDULE_LIMIT
if (date_diff_in_seconds <= 0 || date_diff_in_seconds < 300) {
scheduledSeconds = Math.floor(Date.now() / 1000) + 30;
} else {
scheduledSeconds = Math.floor(Math.min(date_diff_in_seconds, MAX_SCHEDULE_LIMIT) + Date.now() / 1000);
}
const payload = JSON.stringify({ notificationId: notification.id })
const body = Buffer.from(payload).toString('base64')
// Create the task payload - send only the notification ID
const task = {
httpRequest: {
httpMethod: 'POST',
url,
headers: {
'Content-Type': 'application/json',
},
// Send only the notification ID in the body
body:body,
oidcToken: {
serviceAccountEmail: `{PROJECT-NUMBER}[email protected] `, // Use PROJECT_ID variable
audience: url // To my service function below
}
},
scheduleTime: {
seconds: scheduledSeconds,
nanos: 0
}
};
const [response] = await client.createTask({ parent, task });
/**
* Cloud Task handler for processing scheduled notifications
*/
export const processScheduledNotification = onTaskDispatched({
retryConfig: {
maxAttempts: 5,
minBackoffSeconds: 30,
},
queueName: 'notification-queue',
}, async (data) => {
console.log('⏲️ Received Cloud Task for scheduled notification');
console.log('Received req object:', data);
});
What am I doing wrong? Any pointers? Whats up with gprc as well? i think its correctly set up. Please help.
Reasons:
Blacklisted phrase (1): What am I doing wrong?RegEx Blacklisted phrase (3): Please helpLong answer (-1): Has code block (-0.5): Contains question mark (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: Amaura
Date: 2025-05-24 15:25:58
Score: 6
🚩
Natty:
This video will clear methods in composition API
https://youtu.be/20bb-5QllyE
Reasons:
Blacklisted phrase (1): youtu.beBlacklisted phrase (1): This videoProbably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: AtoB
Date: 2025-05-24 14:08:37
Score: 4
Natty: 4.5
McTnsping current link is:
https://www.orafaq.com/forum/t/207777/
Download is at bottom of the following page:
https://www.orafaq.com/wiki/Tnsping
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Mik Ado
Date: 2025-05-24 12:55:17
Score: 6.5
🚩
Natty:
Which Version of Oracle is it?
Reasons:
Low length (2): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): Which Low reputation (1):
Posted by: Lucky Dubula
Date: 2025-05-24 11:09:47
Score: 11
🚩
Natty:
I also have this issue
this works fine with the
https://reactnavigation.org/docs/stack-navigator
did you find any solution with the native stack ?
Reasons:
Blacklisted phrase (1.5): any solutionRegEx Blacklisted phrase (3): did you find any solutionRegEx Blacklisted phrase (2): any solution with the native stack ?Low length (1): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: itsnyx
Date: 2025-05-24 10:47:41
Score: 4
Natty: 4
স্টক ওভারফ্লাওয়ার ডট কম হাই হ্যালো আম হুমায়ুন কাবের আমি স্টক মোবারক ফ্লও কন্ট্রোল করব গুগল ক্লাউড দিয়ে রিমোট গুগল ক্লাউড গুগল ক্রাউড কন্টোলার দিয়ে আমি স্টক ওভার স্লো কন্ট্রোল করবো google cloud আমার ডাটাবেজ রেকর্ড থাকবে google অটোমেটিক সিস্টেম সফটওয়্যার গুগল ক্লাউড সেটাপ করবে আমার সকল পেপারস google ক্লা d control এ আমি রাখতে চাই ধন্যবাদ
Reasons:
No code block (0.5): Single line (0.5): No latin characters (2): Low reputation (1):
Posted by: Digital online
Date: 2025-05-24 10:01:28
Score: 11.5
🚩
Natty: 5.5
Did you get a solution? I am facing the same issue right now?
Reasons:
RegEx Blacklisted phrase (3): Did you get a solutionLow length (1.5): No code block (0.5): Me too answer (2.5): I am facing the same issueEnds in question mark (2): Single line (0.5): Starts with a question (0.5): Did you Low reputation (1):
Posted by: Enisco
Date: 2025-05-24 09:21:18
Score: 5
Natty:
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Self-answer (0.5): Low reputation (1):
Posted by: Lukáš Fabian
Date: 2025-05-24 07:25:48
Score: 5.5
Natty: 4
Hi Drew, can you share details about the weight assigned to the Tag property of the column containing the value. Thank you.
Reasons:
Blacklisted phrase (0.5): Thank youRegEx Blacklisted phrase (2.5): can you shareLow length (1): Has code block (-0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Kadir
Date: 2025-05-24 02:10:37
Score: 7.5
Natty: 7.5
@Twinkle were you successful?
I am trying to figure out how to create a custom payment processor - would you be willing to provide some guidance please?
Reasons:
Blacklisted phrase (1): I am trying toLow length (1): No code block (0.5): Ends in question mark (2): User mentioned (1): @TwinkleLooks like a comment (1): Low reputation (1):
Posted by: David hay
Date: 2025-05-24 02:06:35
Score: 4
Natty:
I mean, if you're going to burn a register, then why not just sD
to remove the top value from the stack?
Reasons:
Low length (1): Has code block (-0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Mario Nigrovic
Date: 2025-05-24 01:48:30
Score: 6.5
🚩
Natty: 5.5
after ive gotten the column copied, is there a way to be able to sort the column in sheet 2 seperately from that of sheet 1?
Reasons:
Blacklisted phrase (1): is there a wayLow 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: user30621579
Date: 2025-05-24 00:55:17
Score: 5
Natty:
I believe this could be done using tkinter / customtkinter and utilizing the Canvas widget / CTkImage for handling the the image and intractability alongside the Tabview widget for the steps.
Please refer to How can I load an image into a tkinter window/canvas? and this tutorial for more info.
Reasons:
Blacklisted phrase (0.5): How can IBlacklisted phrase (1): this tutorialProbably link only (1): Low length (1): No code block (0.5): Low reputation (1):
Posted by: Alireza Aliz
Date: 2025-05-23 22:42:44
Score: 4
Natty:
Not saying this will work but, here's some instructions that is online...
https://www.smackcoders.com/blog/how-to-install-wamp-and-xampp.html
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Kevin Richardson
Date: 2025-05-23 21:39:28
Score: 9
🚩
Natty: 5
is it resolved ? i am facing the same issue
Reasons:
RegEx Blacklisted phrase (1.5): resolved ?Low length (1.5): No code block (0.5): Me too answer (2.5): i am facing the same issueContains question mark (0.5): Unregistered user (0.5): Single line (0.5): Starts with a question (0.5): is it Low reputation (1):
Posted by: jatin arora
Date: 2025-05-23 21:28:24
Score: 4
Natty: 4.5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Alone
Date: 2025-05-23 21:22:22
Score: 4
Natty:
which search algorithm is more likely to find a solution in an infinite space state
Reasons:
Low length (1.5): No code block (0.5): Single line (0.5): Starts with a question (0.5): which Low reputation (1):
Posted by: zayn Farrag
Date: 2025-05-23 21:14:20
Score: 4.5
Natty:
Please feel free to check out the Closed Caption Converter API. https://www.closedcaptionconverter.com
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Nathaniel Deshpande
Date: 2025-05-23 20:39:10
Score: 4
Natty: 4
Did anyone notice the typo of attachements instead of attachments?
Not certain, but I think that was the actual problem here... or at least part of the problem.
Reasons:
Low length (1): No code block (0.5): Contains question mark (0.5): Unregistered user (0.5): Starts with a question (0.5): Did anyone notLow reputation (1):
Posted by: Nick
Date: 2025-05-23 20:31:06
Score: 8
🚩
Natty:
Also having the same issue. Related: Microsoft Graph 502 Bad Gateway - Failed to execute backend request when creating a private channel (beta API)
Could be because of metered api usage limit for transcripts.
Any clue so far?
Reasons:
Probably link only (1): Low length (1): No code block (0.5): Me too answer (2.5): Also having the same issueEnds in question mark (2): Low reputation (1):
Posted by: Abreham Gezahegn
Date: 2025-05-23 19:57:57
Score: 4.5
Natty: 4
Reasons:
Blacklisted phrase (0.5): medium.comProbably link only (1): Low length (2): No code block (0.5): Low reputation (0.5):
Posted by: AntyaDev
Date: 2025-05-23 19:06:44
Score: 8.5
Natty: 8
Can you explain why the use of URL fixes the issue? I guess it is because URL loads the file as an absolute path while the previous method would load the .env file from the incorrect directory when nested inside module files?
Reasons:
RegEx Blacklisted phrase (2.5): Can you explainRegEx Blacklisted phrase (1.5): fixes the issue?Low length (0.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): Can you Low reputation (0.5):
Posted by: kaligrafy
Date: 2025-05-23 17:50:23
Score: 4.5
Natty:
Perhaps this customer location requires a PO Receipt before you can bill?
Reasons:
Low length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5):
Posted by: Patrick Chen
Date: 2025-05-23 17:11:10
Score: 7.5
🚩
Natty: 5.5
Do we have any solution for this I am still facing the same.
Reasons:
Blacklisted phrase (1.5): any solutionRegEx Blacklisted phrase (2.5): Do we have anyLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: j. Beniwal
Date: 2025-05-23 17:03:06
Score: 9.5
🚩
Natty: 4.5
Did you ever get an answer or solution for this? I am having the same issue. I have a SQL task that the error doesn't propagate to the package it is in, but that package is called by another parent package that the error is still propagating to.
Reasons:
RegEx Blacklisted phrase (3): Did you ever get an answerLow length (0.5): No code block (0.5): Me too answer (2.5): I am having the same issueContains 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: Stephen
Date: 2025-05-23 17:01:05
Score: 4
Natty:
As pointed out by @Slbox, an expo project has to be added to git (i.e. have a .git dir) for eas build to be able to process it.
Reasons:
Low length (1): No code block (0.5): User mentioned (1): @SlboxSelf-answer (0.5): Single line (0.5): Low reputation (0.5):
Posted by: tim bits
Date: 2025-05-23 16:03:47
Score: 5
Natty: 5
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Easytoday
Date: 2025-05-23 15:51:43
Score: 4
Natty: 5
Hey I have a question on the similar lines
I am using flink to consume events from kafka and having a sliding window assigner for 1 hour window slides every 5 mins and then it has to write result in cassandra. I want to understand how this works internally ??
For example we have 10000 events and 5 taskmanagers and let's say each taskmanager gets 2000 event so there will be 5 entries in cassandra or Flink internally will aggregate all the outputs from 5 taskmanager and then create a single entry in cassandra.
Reasons:
Blacklisted phrase (1.5): I have a questionRegEx Blacklisted phrase (1): I wantLong answer (-0.5): No code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: swapnil jain
Date: 2025-05-23 15:39:39
Score: 4
Natty:
This was implemented on my phone without my knowledge and I'm pissed off about it I want this API and stk crap off my account
Reasons:
RegEx Blacklisted phrase (1): I wantLow length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Plumbers Nightmare
Date: 2025-05-23 15:24:34
Score: 5
Natty:
Invalidating IntelliJ caches helped. Wtf
What does it have to do with anything? Why would the IDE "uncache" that property from my property file?
Reasons:
Probably link only (1): Low length (1): No code block (0.5): Ends in question mark (2): Self-answer (0.5):
Posted by: Sergey Zolotarev
Date: 2025-05-23 14:14:14
Score: 5
Natty: 4.5
Is it correct that 15 years after this question was asked, there is still no acceptable alternative? Yes, it is.
Reasons:
Low length (1): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): Is it Low reputation (0.5):
Posted by: Tom Jones
Date: 2025-05-23 13:55:07
Score: 4
Natty:
Reasons:
Probably link only (1): Low length (2): Has code block (-0.5): Has no white space (0.5): Low reputation (1):
Posted by: Grzegorz
Date: 2025-05-23 13:53:06
Score: 5.5
Natty: 5.5
and how to set exacly current cursor position?
Reasons:
Low length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Jakub Bober
Date: 2025-05-23 13:23:57
Score: 5
Natty:
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (0.5):
Posted by: FluidMechanics Potential Flows
Date: 2025-05-23 13:06:51
Score: 14.5
Natty: 8
I have the same Problem, did you solve this ? Thx
Reasons:
Blacklisted phrase (1): ThxBlacklisted phrase (1): I have the same ProblemRegEx Blacklisted phrase (3): did you solve thisRegEx Blacklisted phrase (1.5): solve this ?Low length (1.5): No code block (0.5): Me too answer (2.5): I have the same ProblemEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Matevz Navodnik
Date: 2025-05-23 12:43:42
Score: 7.5
Natty: 7
Centellini,
Have you by any chance done any tests using the WriteMemory method?
Have you tried using the DownloadFile method?
Can you tell me what microcontroller are you using?
Regards
Reasons:
Blacklisted phrase (1): RegardsWhitelisted phrase (-1): Have you triedRegEx Blacklisted phrase (2.5): Can you tell me whatLow length (0.5): No code block (0.5): Ends in question mark (2): Looks like a comment (1): Low reputation (1):
Posted by: maniglia
Date: 2025-05-23 11:57:27
Score: 7.5
🚩
Natty: 5.5
do the production and test tables have the same data mass? Have the environment statistics been updated? Could you provide the production and test execution plan with the ddl of the created index and the number of rows in the table?
Reasons:
RegEx Blacklisted phrase (2.5): Could you provideLow length (0.5): No code block (0.5): Ends in question mark (2): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Cesar Carvalho
Date: 2025-05-23 11:50:25
Score: 5.5
Natty:
I'm trying a similar thing; I have added accounts.settings to the scopes, however I get an 'unauthorised' response. This is the response I get when sending the auth details to here: POST https://identity.xero.com/connect/token . I am able to access other enpoints, such as timesheets. Any help much appreciated.
"scope": "openid profile email payroll.employees payroll.timesheets payroll.settings accounting.settings offline_access"
Reasons:
Blacklisted phrase (1): appreciatedBlacklisted phrase (1): Any helpRegEx Blacklisted phrase (3): Any help much appreciatedHas code block (-0.5): Low reputation (1):
Posted by: Lee Baz
Date: 2025-05-23 11:49:24
Score: 4.5
Natty: 6
midori needs .xpi extension. doesnt accept chrome-based extensions
Reasons:
Blacklisted phrase (0.5): i needLow length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: user30616992
Date: 2025-05-23 11:30:18
Score: 4
Natty:
I overlooked that the DMA address must be passed "by reference", that is by pointer. Correcting this resolved the problem.
Thanks to @NateEldredge for pointing this out.
Reasons:
Blacklisted phrase (0.5): ThanksLow length (1): No code block (0.5): User mentioned (1): @NateEldredgeSelf-answer (0.5): Low reputation (0.5):
Posted by: Andrey Pro
Date: 2025-05-23 11:12:13
Score: 4.5
Natty:
There are several ways to delete this type of ghost folder, you can check this: https://youtu.be/VxY_iEqvlSQ
Reasons:
Blacklisted phrase (1): youtu.beLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Joynul Abadin Rasel
Date: 2025-05-23 11:04:09
Score: 8
🚩
Natty: 5.5
could you post the scripts for the partitioned table and the target table with their indexes so I can help you and understand the problem?
Reasons:
RegEx Blacklisted phrase (2.5): could you postLow 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: César Carvalho
Date: 2025-05-23 10:48:02
Score: 8.5
🚩
Natty: 6.5
Did you get an answer to this? My comboBox searches 365 users and displayfields and searchfields keep reverting to "City" which is rather unhelpful.
Reasons:
Blacklisted phrase (1): answer to this?RegEx Blacklisted phrase (3): Did you get an answer to thisLow length (1): 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: Phil
Date: 2025-05-23 10:16:54
Score: 4.5
Natty: 4.5
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: Martinocom
Date: 2025-05-23 10:13:52
Score: 4
Natty:
I tried this approach and still all in vain. Any ideas??
Model.import(
[:id, :status_id],
model_objects.map { |model| [model.id, status_id] },
callbacks: true,
on_duplicate_key_update: { conflict_target: [:id], columns: [:status_id] }
)
Reasons:
Blacklisted phrase (1): Any ideasLow length (0.5): Has code block (-0.5): Ends in question mark (2): Low reputation (1):
Posted by: Umar Mahmood
Date: 2025-05-23 09:53:47
Score: 4.5
Natty: 4
Reasons:
Blacklisted phrase (1): youtube.comProbably link only (1): Low length (1): No code block (0.5): Low reputation (1):
Posted by: spriya b
Date: 2025-05-23 09:30:38
Score: 6
🚩
Natty:
Can you paste the html output of the card element ?
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): Can you Low reputation (1):
Posted by: Clément DELORD
Date: 2025-05-23 07:53:08
Score: 4.5
Natty:
This happens from time to time when the installation is actually successful. Can you check in Windows -> Services if the sql server is already running?
Reasons:
Low length (1): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (0.5):
Posted by: Iavor Orlyov
Date: 2025-05-23 07:24:59
Score: 13.5
🚩
Natty: 6
Did you found the solution? Im facing the same issue ... Thanks in advance.
Reasons:
Blacklisted phrase (0.5): ThanksRegEx Blacklisted phrase (3): Thanks in advanceRegEx Blacklisted phrase (3): Did you found the solutionLow length (1.5): No code block (0.5): Me too answer (2.5): facing the same issueContains question mark (0.5): Single line (0.5): Starts with a question (0.5): Did you Low reputation (1):
Posted by: Miroslav
Date: 2025-05-23 06:59:51
Score: 8
🚩
Natty:
I am also facing the same issue, please put your solution here if you get it
Reasons:
Blacklisted phrase (1): I am also facing the same issueRegEx Blacklisted phrase (1): I am also facing the same issue, pleaseLow length (1.5): No code block (0.5): Me too answer (2.5): I am also facing the same issueSingle line (0.5): Low reputation (1):
Posted by: Sai Kiran
Date: 2025-05-23 05:54:32
Score: 4.5
Natty: 4.5
What does it mean? Please enter 10-digit mobile number starting with 6,7,8, or 9 only
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): What doLow reputation (1):
Posted by: Muhammad
Date: 2025-05-23 05:40:28
Score: 5
Natty: 5
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Best UI Designers in UAE
Date: 2025-05-23 05:33:26
Score: 4.5
Natty:
How about
grouped.groups.pop(group_name)
?
Reasons:
Low length (1.5): Has code block (-0.5): Ends in question mark (2): Has no white space (0.5): Starts with a question (0.5): How Low reputation (0.5):
Posted by: Confounded
Date: 2025-05-23 05:10:19
Score: 10
🚩
Natty: 6
Did you ever find a solution to this?
Reasons:
RegEx Blacklisted phrase (3): Did you ever find a solution to thisLow length (2): No code block (0.5): Ends in question mark (2): Unregistered user (0.5): Single line (0.5): Starts with a question (0.5): Did you Low reputation (1):
Posted by: Rob Wyrick
Date: 2025-05-23 04:36:11
Score: 11
Natty: 8
i am also facing the same issue, any fixes?
Reasons:
Blacklisted phrase (1): i am also facing the same issueRegEx Blacklisted phrase (1.5): fixes?Low length (1.5): No code block (0.5): Me too answer (2.5): i am also facing the same issueEnds in question mark (2): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: user30613687
Date: 2025-05-23 04:25:07
Score: 8
🚩
Natty: 4.5
I also face the same problem on my windows 10 PC. I start using Git without knowing it's garbage collection system. I usually use git from git bash terminal, so i create commit push it to git hub create branch, rebase it and lot's of things. One day i open Git GUI provided with git bash. It says that i have 704 loos object need to compress it. If i say yes then it give error like "Deletion of directory '.git/objects/01' failed, should i try again?" if it try 100 times it still not able to delete it. Git GUI i bad in this situation, i need to restart the PC to stop it ( task manager can't close it). then inside git bash i call git gc (gc for garbage collection) it also give the same error except i am able to close the git bash program, which is good. Then i tried "git gc --prune=now --aggressive --force" command but nothing works. At the end i have to manually delete all the directory git gc failed to delete, which is very very painful. After completing all the deletion my .git/objects folder contain only 5 directory. This is how i solve it. If anyone have a better solution, please share it.
Reasons:
Blacklisted phrase (1): but nothing workBlacklisted phrase (0.5): i needRegEx Blacklisted phrase (2.5): please shareLong answer (-1): No code block (0.5): Me too answer (2.5): I also face the same problemContains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Fakir Rifat Hasan
Date: 2025-05-23 03:13:51
Score: 7
🚩
Natty:
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): No latin characters (2.5): Filler text (0.5): ----------------------------------------------Low reputation (1):
Posted by: Hậu Lê Công
Date: 2025-05-23 03:08:49
Score: 11
🚩
Natty: 5.5
I have same issue. did you find the solution?
Reasons:
RegEx Blacklisted phrase (3): did you find the solutionLow length (1.5): No code block (0.5): Me too answer (2.5): I have same issueEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Đạt Nguyễn Quang
Date: 2025-05-23 02:48:44
Score: 4
Natty:
It turns out that this dictionary is an object from a library that is not coherent with what I am trying to acheive. I had to check the object browser before I realize this dictionary was from Selenium Basic instead of MS Scripting Runtime Library .
Reasons:
Blacklisted phrase (1): I am trying toLow length (0.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Austin Weiss
Date: 2025-05-23 02:44:43
Score: 4
Natty:
Alright, after a bunch more testing it seems that clamping the angle where the barrels can rotate up and down messes up the raycast hitpoint for some reason???? I don't understand why it makes the X value stop changing as soon as it hit something that wasn't terrain but when I removed the clamp it became normal.
Reasons:
Blacklisted phrase (1): ???No code block (0.5): Contains question mark (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Big Glasses
Date: 2025-05-23 01:52:17
Score: 4
Natty:
Long thread about it here https://github.com/getcursor/cursor/issues/2976
Looks like the marketplace extension is being blocked.
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Simon Hutchison
Date: 2025-05-23 00:59:05
Score: 4.5
Natty: 5.5
I use
pip install flash_attn-2.7.0.post2%2Bcu124torch2.4.0cxx11abiFALSE-cp311-cp311-win_amd64.whl
I want to know how to call it correctly—should I use:
from flash_attn import flash_attn_func
or
from torch.nn.functional import scaled_dot_product_attention
Additionally, I only installed the .whl file and did not install ninja. Is this correct?
Reasons:
Blacklisted phrase (1): I want to knowRegEx Blacklisted phrase (1): I wantHas code block (-0.5): Ends in question mark (2): Low reputation (1):
Posted by: 特蒂尼耶
Date: 2025-05-23 00:54:04
Score: 4
Natty: 4.5
Same error message and PYTHONPATH has resource folder on it but no easy way to rename as folder is part of LibreOffice suite. Easier to simply unset PYTHONPATH as required.
Reasons:
RegEx Blacklisted phrase (1): Same errorLow length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: bozo88
Date: 2025-05-23 00:03:54
Score: 4
Natty:
This problem was resolved. It was a coding issue.
Reasons:
Low length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: acyk
Date: 2025-05-22 23:52:48
Score: 9
🚩
Natty:
Did you find a solution to this?
I'm having similar issues doing basically the same thing. It seems like an issue related to the usage of npm link
.
https://github.com/vuejs/pinia/discussions/1073#discussioncomment-6297570
https://github.com/freddy38510/quasar-app-extension-ssg/issues/379
Reasons:
RegEx Blacklisted phrase (3): Did you find a solution to thisProbably link only (1): Low length (1): Has code block (-0.5): Me too answer (2.5): I'm having similar issueContains question mark (0.5): Starts with a question (0.5): Did you find a solution to thisLow reputation (1):
Posted by: RecursionError
Date: 2025-05-22 22:53:35
Score: 5.5
Natty: 5.5
it's still working in 2025 ? i ear about gmail block smtp ?
Reasons:
Low length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: D.D
Date: 2025-05-22 20:46:59
Score: 4
Natty: 4.5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Marwani Wael
Date: 2025-05-22 20:30:53
Score: 12
🚩
Natty:
I am getting the same error with Selenium, did you find a solution?
Reasons:
RegEx Blacklisted phrase (3): did you find a solutionRegEx Blacklisted phrase (1): I am getting the same errorLow length (1.5): No code block (0.5): Me too answer (2.5): I am getting the same errorEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Muhammet Olgun
Post content sourced from the Stack Exchange . Content is preserved on this site only for reporting and analytics purposes.