Check out a userscript which highlights deleted posts.
GitHub
Date: 2024-12-10 18:10:17
Score: 4
Natty:
I also have the same issue . I have been working with the same model and system . Most of the time my kernal will die or the system will hang for longtime . I believe it because of the mac spec and its Gpu Intel UHD Graphics 630 1536 MB is not sufficient for many llama models . To address this I have few suggestions .
Use Quantized llama models . These are lightweight models .
if possible try to get an EGPU for your mac .
upgrade to PC with better specifications .
Reasons:
No code block (0.5): Me too answer (2.5): I also have the same issueLow reputation (1):
Posted by: Abishek m
Date: 2024-12-10 18:04:15
Score: 4
Natty: 5.5
NOT AN ANSWER, Follow on Question. How would this work if you are remotely connecting to a secured QMGR on an MQ appliance? I don't seem to be able to add credentials to the command line. I am successfully using this user ID to do other MQ operation like remove runmqsc commands and reading queue depths. On those I need to add a -u userName then < the password > save.output.file
Reasons:
Blacklisted phrase (0.5): I needBlacklisted phrase (1): NOT AN ANSWERNo code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: RayMN
Date: 2024-12-10 18:01:11
Score: 4.5
Natty:
Which version do you use it ? check the last version you use in project
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): Which Low reputation (1):
Posted by: Mehrdad Bozorgmehr
Date: 2024-12-10 17:58:09
Score: 7.5
🚩
Natty: 6
does anyone have an actual answer to this? The answer just says to use another option, but this is not possible for me.
Reasons:
Blacklisted phrase (1): answer to this?RegEx Blacklisted phrase (3): does anyone have an actualLow length (1): No code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: molinaluciana
Date: 2024-12-10 17:58:08
Score: 4
Natty:
JeffC answer worked, the problem was that i was using google colaboratory
Reasons:
Low length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Leonardo Ramunno
Date: 2024-12-10 17:56:07
Score: 4
Natty:
I found a resource that does a nice walkthrough on how to do this:
https://tantainnovatives.com/blog/how-to-guides-and-tutorials/integrating-spotify-in-android-apps-a-developers-guide-to-the-spotify-web-api-and-sdk
Followed it up until the end of the "Add the Spotify SDK to Your App" and the imports work now.
Reasons:
Probably link only (1): Low length (1): No code block (0.5): Self-answer (0.5): Low reputation (1):
Posted by: toefungus
Date: 2024-12-10 17:25:57
Score: 4
Natty: 6
The same happened to me, your solution works, thanks!!
Reasons:
Blacklisted phrase (0.5): thanksLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Eileen Pardo Hernández
Date: 2024-12-10 17:09:52
Score: 5
Natty:
It appears the RcppGallery already has the answer, thanks to the author: https://gallery.rcpp.org/articles/dynamic-dispatch-for-sparse-matrices/
Reasons:
Blacklisted phrase (0.5): thanksProbably 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: mskb
Date: 2024-12-10 16:54:46
Score: 4
Natty:
This working EntityFramework6\Add-Migration
Reasons:
Low length (1.5): No code block (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: user3573197
Date: 2024-12-10 16:41:42
Score: 4
Natty:
Hello i am new to AI stuff and also going through this example of using transformer block for time series classification.
Aside from the padding issue, may i ask why it use "channels_first" rather than "channels_last" in GlobalAveragePooling2D layer?
I have a 2D data like yours and reshape it to (batch, height, width, 1). "channel_first" give me a high accuracy to 9X% but not "channel_last".
The Keras example use 1D data, using "channel_last" but also result in a poor accuracy. But according to the definition "channels_last" should be correct
Reasons:
Blacklisted phrase (1): may i askRegEx Blacklisted phrase (1.5): i am newLong answer (-0.5): No code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: Jerson
Date: 2024-12-10 16:07:31
Score: 4.5
Natty: 4
I upgraded my laravel 8 backend for SPA (vue.js, sanctum) to laravel 11, and post request /broadcasting/auth returns HTML response instead of json like
{ auth: "..." }
In previous version Broadcast::routes has been called from BroadcastServiceProvider, but not is it under the hood of laravel framework in ApplicationBuilder.php, and previously I've added sanctum middleware like this
Broadcast::routes(['middleware' => ['auth:sanctum']]);
How should I do it in laravel 11?
Reasons:
Blacklisted phrase (1): How should INo code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Eugene B.
Date: 2024-12-10 15:51:24
Score: 7
🚩
Natty:
Reasons:
Blacklisted phrase (1): Please check thisBlacklisted phrase (1): this linkRegEx Blacklisted phrase (1): check this linkProbably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: MotoMatt5040
Date: 2024-12-10 15:47:22
Score: 5.5
Natty:
I am having the same error. It seems like NextJS v14.2 have changed the types definitions and @clerk/nextjs is not able to catch up.
I would say, give it a few days until clerk team release a minor update to fix this linting error.
Reasons:
RegEx Blacklisted phrase (1): I am having the same errorLow length (0.5): No code block (0.5): Me too answer (2.5): I am having the same errorLow reputation (1):
Posted by: Alaa ElSaman
Date: 2024-12-10 15:09:10
Score: 6.5
🚩
Natty: 6.5
I am creating a plugin for Wordpress, using bootstrap 5.2.3.
I also look for a visual modification of the select box when using the 'multiple' attribute.
I have tried up to now these plugins, with no results:
virtual-select
bootstrap-multiselect
select2 with select2-boostrap-5-theme css
Nowadays, is there any non-paid plugin that can modify the select box?
Thanks in advance for your help
Reasons:
Blacklisted phrase (0.5): ThanksBlacklisted phrase (1): is there anyRegEx Blacklisted phrase (3): Thanks in advanceNo code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: aruseusx
Date: 2024-12-10 14:55:04
Score: 6
🚩
Natty:
I'm having the same issue with jpeg.dll but i have everything set up...
Reasons:
Low length (1.5): No code block (0.5): Me too answer (2.5): I'm having the same issueSingle line (0.5): Low reputation (1):
Posted by: gabbodam99
Date: 2024-12-10 14:48:59
Score: 12
🚩
Natty: 5.5
I have the same problem, the user permissions were reviewed but I still get the same error. The report executes a job from the visual studio and is executed successfully but from an application the following message does not appear:
An error has occurred during report processing. (rsProcessingAborted)
Query execution failed for dataset 'dataset1'. (rsErrorExecutingCommand)
For more information about this error navigate to the report server on the local server machine, or enable remote errors
could someone help me?
Reasons:
Blacklisted phrase (1): help meBlacklisted phrase (1): I have the same problemRegEx Blacklisted phrase (3): could someone help meRegEx Blacklisted phrase (1): I still get the same errorLong answer (-0.5): No code block (0.5): Me too answer (2.5): I have the same problemMe too answer (0): get the same errorEnds in question mark (2): Unregistered user (0.5): Low reputation (1):
Posted by: RGoncalves
Date: 2024-12-10 14:34:53
Score: 6
🚩
Natty: 6
Was there any change regarding connecting data from Trimble into Autodesk construction cloud?
Reasons:
Low length (1): No code block (0.5): Ends in question mark (2): Unregistered user (0.5): Single line (0.5): Starts with a question (0.5): Was there any Low reputation (1):
Posted by: user28717626
Date: 2024-12-10 14:33:49
Score: 6
🚩
Natty:
Hello my friend do you find a solution for this
Reasons:
RegEx Blacklisted phrase (2.5): do you find aLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Mohammad Mirzae
Date: 2024-12-10 14:08:41
Score: 6
🚩
Natty: 6
but for delete the checkbox without use .clearformats there is a solution?
Reasons:
Low length (1.5): No code block (0.5): Ends in question mark (2): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Alessandro
Date: 2024-12-10 14:05:39
Score: 7
🚩
Natty: 6.5
what will be validation code for html tags. Because some time we got email with html tags in text area and i don't want to submit form with this type of tag.
please help me for this
Reasons:
Blacklisted phrase (1): help meRegEx Blacklisted phrase (3): please help meLow length (0.5): No code block (0.5): Unregistered user (0.5): Starts with a question (0.5): what Low reputation (1):
Posted by: Sapna
Date: 2024-12-10 13:57:35
Score: 4
Natty: 4.5
Has this been answered? I am also having this issue
Reasons:
Low length (1.5): No code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Brian Choo
Date: 2024-12-10 13:44:31
Score: 7
🚩
Natty:
Any solution? I have this same problem and I have tried everything, I added
item name="android:windowLayoutInDisplayCutoutMode">never to the mainactivity theme and it doesn't work either
Reasons:
Blacklisted phrase (1): ve tried everythingBlacklisted phrase (1.5): Any solutionRegEx Blacklisted phrase (2): Any solution?Low length (0.5): No code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: ITECH
Date: 2024-12-10 13:09:21
Score: 5.5
Natty:
Reasons:
Blacklisted phrase (0.5): medium.comProbably link only (1): Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Cristian Talavera
Date: 2024-12-10 13:00:17
Score: 6.5
🚩
Natty:
Has anyone figured out why this still prevents downloads on newer frameworks? A year later "use node18" is still just a workaround.
Reasons:
RegEx Blacklisted phrase (3): Has anyone figuredLow length (1): No code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: mitch
Date: 2024-12-10 12:47:12
Score: 4
Natty:
lifecycle:
preStop:
exec:
command: ["/bin/sh", "-c", "yourscript.sh > /proc/1/fd/1"]
ref: How to monitor executing of `preStop` command?
Reasons:
Probably link only (1): Low length (1): Has code block (-0.5): Ends in question mark (2): Low reputation (0.5):
Posted by: chestack
Date: 2024-12-10 12:35:07
Score: 7
🚩
Natty:
I have the same problem. It does not seem to come from imports indeed.
Reasons:
Blacklisted phrase (1): I have the same problemLow length (1.5): No code block (0.5): Me too answer (2.5): I have the same problemSingle line (0.5): Low reputation (1):
Posted by: Thoms
Date: 2024-12-10 12:32:06
Score: 4
Natty:
Just another option if someone is facing the same issues:
Check, if interactive plots are enabled in the PyCharm settings.
Search for: Use "mpld3" interactive plots for Matplotlib
and disable it.
Reasons:
Low length (0.5): No code block (0.5): Me too answer (2.5): facing the same issueLow reputation (0.5):
Posted by: Mario
Date: 2024-12-10 12:25:03
Score: 4.5
Natty: 4.5
As I have low reputation to comment, I have to reply. This is not a good solution : Chart1.ChartAreas[0].Position.X = 0;
It will destroy additional objects as legends to the chart and it will be overlapped with the graph.
Reasons:
Blacklisted phrase (1): to commentRegEx Blacklisted phrase (1.5): low reputation to commentLow length (0.5): No code block (0.5): Low reputation (1):
Posted by: Ondrej Mackovic
Date: 2024-12-10 11:55:53
Score: 7
🚩
Natty:
@Arko, but the definition is nothing therefore remediation cannot add.
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): User mentioned (1): @ArkoSelf-answer (0.5): Single line (0.5): Looks like a comment (1): Low reputation (1):
Posted by: Romeo
Date: 2024-12-10 11:49:51
Score: 4
Natty:
To insert a non-breaking space in PhpStorm or any software, you do not need to install Persian (Standard). This operation is not performed by the software itself; it's related to the operating system. In Windows, this can be done with the shortcut key Shift + Ctrl + 2 (you must have the language set to Persian). However, in PhpStorm, this shortcut is already assigned to another function.
To avoid the need to install Persian (Standard) and to prevent the hassle of switching between normal and standard Persian, you need to remove this shortcut from PhpStorm. To do this, go to Settings , then navigate to the Keymap section, and search for mark . You will find the following option after scrolling down slightly:
enter image description here
As you can see in the screenshot, I removed the option Toggle Bookmark 2 , which was assigned to the shortcut Ctrl + Shift + 2 . From now on, without needing to install Persian (Standard), I can create a non-breaking space using this default Persian language in the operating system by pressing Ctrl + Shift + 2 .
If you have any questions about working with editors, please message me on Telegram at @arefalapour.
Thank you!
Reasons:
Blacklisted phrase (0.5): Thank youBlacklisted phrase (1): enter image description hereContains signature (1): Long answer (-1): No code block (0.5): User mentioned (1): @arefalapourLow reputation (1):
Posted by: Aref
Date: 2024-12-10 11:49:50
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: dyedwiper
Date: 2024-12-10 11:47:48
Score: 6
🚩
Natty:
At the moment, I have the same problem, but no solution.
After removing and re-installing spyder, "conda doctor -v" reports two missing files: Scripts/gui-64.exe and Scripts/spyder-script.py.
Maybe, this gives a hint to experts.
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 problemUnregistered user (0.5): Low reputation (1):
Posted by: Thomas
Date: 2024-12-10 10:55:32
Score: 8.5
Natty: 7.5
Having the same exact problem, did you manage to figure out what's wrong?
Reasons:
RegEx Blacklisted phrase (3): did you manage to figure outLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Spyros Kousk
Date: 2024-12-10 10:50:30
Score: 9.5
🚩
Natty: 5
I am trying to do more or less the same. You can install the LoRa-RF python library (standard one, not a third party), as all the implementation is thought to be with SPI. Or maybe you can use https://github.com/chandrawi/LoRaRF-Python , that is more or less the same but with some upgrades (third party).
I have worked with SX127X as it seems to be fine.
But i am struggling with SX1262. As i always get 0x00 from the SPI. This, for example, is the output of your program: GetStatus
0x0
GetPacketStatus
0x0
ReadBuffer
0x0
0x0
0x0
0x0
0x0
0x0
0x0
0x0
0x0
0x0
But i have tried with very simple tests and always get 0x00. My RPi SPI seems to be working fine as i can connect with the already mentioned SX127X. But i am unable with SX126X. My comm jumpers are both at B and the M1 and M0 are both short.
Do you have any idea of what can be happening to me, as you seem to have this working?
Regards!
Reasons:
Blacklisted phrase (1): RegardsBlacklisted phrase (1): i am strugglingBlacklisted phrase (1): I am trying toWhitelisted phrase (-1.5): you can useRegEx Blacklisted phrase (2.5): Do you have anyRegEx Blacklisted phrase (2): working?Long answer (-0.5): No code block (0.5): Ends in question mark (2): Unregistered user (0.5): Low reputation (1):
Posted by: gixeska
Date: 2024-12-10 10:49:29
Score: 6.5
🚩
Natty: 6
any update on this one?
Martijn
Reasons:
Blacklisted phrase (1): update on thisLow length (2): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: bond beheer
Date: 2024-12-10 10:46:25
Score: 7
🚩
Natty:
Hello I developed a desktop web automation program with C# selenium, but when publishing it, it does not work on another computer (without Visual Studio 2022 installed) and gives this error. What should I do?
enter image description here
Reasons:
Blacklisted phrase (1): enter image description hereBlacklisted phrase (2): What should I doLow length (0.5): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Ali Akdoğan
Date: 2024-12-10 10:32:21
Score: 4
Natty:
i think its possible to scale ui......
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Lela Murazik
Date: 2024-12-10 10:21:17
Score: 6.5
🚩
Natty: 5
I have the same problem,I have the same problem,I have the same problem,I have the same problem,I have the same problem,I have the same problem,
Reasons:
Blacklisted phrase (1): I have the same problemLow length (1): No code block (0.5): Me too answer (2.5): I have the same problemSingle line (0.5): Low reputation (1):
Posted by: cheng xin
Date: 2024-12-10 10:20:16
Score: 4
Natty:
I have same problem but i tried out this
void main() {
print(fixNumber(8123456789, amountOfZeroes: 4)); // 1000056789
print(fixNumber(9665789456789, amountOfZeroes: 5)); // 1000009456789
}
int fixNumber(int number, {required int amountOfZeroes}) {
return int.parse('1' + '0' * amountOfZeroes + number.toString().substring(amountOfZeroes + 1));
}
Reasons:
Blacklisted phrase (1): I have same problemHas code block (-0.5): Me too answer (2.5): I have same problemLow reputation (1):
Posted by: Nehal Babu
Date: 2024-12-10 10:14:14
Score: 4
Natty:
My only problem was admin privileges.
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Francisco Javier Car Rosario
Date: 2024-12-10 09:57:08
Score: 5.5
Natty:
برای درج نیم فاصله در phpstorm (یا هر نرم افزار دیگری) نیازی به نصب persian(standard) نیست. این عمل اصلا توسط نرم افزار رخ نمیدهد و مربوط به سیستم عامل هست. در سیستم عامل ویندوز این عمل با کلید میانبر shift+ctrl+2 انجام میشود (حتما باید زبان روی فارسی باشد). در حالی که در phpstorm این کلید میانبر ست شده است. شما برای اینکه نیاز نداشته باشید persian(standard) رو نصب کنید و به دردسر تغییر بین فارسی نرمال و استاندارد برنخورید، نیاز هست که در نرم افزار phpstorm این کلید رو از رزرو حذف کنید. برای اینکار باید به settings برید و قسمت keymap و سرچ کنید mark در نتیجه ای که میاد کمی اسکرول کنید به بخش زیر میرسید
enter image description here
همینطور که در عکس مشاهده میکنید، گزینه Toggle Bookmark 2 که روی کلید میانبر ctrl+shift+2 بوده رو حذف کردم و از این به بعد بدون نیاز به نصب persian (standard) میتونم با همین زبان فارسی پیشفرض در سیستم عامل، و با زدن کلید ctrl+shift+2 نیم فاصله ایجاد کنم.
لطفا اگر سوالی داشتید در مورد کار با ادیتورها به تلگرام من با id @arefalapour پیام بدید.
با تشکر
Reasons:
Blacklisted phrase (1): enter image description hereContains signature (1): Long answer (-0.5): No code block (0.5): User mentioned (1): @arefalapourNo latin characters (1.5): Low reputation (1):
Posted by: Aref
Date: 2024-12-10 09:53:06
Score: 4
Natty:
Try react-native-blob-util instead rn-fetch-blob.
Reasons:
Low length (1.5): No code block (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: Igor Tikka
Date: 2024-12-10 09:51:04
Score: 4.5
Natty:
Thank you @AmyDev for the link to the gitlab issue.
Turns out that for some reason it doesn't work with project tokens but I had success now using a personal access token (User Settings/Access tokens).
Still don't know why it didn't work with the project token and also not with my real user. Maybe 2FA was the issue with the later one?
Reasons:
Blacklisted phrase (0.5): Thank youNo code block (0.5): Ends in question mark (2): User mentioned (1): @AmyDevSelf-answer (0.5): Looks like a comment (1): High reputation (-1):
Posted by: Sebastian
Date: 2024-12-10 09:35:59
Score: 5
Natty:
Here is the code syntax for Passing Data from SO to Shipment:
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Giri
Date: 2024-12-10 09:35:58
Score: 5
Natty: 4.5
I get this error when I check the google pagespeed: A character encoding declaration is required. It can be done with a tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
The line "> is inserted in the header do you guys know what it can be?
Reasons:
RegEx Blacklisted phrase (1): I get this errorNo code block (0.5): Ends in question mark (2): Unregistered user (0.5): Low reputation (1):
Posted by: Daniel
Date: 2024-12-10 09:16:52
Score: 6.5
🚩
Natty:
I have the same issue; it appears to be related to the permissions that the Claude Desktop app has to run node/npx. Unfortunately I've not been able to resolve yet.
Reasons:
Blacklisted phrase (1): I have the same issueLow length (1): No code block (0.5): Me too answer (2.5): I have the same issueSingle line (0.5): Low reputation (1):
Posted by: Dan Greenwood
Date: 2024-12-10 09:10:50
Score: 4.5
Natty:
Thanks @TheCableGUI, I did all the above. However, Clang 16.0.0 is not available for Ubuntu 22.04.5. I installed Clang 16.0.1 with an assupmtion it would be compatible. The installation runs and terminates after hours.
Is there a work around this?
I appreciate all the replies.
Peace.
Reasons:
Blacklisted phrase (0.5): ThanksLow length (0.5): No code block (0.5): Contains question mark (0.5): User mentioned (1): @TheCableGUISelf-answer (0.5): Low reputation (1):
Posted by: Kakaire Steven
Date: 2024-12-10 08:48:42
Score: 4.5
Natty:
Using TapRegion() solves the issue.
Reasons:
Low length (2): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Rami Dhouib
Date: 2024-12-10 08:23:36
Score: 4.5
Natty: 5.5
Have you tried to change the externalConsole to true in lauch.json file?
Reasons:
Whitelisted phrase (-1): Have you triedLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: VietnameseBushes
Date: 2024-12-10 08:20:34
Score: 5
Natty:
The issue appears to be recent. I'm having the same issue as of a few hours ago from this post.
A bug report has already been submitted to the shadcn/ui github repository:
https://github.com/shadcn-ui/ui/issues/6026
Reasons:
Low length (1): No code block (0.5): Me too answer (2.5): I'm having the same issueLow reputation (1):
Posted by: Toby Martin
Date: 2024-12-10 08:15:32
Score: 4.5
Natty:
Very nice and aap so website In over Sanjay Gupta in Sihawal district sidhi mp so ppt cse
Reasons:
Contains signature (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Sanjay Gupta
Date: 2024-12-10 07:56:26
Score: 4.5
Natty:
The two answers above are meeting my requirements. Thanks
Reasons:
Blacklisted phrase (0.5): ThanksLow length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Christophe Martin
Date: 2024-12-10 07:44:22
Score: 5.5
Natty:
i'm having the same issue randomly with some avd. I think it could be the sleep option of the power saving configuration.
Reasons:
Low length (1): No code block (0.5): Me too answer (2.5): i'm having the same issueSingle line (0.5): Low reputation (1):
Posted by: Nicolas Valeije
Date: 2024-12-10 07:32:17
Score: 10
🚩
Natty: 6.5
Did you find any solution? I'm in the same situation
The only solution that I found its migrating from Vercel to a VPS
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): Contains question mark (0.5): Starts with a question (0.5): Did you find any solutionLow reputation (1):
Posted by: Xavier Rincon Rico
Date: 2024-12-10 07:28:15
Score: 13
🚩
Natty:
I have the exact same problem at the exact same time. I reported it on Facebook Bug but they didn't find any solution. I am still waiting for them to find a solution. Have you found any solution?
Reasons:
Blacklisted phrase (1.5): any solutionRegEx Blacklisted phrase (2.5): Have you found any solutionRegEx Blacklisted phrase (2): any solution?Low length (0.5): No code block (0.5): Me too answer (2.5): I have the exact same problemEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Alperen Belet
Date: 2024-12-10 07:14:11
Score: 7
🚩
Natty:
I have same problem. Nextjs chunks url return SQL injection error
Reasons:
Blacklisted phrase (1): I have same problemLow length (1.5): No code block (0.5): Me too answer (2.5): I have same problemSingle line (0.5): Low reputation (1):
Posted by: Izat Tilek uulu
Date: 2024-12-10 07:10:09
Score: 6
🚩
Natty: 6
@Jawoy did you manage to get this to work? I'm trying to same with .NET8 but the old log files are not getting deleted when I set the retainedFileTimeLimit config.
Following is the config value that I tried.
"retainedFileTimeLimit": "00:05:00"
I could not find any serilog documentation around retainedFileTimeLimit feature which is very disappointing.
Reasons:
RegEx Blacklisted phrase (3): did you manage to get this toNo code block (0.5): Contains question mark (0.5): User mentioned (1): @JawoyLow reputation (1):
Posted by: Brian Perera
Date: 2024-12-10 07:09:08
Score: 4.5
Natty: 5
I've configured SSL on port 8443 (I saw Jetty set this), Carte service is working but there is no log in default pdi.log file. What should I set in order to create log entries in /logs/pdi.log file?
Reasons:
Low length (0.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Péter Cserna
Date: 2024-12-10 07:07:07
Score: 11
🚩
Natty: 4.5
I have also same problem. Howeever, expo-camera/legacy is not working for me. Although I installed expo-camera, i get the error "Unable resolve 'expo-came/legacy'." I tried to download it as 'npm install --legacy-peer-deps expo-camera/legacy' and 'npm install expo-camera/legacy'. How to solve?
Reasons:
Blacklisted phrase (1): How to solveRegEx Blacklisted phrase (1.5): How to solve?RegEx Blacklisted phrase (1): i get the errorRegEx Blacklisted phrase (3): not working for meLow length (0.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Fatih CANAN
Date: 2024-12-10 07:03:04
Score: 6.5
🚩
Natty:
Did anyone resolved the issue of the battery status as Charging and Discharging in the GUI.
In my kernel the Charging and Discharging is happening perfectly.
logs from the kernel:-
phyboard_polis:/ # cat /sys/class/power_supply/ltc4155-battery/status
Charging
phyboard_polis:/ # cat /sys/class/power_supply/ltc4155-battery/status
Discharging
but while i am updating the same in the hal as : vendor/nxp-opensource/imx/health/health.cpp in the method HealthImpl::UpdateHealthInfo
the updation of the status is happening quite delay may be for 30sec time .
Any idea how to reslove the issue to upadte the battery status immediately just after the kernel updates the status?
Reasons:
RegEx Blacklisted phrase (3): Did anyone resolved theLong answer (-0.5): No code block (0.5): Ends in question mark (2): Starts with a question (0.5): Did anyone Low reputation (1):
Posted by: Pritam srichandan Sahoo
Date: 2024-12-10 06:28:55
Score: 5.5
Natty:
strong text enter link description here
Blockquote
List item
ඇය අවංකයි... හිල දැවැන්තයි...
කියලා තමා කියන්න වෙන්නේ... 😁😂
Reasons:
Blacklisted phrase (0.5): enter link description hereBlacklisted phrase (1): 😂Low length (1): No code block (0.5): No latin characters (1.5): Low reputation (1):
Posted by: champika dilshan
Date: 2024-12-10 06:11:49
Score: 4.5
Natty:
brew services restart mongodb-community
Reasons:
Low length (2): No code block (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: Tazim Karim Madre
Date: 2024-12-10 06:04:47
Score: 10
🚩
Natty: 6.5
Have you found any solution? I'm in the same situation
Reasons:
Blacklisted phrase (1.5): any solutionRegEx Blacklisted phrase (2.5): Have you found any solutionRegEx Blacklisted phrase (2): any solution?Low length (1.5): No code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Xavier Rincon Rico
Date: 2024-12-10 05:29:38
Score: 6
Natty: 7
A favor, I would want to consult about the following: on that a7670sa board, the pins UTX and URX working with 3.3v or 1.8V?.
How work the pins PWR-R and SLEEP?.
I thank you so much in advance for your help.
Reasons:
Blacklisted phrase (0.5): thank youRegEx Blacklisted phrase (3): thank you so much in advanceLow length (0.5): No code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: user20602609
Date: 2024-12-10 04:45:28
Score: 4.5
Natty: 4
Spreadsheet.getSheetById(gid) this exist now
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: dev_osaka
Date: 2024-12-10 04:25:23
Score: 4.5
Natty: 5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: Guest
Date: 2024-12-10 04:05:17
Score: 6
🚩
Natty: 5.5
I cant get this to work in viewer versión 7,
can anyone help?
I have build my app on nextJS 14, but i have also forced dynamic rendering
Reasons:
RegEx Blacklisted phrase (3): can anyone helpLow length (1): No code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: Gabriel Jordan
Date: 2024-12-10 03:57:15
Score: 4
Natty:
Make sure you have synced your project with the gradle files first.
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: Phecda.S
Date: 2024-12-10 03:23:08
Score: 4
Natty:
Caching and read-replica are different technologies that solve similar problems. Their nuances and pros/cons dictate when to use what.
In general,
Use Cache for ultra-fast, frequently accessed, and rarely updated data.
Use Replicas for scaling consistent read queries or analytical workloads.
Use Both for complex systems where latency-sensitive reads coexist with heavy analytical or distributed queries.
This article sums it up nicely:
https://medium.com/@avishek1210/database-cache-or-read-only-replicas-choosing-the-right-approach-for-your-project-0b92cec7b985#:~:text=Heavy%20Analytical%20Queries%3A%20Offload%20resource,ideal%20for%20real%2Dtime%20systems .
Reasons:
Blacklisted phrase (1): This articleBlacklisted phrase (0.5): medium.comProbably link only (1): No code block (0.5): Low reputation (1):
Posted by: Avishek Kumar
Date: 2024-12-10 03:20:06
Score: 4
Natty: 4
In VBA stop the macro and the References option will be available.
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: HM69
Date: 2024-12-10 02:20:55
Score: 5.5
Natty:
Reasons:
Blacklisted phrase (1): Please check thisProbably link only (1): Low length (2): No code block (0.5): Low reputation (1):
Posted by: Bá Dũng
Date: 2024-12-10 02:10:52
Score: 4
Natty: 4
If your laptop is connected to a vpn, disconnect and retry it.
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Bart
Date: 2024-12-09 23:19:16
Score: 5
Natty:
IDK if Rig might be any help here, but it simplifies Rust apps with LLM integrations, so could be worth checking out rig rs etc. if you're deep into Rust dev projects.
Ever worked with LLMs in Rust before?
Reasons:
Blacklisted phrase (1): any helpLow length (0.5): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Mentio co
Date: 2024-12-09 22:54:10
Score: 14
🚩
Natty: 5
spells, I have the same problem getting the error message "ModuleNotFoundError: No module named 'tests'". How can I copy 'tests' from https://github.com/vgrem/Office365-REST-Python-Client/tree/master/tests in Python? Could you share an example code? Thank you!
enter image description here
Reasons:
Blacklisted phrase (0.5): Thank youBlacklisted phrase (0.5): How can IBlacklisted phrase (1): I have the same problemBlacklisted phrase (1): enter image description hereRegEx Blacklisted phrase (2.5): Could you shareProbably link only (1): Low length (0.5): No code block (0.5): Me too answer (2.5): I have the same problemEnds in question mark (2): Looks like a comment (1): Low reputation (1):
Posted by: Jen
Date: 2024-12-09 22:34:05
Score: 4
Natty:
Likely need to add flag for portability instance for proper finding. Link to potential fix -> https://stackoverflow.com/a/72791361/22085464
Reasons:
Blacklisted phrase (1): stackoverflowLow length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: 辛いだるま
Date: 2024-12-09 22:26:02
Score: 4
Natty:
npm install react@canary react-dom@canary
Reasons:
Low length (1.5): No code block (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: Wisdom
Date: 2024-12-09 21:59:56
Score: 4
Natty:
postman can actually do the job
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Jebali Mazen
Date: 2024-12-09 21:33:50
Score: 4.5
Natty:
Have you installed xdg-utils
on your machine? (Sorry I can't comment yet)
Reasons:
RegEx Blacklisted phrase (1): can't commentRegEx Blacklisted phrase (0.5): Sorry I can'tLow length (1.5): Has code block (-0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: dauinh
Date: 2024-12-09 20:58:40
Score: 5
Natty: 6.5
How can I authenticate with the jmrtd program? Even though I added the country key, it appears as red
Reasons:
Blacklisted phrase (0.5): How can ILow 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): How can I Low reputation (1):
Posted by: Selim
Date: 2024-12-09 20:52:37
Score: 13.5
🚩
Natty: 5.5
I have the same issue, did you managed to resolve it?
Reasons:
Blacklisted phrase (1): I have the same issueRegEx Blacklisted phrase (3): did you manageRegEx Blacklisted phrase (1.5): resolve 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 (1):
Posted by: Carlos Ortiz
Date: 2024-12-09 20:39:33
Score: 10
Natty: 7.5
I am facing the same problem with Vercel deployment. What solved your issue finally? Sitemap?
Reasons:
Blacklisted phrase (1): m facing the same problemRegEx Blacklisted phrase (1.5): solved your issue finally?Low length (1): No code block (0.5): Me too answer (2.5): I am facing the same problemEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Lakshay
Date: 2024-12-09 20:25:27
Score: 9.5
🚩
Natty:
I get the exact same problem and I can't find any forums to help me out, hopefully someone can answer soon. Whenever I ask AI for help it tells me to check my backends are included which they are and nothing else is solving it.
Reasons:
Blacklisted phrase (1): help meRegEx Blacklisted phrase (2): help me outContains signature (1): Low length (0.5): No code block (0.5): Me too answer (2.5): I get the exact same problemUnregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: sam
Date: 2024-12-09 19:42:06
Score: 6
🚩
Natty:
I have the exact same issue like the author stated above. It froze at the step updating database forever and won't move forward. It failed after one hour.
enter image description here
Reasons:
Blacklisted phrase (1): enter image description hereLow length (1): No code block (0.5): Me too answer (2.5): I have the exact same issueLow reputation (1):
Posted by: Jingjing
Date: 2024-12-09 19:42:05
Score: 4
Natty:
Try to open the Console in another pane
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Ray
Date: 2024-12-09 19:39:04
Score: 5.5
Natty:
I am facing a similar issue. This is really frustrating. Am on react native v0.76.3 and expo v52.0.11
Reasons:
Low length (1): No code block (0.5): Me too answer (2.5): I am facing a similar issueSingle line (0.5): Low reputation (1):
Posted by: BrayohDev
Date: 2024-12-09 19:30:00
Score: 4
Natty:
Use this;
sudo arch -x86_64 pod install --allow-root
Thanks Lalith:
https://stackoverflow.com/a/71488298/1821855
Reasons:
Blacklisted phrase (0.5): ThanksBlacklisted phrase (1): stackoverflowProbably link only (1): Low length (1.5): Has code block (-0.5): Low reputation (0.5):
Posted by: makkuzu
Date: 2024-12-09 19:16:56
Score: 4
Natty: 4.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: George L. Yermulnik
Date: 2024-12-09 19:14:55
Score: 4
Natty:
There is now the 8086-toolchain for ELKS native C code compilation:
https://github.com/rafael2k/8086-toolchain
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Rafael Diniz
Date: 2024-12-09 18:20:43
Score: 4
Natty: 4
i think they should add a warning popup before leaving the page.
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Krishna
Date: 2024-12-09 18:12:40
Score: 4.5
Natty:
Most advanced audio metadata reader is music-metadata , which supports bother browser and Node.js usage.
Reasons:
Contains signature (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Borewit
Date: 2024-12-09 18:03:37
Score: 5.5
Natty:
I also have the same problem. I have downgraded my livewire version, but the problem still persists.
Reasons:
Low length (1): No code block (0.5): Me too answer (2.5): I also have the same problemSingle line (0.5): Low reputation (1):
Posted by: Ronaldo Fransisco
Date: 2024-12-09 17:40:30
Score: 4
Natty: 4
The key is to pivot your data and do a Matrix report.
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: jhzhao
Date: 2024-12-09 17:09:21
Score: 4.5
Natty:
I am getting this error
ERROR: (gcloud.compute.disks.create) Missing required argument [--replica-zones]: --replica-zones is required for regional disk creation
Reasons:
Blacklisted phrase (1): I am getting this errorRegEx Blacklisted phrase (1): I am getting this errorLow length (1): No code block (0.5): Low reputation (1):
Posted by: J.K.VIJAYARAGAVAN
Date: 2024-12-09 16:44:13
Score: 4
Natty:
I hadn’t annotated the relations in another class which contained a collection of Grade
Reasons:
Low length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: EpicGaia
Date: 2024-12-09 16:42:12
Score: 8.5
🚩
Natty:
I have the same problem, all http calls blocked....I have php 8.3 and laravel 10...Solutions?
Reasons:
Blacklisted phrase (1): I have the same problemLow length (1): 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: alettio87
Date: 2024-12-09 16:33:08
Score: 4
Natty:
You need to set mimetype to text/*
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Yulun Wu
Date: 2024-12-09 16:08:01
Score: 4.5
Natty: 5
como hago para poder hacer referencia a esa columna, la cual tiene un proceso. Ejemplo: (P1.Id_Factura - LAG(P1.Id_Factura, 1, P1.Id_Factura) OVER (ORDER BY P1.Id_Factura)-1) en una instrucción anidada select. Gracias
Reasons:
Blacklisted phrase (2): GraciasLow length (0.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Victor Pittol
Date: 2024-12-09 16:00:58
Score: 4
Natty:
can you please try, if SELECT *, (SELECT (SELECT *, ->has->api.* AS api FROM ->collection_to_folder->folder) AS folders FROM ->workspace_to_collection->collection) AS collections FROM workspaces:4yuie4oj7jrrhqvs3m7m;
returns the desired structure?
Reasons:
Low length (0.5): Has code block (-0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): can you please Low reputation (1):
Posted by: TheUnknown
Date: 2024-12-09 15:57:56
Score: 4
Natty: 5
Four years later, your solution helps again, thanks Kumar!
Reasons:
Blacklisted phrase (0.5): thanksLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Brian Brozyna
Date: 2024-12-09 15:52:54
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: Dtinas10
Post content sourced from the Stack Exchange . Content is preserved on this site only for reporting and analytics purposes.