79269294

Date: 2024-12-10 18:10:17
Score: 4
Natty:
Report link

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 .

  1. Use Quantized llama models . These are lightweight models .
  2. if possible try to get an EGPU for your mac .
  3. upgrade to PC with better specifications .
Reasons:
  • No code block (0.5):
  • Me too answer (2.5): I also have the same issue
  • Low reputation (1):
Posted by: Abishek m

79269278

Date: 2024-12-10 18:04:15
Score: 4
Natty: 5.5
Report link

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 need
  • Blacklisted phrase (1): NOT AN ANSWER
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: RayMN

79269264

Date: 2024-12-10 18:01:11
Score: 4.5
Natty:
Report link

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

79269251

Date: 2024-12-10 17:58:09
Score: 7.5 🚩
Natty: 6
Report link

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 actual
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: molinaluciana

79269249

Date: 2024-12-10 17:58:08
Score: 4
Natty:
Report link

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

79269244

Date: 2024-12-10 17:56:07
Score: 4
Natty:
Report link

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

79269143

Date: 2024-12-10 17:25:57
Score: 4
Natty: 6
Report link

The same happened to me, your solution works, thanks!!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eileen Pardo Hernández

79269100

Date: 2024-12-10 17:09:52
Score: 5
Natty:
Report link

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): thanks
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: mskb

79269048

Date: 2024-12-10 16:54:46
Score: 4
Natty:
Report link

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

79269010

Date: 2024-12-10 16:41:42
Score: 4
Natty:
Report link

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 ask
  • RegEx Blacklisted phrase (1.5): i am new
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jerson

79268911

Date: 2024-12-10 16:07:31
Score: 4.5
Natty: 4
Report link

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 I
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Eugene B.

79268870

Date: 2024-12-10 15:51:24
Score: 7 🚩
Natty:
Report link

This is stated clearly in the documentation. Please check this link.

https://api.flutter.dev/flutter/dart-async/FutureOr-class.html#:~:text=FutureOr%20class%20abstract,resolved%20to%20the%20internal%20type.

Reasons:
  • Blacklisted phrase (1): Please check this
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MotoMatt5040

79268858

Date: 2024-12-10 15:47:22
Score: 5.5
Natty:
Report link

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 error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same error
  • Low reputation (1):
Posted by: Alaa ElSaman

79268723

Date: 2024-12-10 15:09:10
Score: 6.5 🚩
Natty: 6.5
Report link

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): Thanks
  • Blacklisted phrase (1): is there any
  • RegEx Blacklisted phrase (3): Thanks in advance
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: aruseusx

79268669

Date: 2024-12-10 14:55:04
Score: 6 🚩
Natty:
Report link

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 issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: gabbodam99

79268650

Date: 2024-12-10 14:48:59
Score: 12 🚩
Natty: 5.5
Report link

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 me
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): could someone help me
  • RegEx Blacklisted phrase (1): I still get the same error
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Me too answer (0): get the same error
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: RGoncalves

79268608

Date: 2024-12-10 14:34:53
Score: 6 🚩
Natty: 6
Report link

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

79268605

Date: 2024-12-10 14:33:49
Score: 6 🚩
Natty:
Report link

Hello my friend do you find a solution for this

Reasons:
  • RegEx Blacklisted phrase (2.5): do you find a
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohammad Mirzae

79268536

Date: 2024-12-10 14:08:41
Score: 6 🚩
Natty: 6
Report link

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

79268521

Date: 2024-12-10 14:05:39
Score: 7 🚩
Natty: 6.5
Report link

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 me
  • RegEx Blacklisted phrase (3): please help me
  • Low 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

79268489

Date: 2024-12-10 13:57:35
Score: 4
Natty: 4.5
Report link

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

79268448

Date: 2024-12-10 13:44:31
Score: 7 🚩
Natty:
Report link

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 everything
  • Blacklisted phrase (1.5): Any solution
  • RegEx 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

79268359

Date: 2024-12-10 13:09:21
Score: 5.5
Natty:
Report link

You could check the following link: https://medium.com/@KaushalVasava/in-app-update-in-android-2023-c47beb1e3a7e

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Cristian Talavera

79268331

Date: 2024-12-10 13:00:17
Score: 6.5 🚩
Natty:
Report link

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 figured
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mitch

79268280

Date: 2024-12-10 12:47:12
Score: 4
Natty:
Report link
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

79268241

Date: 2024-12-10 12:35:07
Score: 7 🚩
Natty:
Report link

I have the same problem. It does not seem to come from imports indeed.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thoms

79268232

Date: 2024-12-10 12:32:06
Score: 4
Natty:
Report link

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 issue
  • Low reputation (0.5):
Posted by: Mario

79268204

Date: 2024-12-10 12:25:03
Score: 4.5
Natty: 4.5
Report link

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 comment
  • RegEx Blacklisted phrase (1.5): low reputation to comment
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ondrej Mackovic

79268133

Date: 2024-12-10 11:55:53
Score: 7 🚩
Natty:
Report link

@Arko, but the definition is nothing therefore remediation cannot add. enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Arko
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Romeo

79268116

Date: 2024-12-10 11:49:51
Score: 4
Natty:
Report link

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 you
  • Blacklisted phrase (1): enter image description here
  • Contains signature (1):
  • Long answer (-1):
  • No code block (0.5):
  • User mentioned (1): @arefalapour
  • Low reputation (1):
Posted by: Aref

79268114

Date: 2024-12-10 11:49:50
Score: 4
Natty:
Report link

Since Laravel 8 you can generate a schema file: https://laravel.com/docs/11.x/migrations#squashing-migrations

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

79268105

Date: 2024-12-10 11:47:48
Score: 6 🚩
Natty:
Report link

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 problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Thomas

79267939

Date: 2024-12-10 10:55:32
Score: 8.5
Natty: 7.5
Report link

Having the same exact problem, did you manage to figure out what's wrong?

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to figure out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Spyros Kousk

79267923

Date: 2024-12-10 10:50:30
Score: 9.5 🚩
Natty: 5
Report link

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): Regards
  • Blacklisted phrase (1): i am struggling
  • Blacklisted phrase (1): I am trying to
  • Whitelisted phrase (-1.5): you can use
  • RegEx Blacklisted phrase (2.5): Do you have any
  • RegEx 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

79267920

Date: 2024-12-10 10:49:29
Score: 6.5 🚩
Natty: 6
Report link

any update on this one? Martijn

Reasons:
  • Blacklisted phrase (1): update on this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: bond beheer

79267909

Date: 2024-12-10 10:46:25
Score: 7 🚩
Natty:
Report link

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 here
  • Blacklisted phrase (2): What should I do
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ali Akdoğan

79267875

Date: 2024-12-10 10:32:21
Score: 4
Natty:
Report link

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

79267847

Date: 2024-12-10 10:21:17
Score: 6.5 🚩
Natty: 5
Report link

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 problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: cheng xin

79267842

Date: 2024-12-10 10:20:16
Score: 4
Natty:
Report link

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 problem
  • Has code block (-0.5):
  • Me too answer (2.5): I have same problem
  • Low reputation (1):
Posted by: Nehal Babu

79267825

Date: 2024-12-10 10:14:14
Score: 4
Natty:
Report link

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

79267761

Date: 2024-12-10 09:57:08
Score: 5.5
Natty:
Report link

برای درج نیم فاصله در 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 here
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @arefalapour
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: Aref

79267739

Date: 2024-12-10 09:53:06
Score: 4
Natty:
Report link

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

79267732

Date: 2024-12-10 09:51:04
Score: 4.5
Natty:
Report link

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 you
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @AmyDev
  • Self-answer (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Sebastian

79267677

Date: 2024-12-10 09:35:59
Score: 5
Natty:
Report link

Here is the code syntax for Passing Data from SO to Shipment:

enter image description here

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

79267676

Date: 2024-12-10 09:35:58
Score: 5
Natty: 4.5
Report link

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 error
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Daniel

79267615

Date: 2024-12-10 09:16:52
Score: 6.5 🚩
Natty:
Report link

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 issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dan Greenwood

79267602

Date: 2024-12-10 09:10:50
Score: 4.5
Natty:
Report link

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): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @TheCableGUI
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Kakaire Steven

79267533

Date: 2024-12-10 08:48:42
Score: 4.5
Natty:
Report link

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

79267474

Date: 2024-12-10 08:23:36
Score: 4.5
Natty: 5.5
Report link

Have you tried to change the externalConsole to true in lauch.json file?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: VietnameseBushes

79267465

Date: 2024-12-10 08:20:34
Score: 5
Natty:
Report link

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 issue
  • Low reputation (1):
Posted by: Toby Martin

79267452

Date: 2024-12-10 08:15:32
Score: 4.5
Natty:
Report link

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

79267381

Date: 2024-12-10 07:56:26
Score: 4.5
Natty:
Report link

The two answers above are meeting my requirements. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christophe Martin

79267360

Date: 2024-12-10 07:44:22
Score: 5.5
Natty:
Report link

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 issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nicolas Valeije

79267340

Date: 2024-12-10 07:32:17
Score: 10 🚩
Natty: 6.5
Report link

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 solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx 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 solution
  • Low reputation (1):
Posted by: Xavier Rincon Rico

79267328

Date: 2024-12-10 07:28:15
Score: 13 🚩
Natty:
Report link

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 solution
  • RegEx Blacklisted phrase (2.5): Have you found any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the exact same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alperen Belet

79267303

Date: 2024-12-10 07:14:11
Score: 7 🚩
Natty:
Report link

I have same problem. Nextjs chunks url return SQL injection error

Reasons:
  • Blacklisted phrase (1): I have same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Izat Tilek uulu

79267291

Date: 2024-12-10 07:10:09
Score: 6 🚩
Natty: 6
Report link

@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 to
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Jawoy
  • Low reputation (1):
Posted by: Brian Perera

79267289

Date: 2024-12-10 07:09:08
Score: 4.5
Natty: 5
Report link

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

79267284

Date: 2024-12-10 07:07:07
Score: 11 🚩
Natty: 4.5
Report link

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 solve
  • RegEx Blacklisted phrase (1.5): How to solve?
  • RegEx Blacklisted phrase (1): i get the error
  • RegEx Blacklisted phrase (3): not working for me
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fatih CANAN

79267277

Date: 2024-12-10 07:03:04
Score: 6.5 🚩
Natty:
Report link

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 the
  • Long 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

79267200

Date: 2024-12-10 06:28:55
Score: 5.5
Natty:
Report link

strong textenter link description here

Blockquote

කියලා තමා කියන්න වෙන්නේ... 😁😂

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Blacklisted phrase (1): 😂
  • Low length (1):
  • No code block (0.5):
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: champika dilshan

79267172

Date: 2024-12-10 06:11:49
Score: 4.5
Natty:
Report link

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

79267157

Date: 2024-12-10 06:04:47
Score: 10 🚩
Natty: 6.5
Report link

Have you found any solution? I'm in the same situation

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): Have you found any solution
  • RegEx 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

79267096

Date: 2024-12-10 05:29:38
Score: 6
Natty: 7
Report link

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 you
  • RegEx Blacklisted phrase (3): thank you so much in advance
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user20602609

79267030

Date: 2024-12-10 04:45:28
Score: 4.5
Natty: 4
Report link

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

79267005

Date: 2024-12-10 04:25:23
Score: 4.5
Natty: 5
Report link

answered here: https://bettersolutions.com/excel/formulas/return-the-value-from-the-cell-above.htm

=INDIRECT(ADDRESS(ROW() - 1, COLUMN() ) )

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

79266980

Date: 2024-12-10 04:05:17
Score: 6 🚩
Natty: 5.5
Report link

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 help
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Gabriel Jordan

79266970

Date: 2024-12-10 03:57:15
Score: 4
Natty:
Report link

Make sure you have synced your project with the gradle files first.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Phecda.S

79266926

Date: 2024-12-10 03:23:08
Score: 4
Natty:
Report link

Caching and read-replica are different technologies that solve similar problems. Their nuances and pros/cons dictate when to use what.

In general,

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 article
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Avishek Kumar

79266921

Date: 2024-12-10 03:20:06
Score: 4
Natty: 4
Report link

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

79266867

Date: 2024-12-10 02:20:55
Score: 5.5
Natty:
Report link

Please check this issue and try again. https://github.com/ionic-team/capacitor/issues/7771

Reasons:
  • Blacklisted phrase (1): Please check this
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bá Dũng

79266854

Date: 2024-12-10 02:10:52
Score: 4
Natty: 4
Report link

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

79266664

Date: 2024-12-09 23:19:16
Score: 5
Natty:
Report link

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 help
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Mentio co

79266641

Date: 2024-12-09 22:54:10
Score: 14 🚩
Natty: 5
Report link

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 you
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (2.5): Could you share
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Jen

79266614

Date: 2024-12-09 22:34:05
Score: 4
Natty:
Report link

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): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 辛いだるま

79266602

Date: 2024-12-09 22:26:02
Score: 4
Natty:
Report link

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

79266550

Date: 2024-12-09 21:59:56
Score: 4
Natty:
Report link

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

79266503

Date: 2024-12-09 21:33:50
Score: 4.5
Natty:
Report link

Have you installed xdg-utils on your machine? (Sorry I can't comment yet)

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • RegEx Blacklisted phrase (0.5): Sorry I can't
  • Low length (1.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dauinh

79266427

Date: 2024-12-09 20:58:40
Score: 5
Natty: 6.5
Report link

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 I
  • Low 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

79266412

Date: 2024-12-09 20:52:37
Score: 13.5 🚩
Natty: 5.5
Report link

I have the same issue, did you managed to resolve it?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): did you manage
  • RegEx Blacklisted phrase (1.5): resolve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Carlos Ortiz

79266386

Date: 2024-12-09 20:39:33
Score: 10
Natty: 7.5
Report link

I am facing the same problem with Vercel deployment. What solved your issue finally? Sitemap?

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx 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 problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lakshay

79266355

Date: 2024-12-09 20:25:27
Score: 9.5 🚩
Natty:
Report link

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 me
  • RegEx Blacklisted phrase (2): help me out
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I get the exact same problem
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sam

79266260

Date: 2024-12-09 19:42:06
Score: 6 🚩
Natty:
Report link

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 here
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the exact same issue
  • Low reputation (1):
Posted by: Jingjing

79266257

Date: 2024-12-09 19:42:05
Score: 4
Natty:
Report link

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

79266250

Date: 2024-12-09 19:39:04
Score: 5.5
Natty:
Report link

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 issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: BrayohDev

79266226

Date: 2024-12-09 19:30:00
Score: 4
Natty:
Report link

Use this;

sudo arch -x86_64 pod install --allow-root

Thanks Lalith: https://stackoverflow.com/a/71488298/1821855

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: makkuzu

79266194

Date: 2024-12-09 19:16:56
Score: 4
Natty: 4.5
Report link

FWIW: It's a known though still not fixed bug — https://github.com/hashicorp/terraform-provider-aws/issues/32516

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

79266190

Date: 2024-12-09 19:14:55
Score: 4
Natty:
Report link

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

79266056

Date: 2024-12-09 18:20:43
Score: 4
Natty: 4
Report link

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

79266030

Date: 2024-12-09 18:12:40
Score: 4.5
Natty:
Report link

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

79265994

Date: 2024-12-09 18:03:37
Score: 5.5
Natty:
Report link

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 problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ronaldo Fransisco

79265933

Date: 2024-12-09 17:40:30
Score: 4
Natty: 4
Report link

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

79265836

Date: 2024-12-09 17:09:21
Score: 4.5
Natty:
Report link

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 error
  • RegEx Blacklisted phrase (1): I am getting this error
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: J.K.VIJAYARAGAVAN

79265765

Date: 2024-12-09 16:44:13
Score: 4
Natty:
Report link

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

79265760

Date: 2024-12-09 16:42:12
Score: 8.5 🚩
Natty:
Report link

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 problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: alettio87

79265736

Date: 2024-12-09 16:33:08
Score: 4
Natty:
Report link

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

79265673

Date: 2024-12-09 16:08:01
Score: 4.5
Natty: 5
Report link

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): Gracias
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Victor Pittol

79265644

Date: 2024-12-09 16:00:58
Score: 4
Natty:
Report link

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

79265629

Date: 2024-12-09 15:57:56
Score: 4
Natty: 5
Report link

Four years later, your solution helps again, thanks Kumar!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Brian Brozyna

79265606

Date: 2024-12-09 15:52:54
Score: 5.5
Natty:
Report link

Problem solved with all details here: https://github.com/control-toolbox/OptimalControl.jl/issues/375.

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