Check out a userscript which highlights deleted posts.
GitHub
Date: 2025-06-28 10:42:14
Score: 5
Natty: 5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Guest
Date: 2025-06-28 10:41:13
Score: 4
Natty:
Get the latest information about the school and collges result for more information visit here https://www.result.pk/matric-ssc-10th-class-result.html
Reasons:
Probably link only (1): Low length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: john san
Date: 2025-06-28 09:49:00
Score: 4
Natty: 4
Try styles > load styles from template > select the aspects you want to copy.
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Arther king
Date: 2025-06-28 09:37:57
Score: 4.5
Natty:
I have created a complete solution/ workaround for this issue.
Checkout the solution on this blog post https://dev.to/fasunle/setting-up-docker-within-wsl-3bh1
Reasons:
Blacklisted phrase (1): this blogProbably link only (1): Low length (1): No code block (0.5): Low reputation (1):
Posted by: Fasunle Kehinde Hussein
Date: 2025-06-28 09:30:54
Score: 4
Natty:
1 unitless is equivalent to 16px
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: R0b
Date: 2025-06-28 09:06:48
Score: 4.5
Natty:
When I check response.text
, it looks like some parts of the page are missing. Could this be due to missing headers or bot protection?
Reasons:
Low length (1): Has code block (-0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): When I Low reputation (1):
Posted by: Mishra Lallan
Date: 2025-06-28 08:10:33
Score: 10.5
Natty: 5
did u find the answer? i face the same problem.
Reasons:
RegEx Blacklisted phrase (3): did u find the answerLow length (1.5): No code block (0.5): Me too answer (2.5): i face the same problemContains question mark (0.5): Unregistered user (0.5): Single line (0.5): Starts with a question (0.5): did Low reputation (1):
Posted by: wak
Date: 2025-06-28 08:03:31
Score: 4
Natty:
Press Enter and you skip this offer
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Vitaliy
Date: 2025-06-28 07:38:25
Score: 4
Natty:
Rapid taps or clicks JavaScript disabled or not working Automated (bot) activity on your network (IP 112.135.68.237) Use of developer or inspection tools Need help? Submit feedback.
whiskyrumprice
Reasons:
Low length (0.5): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: yogiraj education hub
Date: 2025-06-28 04:50:48
Score: 6
Natty:
Hola Que es esto? 634202706172033
Reasons:
Low length (2): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Angel Eliseo Zarate Leiva
Date: 2025-06-28 03:43:27
Score: 8.5
Natty:
I am also facing similar issue, but even after adding schema.table format still not working. getting
psycopg2.errors.UndefinedTable: relation "nyc_taxi.trips" does not exist.
any other solution or workaround?
Reasons:
Blacklisted phrase (2): still not workingLow length (0.5): No code block (0.5): Me too answer (2.5): I am also facing similar issueEnds in question mark (2): Low reputation (1):
Posted by: sample Sampe
Date: 2025-06-28 01:29:00
Score: 8.5
Natty:
Did you ever have any success getting this working? I've tried a million different ways and the search bar still sits firmly at the top of my List{}
Reasons:
RegEx Blacklisted phrase (3): Did you everRegEx Blacklisted phrase (2): working?Low length (1): No code block (0.5): Contains question mark (0.5): Single line (0.5): Starts with a question (0.5): Did you Low reputation (0.5):
Posted by: Muindor
Date: 2025-06-28 00:17:44
Score: 8.5
Natty: 5.5
did you solve the problem?
And a question, in the step two, how do you do the request to https://graph.facebook.com/v20.0/upload:\ <UPLOAD_SESSION_ID> ?
do you use javascript fectch?
I've been triyng to use fetch but I recieve CORS erros.
Reasons:
Blacklisted phrase (1): how do youRegEx Blacklisted phrase (3): did you solve the problemRegEx Blacklisted phrase (1.5): solve the problem?Low length (0.5): No code block (0.5): Contains question mark (0.5): Starts with a question (0.5): did you solve the Low reputation (1):
Posted by: MR. Anderson
Date: 2025-06-27 23:25:29
Score: 4
Natty:
https://github.com/electron/electron/issues/46882
Found this open issue :) Downgrade to 35.2.1 to avoid this issue.
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Self-answer (0.5): Low reputation (0.5):
Posted by: jonas
Date: 2025-06-27 23:11:21
Score: 7.5
Natty:
Ive been having a similar problem. This might help, though its not definitive. Sadly I havent found a permanent solution as the problem seems to be with the packages/compatibilities.
So, I have program I wrote in pycharm that uses pandas-ta and has worked perfectly for the past year or so... until I tried to improve the code, using a new project with a new interpreter.
I downloaded all the same librares, but keep getting an error similar to yours:
UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import get_distribution, DistributionNotFound
I cant find a solution, BUT, when checking google/chatgpt, I kept getting suggestions to downgrade libraries.
On checking, I noticed that although the interpreters use the same packages, and python 3.12, the versions of the packages were different.
In the code that works with pandas_ta, numpy is 1.26.4 and pandas is 2.2.3.
In the new code, thats giving me the error, numpy is 2.3.1 and pandas is 2.3.0.
Its not ideal (and from the date of the post a bit late), but maybe if you downgrade the pandas and/or numpy to these versions, then install pandas_ta, it might work?
Reasons:
RegEx Blacklisted phrase (2): I cant find a solutionRegEx Blacklisted phrase (2): cant find a solutionLong answer (-1): Has code block (-0.5): Me too answer (2.5): having a similar problemEnds in question mark (2): Low reputation (0.5):
Posted by: AndysPythonStuff
Date: 2025-06-27 22:14:09
Score: 4
Natty:
You have to install OPOS CCO...
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: ihsani SAHBAZ
Date: 2025-06-27 21:44:02
Score: 4
Natty:
Go to terminal and ask Copolit.
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Shannon Nodoubtz Fletcher
Date: 2025-06-27 21:22:56
Score: 5.5
Natty:
If you’re working with next, try renaming your .env to .env.local, any new errors?
Reasons:
Low length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Peter Benjamin Ani
Date: 2025-06-27 21:22:56
Score: 11.5
Natty: 7
I ran into same issue. Our requirement was to complete the transaction without UI flow. Did you find any solution ?
Reasons:
Blacklisted phrase (1.5): any solutionRegEx Blacklisted phrase (3): Did you find any solutionRegEx Blacklisted phrase (2): any solution ?Low length (1): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Nightwish
Date: 2025-06-27 20:34:42
Score: 4
Natty: 4
I'm Toppi! I can sing with my best friends!
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: James Mears
Date: 2025-06-27 19:39:28
Score: 4
Natty:
This GTK 3 setup: Procedure entry point deflateSetHeader could not be located DLL libgio-2.0.0.dll suggests that the problem is in the zlib1.dll. You likely have several versions of it with the wrong one preceding in the Path environment variable.
Reasons:
Probably link only (1): Low length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: user1428934
Date: 2025-06-27 19:34:27
Score: 4.5
Natty:
Microsoft Edge is different and/or it is an older version. Some apps/programs use the same ToolTip style, e.g.:
O-browser:
Logo: enter image description here
ToolTip: enter image description here
X Browser:
Logo: enter image description here
ToolTip: enter image description here
Latest Edge ToolTip: enter image description here
Reasons:
Blacklisted phrase (1): enter image description hereProbably link only (1): Low length (0.5): No code block (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: User
Date: 2025-06-27 17:02:47
Score: 6.5
Natty: 5
i am facing the same problem. i asked on gpt, and on every AI chat. i cant find any satisfied answer.
Reasons:
Blacklisted phrase (1): m facing the same problemLow length (1): No code block (0.5): Me too answer (2.5): i am facing the same problemSingle line (0.5): Low reputation (1):
Posted by: Naksh Lamba
Date: 2025-06-27 16:57:45
Score: 4
Natty: 4
I cleared derived data -> reset package cache -> activity monitor -> Xcode -> force quit
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: user30911090
Date: 2025-06-27 16:04:31
Score: 6.5
Natty:
I am getting the same error intermittently in production. It does not reproduce on my local
Reasons:
RegEx Blacklisted phrase (1): I am getting the same errorLow length (1): No code block (0.5): Me too answer (2.5): I am getting the same errorSingle line (0.5): Low reputation (1):
Posted by: Aditya Nagpal
Date: 2025-06-27 15:37:22
Score: 4
Natty:
Switching from GPT-4.1 to Claude Sonnet 4 fixed this for me
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Luke H
Date: 2025-06-27 15:33:20
Score: 4
Natty:
Find Edit.Duplicate and assign the shortcut.
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: Gregory Bologna
Date: 2025-06-27 15:02:06
Score: 6.5
🚩
Natty:
thank you @merlosy!
This Video really helped me, when I had a similar situation.
https://youtu.be/Jv7jOrGTKd0?si=kqvGSDOzs0oA-4Vx&t=434 ,
The strange thing is, that the official Angular Documentation suggests a method that doesn't work for me: https://angular.dev/guide/testing/components-scenarios#nested-component-tests
Only by adding
TestBed.overrideComponent(PrimaryComponent, {
remove: { imports: [Child1Component, Child2Component, Child3Component] },
add: { imports: [Mock1Component, Mock2Component, Mock3Component] },
});
before
await TestBed.configureTestingModule(....)
was I able to mock the nested / child components correctly
Reasons:
Blacklisted phrase (0.5): thank youBlacklisted phrase (1): youtu.beBlacklisted phrase (1): This VideoRegEx Blacklisted phrase (2): doesn't work for meProbably link only (1): Long answer (-0.5): Has code block (-0.5): User mentioned (1): @merlosyLow reputation (1):
Posted by: prezzler
Date: 2025-06-27 14:58:04
Score: 4
Natty: 6
In the header, you specify the branch when you execute the action, not at logon.
Here are some more details.
https://help.acumatica.com/(W(8))/Help?ScreenId=ShowWiki&pageid=9821cff9-4970-4153-a0f8-dbf5758133a7
Thanks
Matt
Reasons:
Blacklisted phrase (0.5): ThanksProbably link only (1): Low length (1): No code block (0.5): Low reputation (1):
Posted by: Matt Brown
Date: 2025-06-27 14:53:02
Score: 4
Natty:
If its just a digital report i foun useful set in this way so i see the data only of the section i put the mouse on: enter image description here enter image description here
Reasons:
Blacklisted phrase (1): enter image description hereLow length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Jesv94
Date: 2025-06-27 13:41:44
Score: 4.5
Natty:
#Stef You're second solution is good but sometimes it does this : The ticks 48, 36, 24 don't mean anything. The ticks 12:00, 14:24 are good. How can I plot the ticks like you ? How can the ticks in between 12:00, and 14:24 mean something, and the rest of the ticks too pls ?
Reasons:
Blacklisted phrase (0.5): How can IWhitelisted phrase (-1): solution isLow length (0.5): No code block (0.5): Ends in question mark (2): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Camille
Date: 2025-06-27 12:42:27
Score: 6
🚩
Natty: 5.5
here is how: enter image description here its in the image
Reasons:
Blacklisted phrase (1): enter image description hereProbably link only (1): Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: safir truru
Date: 2025-06-27 11:53:09
Score: 6.5
🚩
Natty:
so i dont quite under stand yet why the answer always 0 is and if anyone knows how to change that pleas tell me
Reasons:
Blacklisted phrase (1): anyone knowsRegEx Blacklisted phrase (2.5): pleas tell meLow length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Luna
Date: 2025-06-27 11:20:59
Score: 9.5
🚩
Natty: 6
hihihihihihihihihihihihihihihhi
Reasons:
Low length (2): No code block (0.5): Unregistered user (0.5): Has no white space (0.5): Single line (0.5): No latin characters (3.5): Low entropy (1): Low reputation (1):
Posted by: user30908668
Date: 2025-06-27 11:03:54
Score: 4.5
Natty:
You can just use print.data.frame(df).
Reasons:
Low length (2): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Luis Nadel
Date: 2025-06-27 10:14:40
Score: 4
Natty:
I recently upgraded to Visual Studio v17.14.7 to utilize GH Copilot @workspace, and it failed to scan my full codebase. While asking it gave me the following response, Honest I would say
Reasons:
Probably link only (1): Low length (0.5): No code block (0.5): User mentioned (1): @workspaceSingle line (0.5): Low reputation (0.5):
Posted by: Subhankar Mukherjee
Date: 2025-06-27 09:45:31
Score: 11
🚩
Natty: 6.5
Could you please tell me how this issue was finally resolved? I'm facing the same problem too.
Reasons:
Blacklisted phrase (1): m facing the same problemRegEx Blacklisted phrase (2.5): Could you please tell me howRegEx Blacklisted phrase (1.5): resolved?Low length (1): No code block (0.5): Me too answer (2.5): I'm facing the same problemContains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Gavin
Date: 2025-06-27 09:11:20
Score: 5
Natty:
OK. I've been aware that I couldn't count on git to realize what I want directly.
Reasons:
RegEx Blacklisted phrase (1): I wantLow length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: WeariTraveller
Date: 2025-06-27 07:26:51
Score: 10
🚩
Natty: 6
Did you ever find a solution for this?
Reasons:
RegEx Blacklisted phrase (3): Did you ever find a solutionLow 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: Dado
Date: 2025-06-27 05:07:11
Score: 6.5
🚩
Natty:
I'm preparing a series of coding tutorials and want to include professional-looking thumbnails. While I can manually screenshot frames, it's often low resolution or inconsistent. Are there any reliable tools or workflows to get the official high-quality YouTube cover images?
I also wrote a short guide on "10 Thumbnail Design Tricks That Double Click-Through Rate" if anyone's interested (happy to share). For my workflow, I usually use YouTube-Cover.com — a free tool that extracts HD thumbnails (1080p, 720p) by just pasting the video URL. It's been a time-saver.
Any recommendations or best practices you follow for thumbnail optimization?
Thanks in advance!
Reasons:
Blacklisted phrase (0.5): ThanksRegEx Blacklisted phrase (3): Thanks in advanceLong answer (-0.5): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: i npm
Date: 2025-06-27 03:26:50
Score: 4
Natty:
How I can hack WiFi All system with IP address password
Reasons:
Low length (1.5): No code block (0.5): Single line (0.5): Starts with a question (0.5): How I can Low reputation (1):
Posted by: user30905002
Date: 2025-06-27 02:22:36
Score: 4.5
Natty:
I want your number I mean phone number to talk to you and join you
Reasons:
RegEx Blacklisted phrase (1): I wantLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Elisha Nana Amissah
Date: 2025-06-27 01:29:19
Score: 7
🚩
Natty:
I get the same error if I try to use @use to import Bootstrap 4xx SCSS. But if I use @import , and include functions before variables , it works.
Reasons:
RegEx Blacklisted phrase (1): I get the same errorLow length (1): No code block (0.5): Me too answer (2.5): I get the same errorUser mentioned (1): @useUser mentioned (0): @importSingle line (0.5): Low reputation (0.5):
Posted by: CJWEB
Date: 2025-06-26 23:51:53
Score: 6.5
🚩
Natty:
Were you ever able to solve this issue? Running into the same problem myself where it works with the st-link but not with the raspi.
I have gone through and confirmed through measuring voltage and also using led's that the raspit is sending a signal through the swclk and swdio pins but that the stm32 is not sending a message back.
Reasons:
RegEx Blacklisted phrase (1.5): solve this issue?RegEx Blacklisted phrase (3): Were you everNo code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: user30825494
Date: 2025-06-26 22:25:33
Score: 8.5
Natty: 7.5
have you found a solution to this?
Reasons:
RegEx Blacklisted phrase (2.5): have you found a solution to thisLow length (2): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Thiago Jesus Machado
Date: 2025-06-26 22:17:29
Score: 9.5
🚩
Natty: 5
Up, did you find a solution on this?
Reasons:
RegEx Blacklisted phrase (3): did you find a solutionLow length (2): No code block (0.5): Ends in question mark (2): Single line (0.5): Looks like a comment (1): Low reputation (0.5):
Posted by: Quentin Malgaud
Date: 2025-06-26 20:45:05
Score: 4.5
Natty: 5
I’m having this exact same problem. If you could dm me @ mohmaibe on Twitter or email [email protected] that would be awesome. 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: Mohammed Maibe
Date: 2025-06-26 20:28:01
Score: 4
Natty: 5.5
Bana asmr yapay zeka hazırla..
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Ayan Qemberli
Date: 2025-06-26 17:58:25
Score: 5
Natty:
How did you deploy your milvus cluster?
please scale your cluster with https://milvus.io/docs/scaleout.md#Scale-a-Milvus-Cluster
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Contains question mark (0.5): Starts with a question (0.5): How did you Low reputation (1):
Posted by: James Luan
Date: 2025-06-26 17:19:15
Score: 4
Natty:
nice dear i have also found but still no solution find
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: user30902113
Date: 2025-06-26 16:49:06
Score: 4.5
Natty: 7
I am looking for some resource how to implement Write with Immediate using Network Direct API? The ndspi.h header seems to not expose the needed reference. I am currently developing a prototype to connect Linux OS based using RDMA libibverbs to post rdma write with immediate to windows using Network direct.
Thanks for your help.
Reasons:
Blacklisted phrase (0.5): ThanksBlacklisted phrase (2): I am looking forWhitelisted phrase (-0.5): Thanks for your helpNo code block (0.5): Contains question mark (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: wil
Date: 2025-06-26 16:26:00
Score: 4
Natty: 6
The answer was very helpfull , thank you !!
Reasons:
Blacklisted phrase (0.5): thank youLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Debangshu Roy
Date: 2025-06-26 15:46:46
Score: 5
Natty:
enter image description here
Difference between Write-Back and Write-Through
Reasons:
Blacklisted phrase (1): enter image description hereProbably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Md. Farid Hossen Rehad
Date: 2025-06-26 14:45:28
Score: 4
Natty: 4
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Low reputation (0.5):
Posted by: sembilanlangit
Date: 2025-06-26 14:29:23
Score: 9
🚩
Natty: 4.5
I have the same error, and I have been doing everything step by step. Last week all was good, but this week when I have to record my demo of how I use Chainlink Function, I keep getting the same error with gas. Yes, I did copy the deployed contract and created the subscription. and all. Please help.
Reasons:
RegEx Blacklisted phrase (3): Please helpRegEx Blacklisted phrase (1): I have the same errorLow length (0.5): No code block (0.5): Me too answer (2.5): I have the same errorMe too answer (0): getting the same errorSingle line (0.5): Low reputation (1):
Posted by: Magda
Date: 2025-06-26 14:17:18
Score: 4
Natty: 5
At the time being, this is not possible, cp. https://github.com/r-lib/roxygen2/issues/685
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: martin
Date: 2025-06-26 14:00:13
Score: 4
Natty:
On React 19.1
+ pure-react-carousel 1.32.0
, I have the same error RangeError: Maximum call stack size exceeded
...
<CarouselProvider
naturalSlideWidth={100}
naturalSlideHeight={105}
totalSlides={dataItemsLength}>
<Slider>
<Slide index={0}>First Slide</Slide>
<Slide index={1}>Second Slide</Slide>
<Slide index={2}>Third Slide</Slide>
</Slider>
<DotGroup />
</CarouselProvider>
Reasons:
RegEx Blacklisted phrase (1): I have the same errorHas code block (-0.5): Me too answer (2.5): I have the same errorLow reputation (1):
Posted by: Alexander Stepanishchev
Date: 2025-06-26 13:08:56
Score: 5
Natty: 5
I have tried for last Monday or next Monday but its is not working. value is coming as None. Can you tell me does package supports this type of operations or not because I didn't get any docs related to this.
Reasons:
RegEx Blacklisted phrase (2.5): Can you tell meLow length (0.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Harsh Soni
Date: 2025-06-26 12:03:38
Score: 5.5
Natty: 5.5
How did you transfer Nintex Workflow Scheduler to WFE, in my case it is always installed on APP?
Reasons:
Low length (1): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): How did you Low reputation (1):
Posted by: user30899389
Date: 2025-06-26 11:51:34
Score: 5
Natty:
<string>$(AppIdentifierPrefix)com.microsoft.adalcache</string>
Still faceing same issue after enable in enetitlement.plist file
Reasons:
Low length (1): No code block (0.5): Me too answer (2.5): faceing same issueLow reputation (1):
Posted by: Awaneesh Kumar
Date: 2025-06-26 11:40:31
Score: 5
Natty: 4.5
I want to come back to this question. Still looking for a Notebook or card-reader showing me the SD-Card under /sys/block/mmcblkX (Ubuntu Server 24.04.2 LTS)
Have tried several Notebooks, i.e Lenovo X201 - this Notebook has a RTS5159 - but the SD-card is only visible under /sys/block/sdX.
Can someone confirm ?
Reasons:
RegEx Blacklisted phrase (1): I wantNo code block (0.5): Ends in question mark (2): Unregistered user (0.5): Low reputation (1):
Posted by: scheffer
Date: 2025-06-26 11:22:25
Score: 5.5
Natty:
I have the same issue with dlp discovery for cloud storage. The discoveryconfig was created, and keep in Running status, but scan isnt starting. I created the discover by gcp console. The scope in this case is organization level, but when i create the same discovery at project level starting without problems. Two weeks ago, this works well.
Reasons:
Blacklisted phrase (1): I have the same issueNo code block (0.5): Me too answer (2.5): I have the same issueSingle line (0.5): Low reputation (1):
Posted by: Alexis Corico
Date: 2025-06-26 11:09:21
Score: 5
Natty:
I'm facing the same problem here, what can I do to run the tests using the command that you added here?
npm test --TAGS="@smoke" || true
So far this is my config.
cucumber.js
module.exports = {
timeout: 30000,
use: {
actionTimeout: 30000,
navigationTimeout: 120000
},
default: {
// tags: process.env.TAGS || process.env.npm_config_tags || '',
paths: ['src/test/features/'],
require: ['src/test/steps/*.js', 'src/hooks/hooks.js'],
format: [
'progress-bar',
'html:test-results/cucumber-report.html',
'json:test-results/cucumber-report.json',
'rerun:@rerun.txt'
],
formatOptions: { snippetInterface: 'async-await' },
publishQuiet: true,
dryRun: false,
parallel: 1
},
rerun: {
require: ['src/test/steps/*.js', 'src/hooks/hooks.js'],
format: [
'progress-bar',
'html:test-results/cucumber-report-rerun.html',
'json:test-results/cucumber-report-rerun.json',
'rerun:@rerun.txt'
],
formatOptions: { snippetInterface: 'async-await' },
publishQuiet: true,
dryRun: false,
paths: ['@rerun.txt'],
parallel: 1
}
};
package.json
{
"name": "playwright_cucumber_automation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"pretest": "node src/helper/report/init.js",
"test": "cucumber-js --config=config/cucumber.js|| exit 0",
"clean": "rm -rf test-results",
"test_siva": "cross-env ENV=prod FORCE_COLOR=0 cucumber-js --config=config/cucumber.js || true",
"report": "node src/helper/report/report.js",
"test:failed": "cucumber-js -p rerun @rerun.txt"
},
"keywords": [
"cucumber",
"cucumber-js",
"Playwright-cucumber"
],
"author": "Siva Kumar",
"license": "ISC",
"devDependencies": {
"@cucumber/cucumber": "^11.3.0",
"@playwright/test": "^1.53.0",
"@types/node": "^24.0.3",
"chromedriver": "^137.0.3",
"geckodriver": "^5.0.0",
"multiple-cucumber-html-reporter": "^3.9.2",
"playwright-bdd": "^8.3.0"
},
"dependencies": {
"fs-extra": "^11.3.0",
"winston": "^3.17.0"
}
}
Reasons:
Blacklisted phrase (1): can I doBlacklisted phrase (1): m facing the same problemBlacklisted phrase (1): what can I doLong answer (-1): Has code block (-0.5): Me too answer (2.5): I'm facing the same problemContains question mark (0.5): Low reputation (0.5):
Posted by: Bruno Lorena
Date: 2025-06-26 10:48:14
Score: 4
Natty: 4
It's caused by YOUTUBE VIDEO DOWNLOAD add-on, as seen in Firefox through Developer Tools.
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Bob Knight
Date: 2025-06-26 10:48:14
Score: 4
Natty:
@yourquestion: yes, you probably are :) but if you place every expression in a init- or set-variables block all by themselves and try to run it that way, you'll probably end up with the variable not being produced the correct way. So:
init var block 1
@replace(split(item(),':')[0],'"','')
2. init var block 2
@replace(split(item(),':')1,'"','')
etc.
This way you can extract the expression producing error and fix exactly that. Does that help?
Reasons:
Has code block (-0.5): Ends in question mark (2): User mentioned (1): @yourquestionLooks like a comment (1): Low reputation (0.5):
Posted by: Jonathan
Date: 2025-06-26 10:01:01
Score: 4
Natty:
Thanks to @estus-flask.
inheritAttrs
was what I needed - attributes are now passed only to the element with v-bind="$attrs"
.
Reasons:
Blacklisted phrase (0.5): ThanksBlacklisted phrase (0.5): I needLow length (1): Has code block (-0.5): User mentioned (1): @estus-flaskSelf-answer (0.5): Low reputation (1):
Posted by: Welnyr
Date: 2025-06-26 09:48:56
Score: 6
🚩
Natty: 4
I have the same error. But debugger shows me what component was't the component object but promise/observable. Try to log it and check. And yep *ngComponentOutlet is amazing thing.
Reasons:
RegEx Blacklisted phrase (1): I have the same errorLow length (0.5): No code block (0.5): Me too answer (2.5): I have the same errorSingle line (0.5): Low reputation (1):
Posted by: Igor Demianiuk
Date: 2025-06-26 09:42:54
Score: 6
Natty: 7
Can these audio streamed outside AWS env, that is to an external LLM?
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 these Low reputation (1):
Posted by: Arun Raj
Date: 2025-06-26 09:28:49
Score: 4
Natty:
You have run the system out of memory. The OS is responding to what you did. OOM error is valid.
Is there a reason for this code, because I can't think of any possible reason to do this?
Reasons:
Low length (0.5): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: dcy665
Date: 2025-06-26 08:45:37
Score: 4
Natty:
The simplest working solution was pointed out by @iRon and it is to set the Region
> Administrative
> Language for non-Unicode programs
> Change system locale
> Beta: Use Unicode UTF-8 for worldwide language support
as described in https://stackoverflow.com/a/57134096/1701026 .
Reasons:
Blacklisted phrase (1): stackoverflowLow length (0.5): Has code block (-0.5): User mentioned (1): @iRonSelf-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: andy
Date: 2025-06-26 08:43:35
Score: 8
🚩
Natty: 5
I am struggling with the same problem.
I threw together an example.
https://github.com/sandra-markerud/keycloak-sample
Start keycloak with a docker-compose file. Keycloak contains two realms, "external" and "internal".
I cannot make it work.
Any help would be appreciated
Reasons:
Blacklisted phrase (1): appreciatedBlacklisted phrase (1): I am strugglingBlacklisted phrase (1): Any helpBlacklisted phrase (0.5): I cannotRegEx Blacklisted phrase (3): Any help would be appreciatedLow length (0.5): No code block (0.5): Low reputation (0.5):
Posted by: Sandra Markerud
Date: 2025-06-26 08:27:30
Score: 7
🚩
Natty: 5.5
is it possible to use Service Plan Azure on Linux with Azure Logic Apps ?
Reasons:
Blacklisted phrase (1): is it possible toLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): is it Low reputation (1):
Posted by: Pascal Guilloteau
Date: 2025-06-26 07:41:17
Score: 6
Natty: 7
Can You tell me more about this ? When i run spark-submit --packages "org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.6" test.py
It threw the errors of KafkaConfigUpdater.
Reasons:
RegEx Blacklisted phrase (2.5): Can You tell meLow length (1): No code block (0.5): Contains question mark (0.5): Starts with a question (0.5): Can You Low reputation (1):
Posted by: Nguyên Võ
Date: 2025-06-26 07:18:10
Score: 4
Natty:
Right click on search text -> Click -> Activity bar position -> Default
Activity bar position -> Default
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: praba prakash
Date: 2025-06-26 06:35:58
Score: 4
Natty:
Making this change solved my problem. When I tested it, i saw that it works fine.
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: FlutterWiz
Date: 2025-06-26 04:41:26
Score: 4
Natty:
Literally wasted 12 hrs in others ai platform.just randomly googled it & here problem solved🫰.stackOverflow wont die
Reasons:
Blacklisted phrase (1): stackOverflowLow length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Tuhin Abdullah
Date: 2025-06-26 02:18:55
Score: 4.5
Natty:
** ** ** **
** ** // ** ** // /** /**
****** ****** //** ** ** ***** ****** ****** //** ** ** ***** ****** ******
//**//* **////** //*** /** **///**//**//*//**//* //*** /** **///**///**/ ///**/
/** / /** /** /** /**/******* /** / /** / /** /**/******* /** /**
/** /** /** ** **/**/**//// /** /** ** **/**/**//// /** /**
/*** //****** ** //*** //******/*** /*** ** //*** //****** //** //**
/// ////// // /// ////// /// /// // /// ////// // //
Reasons:
Long answer (-0.5): Has code block (-0.5): No latin characters (3.5): Low entropy (1): Low reputation (1):
Posted by: Tony
Date: 2025-06-26 00:25:29
Score: 4
Natty: 5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: JYC
Date: 2025-06-25 22:28:03
Score: 4
Natty:
You can just apply a fixed random pattern of sign flips to the input data and then do a fast Walsh Hadamard transform.
Repeat that again for sparse input data.
https://sites.google.com/view/algorithmshortcuts/home
Code:
https://archive.org/details/software?tab=collection&query=mini+java+collection&and%5B%5D=year%3A%5B2025+TO+2025%5D
Reasons:
Probably link only (1): Low length (1): No code block (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: Sean O'Connor
Date: 2025-06-25 21:53:54
Score: 9
Natty: 7.5
Did you manage to solve it by any chance?
Reasons:
RegEx Blacklisted phrase (3): Did you manage to solve itLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): Did you Low reputation (1):
Posted by: MMM
Date: 2025-06-25 20:59:40
Score: 4
Natty:
For anyone having same question as I: "Obi softbody" in the unity asstestore can do the trick for both physics and visual.
But if you want something more visual and not physically so much effective "magica cloth" is the tool; it is also on the unity asstestore
There are some other tools as soft mesh deformer...
Reasons:
No code block (0.5): Me too answer (2.5): having same questionLow reputation (1):
Posted by: Fhvgyh Ffjihgh
Date: 2025-06-25 20:52:37
Score: 6
🚩
Natty:
Can you provide context such as what operating system you're using, and what application you are using to write/execute code? My best guess is that the file browser opening in one case is the code editor's file explorer built into the app.
Reasons:
RegEx Blacklisted phrase (2.5): Can you provideLow length (0.5): No code block (0.5): Contains question mark (0.5): Single line (0.5): Starts with a question (0.5): Can you Low reputation (1):
Posted by: iLiekTaost
Date: 2025-06-25 20:41:34
Score: 4.5
Natty:
Found the solution by changing the format of table. Thank you, community!
Reasons:
Blacklisted phrase (0.5): Thank youLow length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: rajendra kodavaty
Date: 2025-06-25 20:39:34
Score: 5.5
Natty: 6
Reasons:
Blacklisted phrase (1): did not workBlacklisted phrase (1): This videoProbably link only (1): Low length (1): No code block (0.5): Low reputation (1):
Posted by: Xiola
Date: 2025-06-25 19:05:09
Score: 5
Natty:
I'm still facing this issue and haven't found a working solution yet.
Every time I run my Flutter app on iOS Simulator, I get the following error:
Error initializing DevFS:
DevFSException(Service disconnected, _createDevFS: (-32000) Service connection disposed, null)
Steps I've tried so far:
Ran flutter clean, flutter pub get
Reinstalled pods (deleted Pods, Podfile.lock, .symlinks, etc.)
Rebuilt iOS project with pod install
Erased and restarted all simulators
Simplified my main.dart to just show a Text widget
Made sure all xcconfig files include CocoaPods settings
Tried different iOS simulator devices
Updated Flutter to latest stable (Flutter 3.22.x at time of writing)
Verified flutter doctor has no errors
Also tried flutter run --release
Still getting the same error.
Full crash report shows a segmentation fault (SIGSEGV) around UIImageView/intrinsicContentSize which may suggest a corrupted image or native issue.
If anyone has encountered this or found a workaround, I’d really appreciate any tips or directions
Reasons:
Blacklisted phrase (1): any tipsRegEx Blacklisted phrase (1): I get the following errorLong answer (-1): No code block (0.5): Me too answer (2.5): getting the same errorLow reputation (1):
Posted by: Tarik
Date: 2025-06-25 17:27:43
Score: 5
Natty: 4
6767557676467557756657656$%%%-$-&8:'*&"
Reasons:
Low length (2): No code block (0.5): Unregistered user (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: jjjjj
Date: 2025-06-25 16:34:29
Score: 11.5
🚩
Natty: 5
were you able to fix this issue? I am having the same problem.
Reasons:
RegEx Blacklisted phrase (1.5): fix this issue?RegEx Blacklisted phrase (3): were you ableLow length (1.5): No code block (0.5): Me too answer (2.5): I am having the same problemContains question mark (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: aee
Date: 2025-06-25 16:29:27
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: Muhammad Owais Warsi
Date: 2025-06-25 16:22:25
Score: 6
Natty: 7
What happen if i used the version "apexcharts": "^3.50.0" and "@angular/core": "^17.3.11", ??
there will be some error ?
Reasons:
Low length (1): No code block (0.5): Ends in question mark (2): Starts with a question (0.5): What Looks like a comment (1): Low reputation (1):
Posted by: Angel Gustavo Ortuño Rogel
Date: 2025-06-25 15:50:15
Score: 4.5
Natty:
the effbot: Dialog Windows doesn't work the site effbot is closed.
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: manuel1957
Date: 2025-06-25 15:22:07
Score: 4.5
Natty:
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Albert
Date: 2025-06-25 14:56:00
Score: 4
Natty: 4.5
For clarity, here is the Appylar Android SDK documentation:
https://www.appylar.com/documentation/android/overview/
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: swanlake983
Date: 2025-06-25 13:40:38
Score: 15
🚩
Natty: 6
I have the same problem, I allowed the azure services and resourses on SQL server options but it does not work,after a while I am getting the same error message but with a different IP address.
somebody can helpme please.
Thanks in advance!
Reasons:
Blacklisted phrase (0.5): ThanksBlacklisted phrase (1): I have the same problemRegEx Blacklisted phrase (3): Thanks in advanceRegEx Blacklisted phrase (3): somebody can helpRegEx Blacklisted phrase (1): I am getting the same errorRegEx Blacklisted phrase (2): helpme pleaseLow length (0.5): No code block (0.5): Me too answer (2.5): I have the same problemMe too answer (0): I am getting the same errorLow reputation (1):
Posted by: Sebas Y
Date: 2025-06-25 13:35:36
Score: 6.5
🚩
Natty:
When will it be back up again?
Reasons:
Low length (2): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): When Low reputation (1):
Posted by: User
Date: 2025-06-25 13:04:26
Score: 4
Natty:
holy, that error take me about 4 hours of stress, thank you
Reasons:
Blacklisted phrase (0.5): thank youLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Rafael Difini
Date: 2025-06-25 12:34:17
Score: 4.5
Natty: 4.5
Thanks @Darrarski . Finally found this after 9 hours of hustling to upload to AppStore doing nonsens.
Reasons:
Blacklisted phrase (0.5): ThanksLow length (1): No code block (0.5): Single line (0.5): Looks like a comment (1): Low reputation (1):
Posted by: Lakshith Withana
Date: 2025-06-25 12:12:11
Score: 4
Natty:
Now you can create bookmark lists and drag bookmarks to make them in groups
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: amr samy
Date: 2025-06-25 11:40:03
Score: 10
Natty: 7.5
were you able to find a solution?
Reasons:
RegEx Blacklisted phrase (1): were you able to find a solutionRegEx Blacklisted phrase (3): were you ableLow length (2): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: depsy
Date: 2025-06-25 11:35:01
Score: 4.5
Natty: 5.5
Reasons:
Blacklisted phrase (0.5): Thank youProbably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: coresh
Date: 2025-06-25 11:13:54
Score: 8.5
🚩
Natty:
Problem:
I'm using VBA to extract the 'Total' value from SAP COOIS and paste it into Excel. Everything works fine except capturing the Total value, because the position of the Total changes every time, and I can't figure out how to dynamically locate and copy it into Excel.
What I've Done:
SAP GUI Scripting is enabled and working.
Filters, resizing, and navigation all work fine.
I can reach the Total manually, but it doesn’t have a fixed row or cell position.
Question:
How can I programmatically capture the Total value from the SAP ALV grid (where the Total is calculated after summing a column) and copy it to Excel even when its position changes?
Attached is the working script up to the Total display, but I need help with the part that extracts the value.
Thanks in advance!
To dynamically read ALV grid data in SAP using scripting, you may need to loop through visible rows in the grid using:
Set grid = session.FindById("grid_id")
value = grid.GetCellValue(rowIndex, "columnKey")
Reasons:
Blacklisted phrase (0.5): ThanksBlacklisted phrase (0.5): How can IBlacklisted phrase (0.5): I needBlacklisted phrase (2.5): I need helpRegEx Blacklisted phrase (3): Thanks in advanceLong answer (-0.5): No code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: ERPROOTS
Post content sourced from the Stack Exchange . Content is preserved on this site only for reporting and analytics purposes.