79345810

Date: 2025-01-10 13:15:50
Score: 2
Natty:
Report link

Lately I've been persidict when it comes to persistent dictionaries. But shelve or pickle are also options for your task.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vitaliy Desyatka

79345805

Date: 2025-01-10 13:14:49
Score: 2
Natty:
Report link

Surefire was incorrectly marking many tests as failed, including those provided as examples, even though they were actually functioning correctly. This explains why running the tests with -Dtest revealed no errors.

Upon closer inspection of the Mockito logs located just below the error messages in Surefire, I discovered that the issue was related to entirely different classes. The problem was ultimately resolved by adding @ExtendWith(MockitoExtension.class) before the class declarations.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: DocOrox

79345804

Date: 2025-01-10 13:13:49
Score: 1
Natty:
Report link

The problem is that you specify an empty path in your proxy_pass directive. So writing

proxy_pass              http://localhost:8082;

would prevent the rewriting/normalization behaviour. The subject is covered in detail here in the documentation of nginx https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Patrick B.

79345797

Date: 2025-01-10 13:10:48
Score: 2.5
Natty:
Report link

If you're trying to move a large batch of files at once, it's better to use the sync option of s3 command.

Is multithread and a way faster.

aws s3 sync . s3://your-bucket-name

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Joe

79345794

Date: 2025-01-10 13:08:47
Score: 1
Natty:
Report link

You can use the ConsoleR package that serves multiple features like Menu, CheckBox, AsciiArt, Alert, Table, and ...

ConsoleR Package

ConsoleR .Net console utilities

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
Posted by: Saeid Doroudi

79345792

Date: 2025-01-10 13:06:47
Score: 0.5
Natty:
Report link

Setup a CloudFront distribution before S3 bucket. This will reduce latency of accessing the file from other regions, because:

Reasons:
  • No code block (0.5):
Posted by: Maksym Moskvychev

79345784

Date: 2025-01-10 13:04:46
Score: 3
Natty:
Report link

Getting Uncaught TypeError: Cannot set properties of undefined (setting 'scroll_to_notices')

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mark from Hedgehog

79345783

Date: 2025-01-10 13:04:46
Score: 0.5
Natty:
Report link

when installing PyTorch 2.5 try to use Python versions from 3.9 up to 3.12, because PyTorch 2.5 officially supports Python versions from 3.9 up to 3.12.

CUDA 12.4 is compatible with NVIDIA driver version is 566.36.

For cuDNN cuDNN 9.1.0.70 version is compatible with CUDA 12.4.

For Installation:

  1. Create a new virtual environment using conda with python version 3.12.0:

    conda create -n pytorch_env python==3.12.0

  2. Activate the env:

    conda activate pytorch_env

  3. Install pyTorch with CUDA 12.4:

    conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia

  4. Now try to verify it:

    print(torch.cuda.is_available())

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): when in
  • Low reputation (1):
Posted by: Touseef Ahmad

79345776

Date: 2025-01-10 13:00:46
Score: 1.5
Natty:
Report link

Or use req.params['webServ'] instead

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: xain

79345774

Date: 2025-01-10 12:59:45
Score: 2.5
Natty:
Report link

Currently the picker does not expose such a setting for the modern mode. This may be achievable but using overrides of the internal logic. In the classic component type you can define dates which will allow such behavior - https://docs.telerik.com/kendo-ui/api/javascript/ui/timepicker/configuration/dates

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Angel Petrov

79345771

Date: 2025-01-10 12:57:44
Score: 5.5
Natty: 5.5
Report link

hey bro is the problem solved ?? because even i got same error so what's the solution

Reasons:
  • RegEx Blacklisted phrase (1.5): solved ??
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Adithya Naik

79345768

Date: 2025-01-10 12:56:44
Score: 0.5
Natty:
Report link

I you worry about data corruption use a SQLite Transaction. If you do it the right way, nothing will become corrupted.

Both applications should access the database independently.

What you can do with messaging, is to inform the other application that table xy has changed or even which specific records have changed. The other application can then re-query its data or do whatever is necessary.

See also: Can SQLite support multiple users?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Olivier Jacot-Descombes

79345750

Date: 2025-01-10 12:50:42
Score: 1.5
Natty:
Report link

As this is not supported by current SHACL standard versions, I assume you are open to discussing some SHACL extension?

This is what we support now in our product, for pretty much exactly your use case: https://datashapes.org/dynamic.html#example-state

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: Holger Knublauch

79345742

Date: 2025-01-10 12:49:40
Score: 7 🚩
Natty: 5.5
Report link

is there any alternative of private endpoint ?

Reasons:
  • Blacklisted phrase (1): is there any
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): is there any
  • Low reputation (1):
Posted by: Ralph Bonner

79345740

Date: 2025-01-10 12:48:39
Score: 3.5
Natty:
Report link

There are a number of restrictions and limitations on azure app service. Adjusting the graceful shutdown period is not supported on multi-tenant app services (i.e. azure app service) to configure the shutdown period.

enter image description here

More details in this link:

https://learn.microsoft.com/en-us/answers/questions/1125435/extend-timeout-for-graceful-shutdown-in-azure-app

Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: qkfang

79345738

Date: 2025-01-10 12:48:39
Score: 2
Natty:
Report link

one particular controller: ibuilder.Services.AddTransient<OldController, CustomOldController>();

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Anatoliy Kostyuk

79345733

Date: 2025-01-10 12:43:38
Score: 3.5
Natty:
Report link

i~i fj|v`v systemay




  1. List item
  2. List item

Heading




Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: sansso

79345732

Date: 2025-01-10 12:43:38
Score: 2.5
Natty:
Report link

Not sure what you mean with legit, but the way read it as, how do I tell my users the new repository is trustworthy, and the new location, is the formal origin, and not some kind of meaningless clone.

I think it would also help if you create a on the old repository, referring to the new repository (in the README). After you have done that, you could consider to put the old repository in archive / readonly mode.

Reasons:
  • Blacklisted phrase (1): how do I
  • No code block (0.5):
  • Low reputation (1):
Posted by: Theo Borewit

79345730

Date: 2025-01-10 12:41:38
Score: 1.5
Natty:
Report link

In this case the issue was that the timeout was not long enough on the _pactVerifier. By default, this time is set to 5 seconds PactNet and this can be overridden using

_pactVerifier.WithRequestTimeout(TimeSpan.FromSeconds(20))

to increase the verifier timeout to 20 seconds in this case.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Isaac Richardson

79345729

Date: 2025-01-10 12:41:38
Score: 0.5
Natty:
Report link

Karafka author here. Please see this thread: https://github.com/karafka/karafka-rdkafka/issues/126

I am actively working to provide a systematic solution that covers all the MacOS versions, meanwhile please put this in your zshrc:

export CPPFLAGS="-I/Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/include/c++/v1/"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Maciej Mensfeld

79345719

Date: 2025-01-10 12:38:37
Score: 1.5
Natty:
Report link

A simple alternative to sandbox testing - and which applies more widely that just to RingCentral - is to use a fax testing service like Faxbeep. It freely provides test fax numbers in the US and additional countries that instantly display your fax on a web interface. This makes it easy to verify your fax API implementation and debug issues. Faxes are generally retained for 30 days, but deleted immediately upon request for privacy reasons.

(Disclaimer: I run the service)

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adam Marash EdibleSites

79345715

Date: 2025-01-10 12:35:36
Score: 3.5
Natty:
Report link

I am trying to set up a similar thing (if I understand it correctly): A possibility to have certain attributes changed in the cart with one click so that all products which have an attribute of the same category also are updated. Will this work if I buy WooCommerce Product Add-Ons? Which one specifically, there are several with such a name? Or will I still have to do manual programming like in this thread, because i think i would like to avoid that :D thanks! I didn't find very much on this topic, thats why I posted this here.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): I am trying to
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: newbie in woocommerce

79345701

Date: 2025-01-10 12:28:35
Score: 2.5
Natty:
Report link

How can I do a similar operation in WPF?

    class BooleanToContentConverter : IValueConverter
{
    public string TrueContent { get; set; }
    public string FalseContent { get; set; }

    public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
    {
        return (bool)value ? TrueContent : FalseContent;
    }

    public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
    {
        throw new NotImplementedException();
    }
}

    <Page.Resources>
    <conv:BooleanToContentConverter x:Key="StateContent" TrueContent="Pause" FalseContent="Play"/>
</Page.Resources>

I haven't tried it this way, but the contents of all objects change at the same time.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): can I do
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (1):
Posted by: Ahmet AYDOĞAN

79345690

Date: 2025-01-10 12:24:34
Score: 3
Natty:
Report link

To solve this problem I delete the files in the following path

C:\Users\Abdelwahid\AppData\Roaming\jupyter\runtime

The path

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Abdelwahid Oubaalla

79345685

Date: 2025-01-10 12:23:33
Score: 1.5
Natty:
Report link

You can't use JavaScript if the app is in the background, as it is halted, hence you need to send to a server, then pull from the server from your JavaScript when the app is resumed (via the foreground event). What are the dependencies that you report as 404, out of curiosity?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Eric

79345671

Date: 2025-01-10 12:17:31
Score: 5
Natty:
Report link

Looks like you need windowOptOutEdgeToEdgeEnforcement

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tilen Pintarić

79345668

Date: 2025-01-10 12:16:31
Score: 3.5
Natty:
Report link

Just mark readen items of list as readen and don't read them again. After reading complete, use intervals/timeouts to close

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Grisha_Crysta

79345661

Date: 2025-01-10 12:13:30
Score: 2
Natty:
Report link

MY SOLLUTION

Change order of fields, first goes FK field.

UPDATE tickets SET pending_department_id = 1 AND other_field = 0 WHERE id = 1;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Egor Demeshko

79345659

Date: 2025-01-10 12:12:30
Score: 2.5
Natty:
Report link

Try to change the branch you're using, I was facing with the same issue, after change to dev branch, every warning come again to my project.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Kenlly Acosta

79345655

Date: 2025-01-10 12:11:30
Score: 1
Natty:
Report link

A slightly better solution can be done using @property and css variables.

@property --rotate {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.gradient-button {
  animation: rotate-gradient 1s linear infinite;
  background-image: linear-gradient(var(--rotate), red, yellow, green);
}
@keyframes rotate-gradient {
  from {
    --rotate: 0deg;
  }
  to {
    --rotate: 360deg;
  }
}
<button id="fill" class="gradient-button">Fill Form</button>

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @property
  • Low reputation (0.5):
Posted by: Rob

79345648

Date: 2025-01-10 12:09:29
Score: 2.5
Natty:
Report link

You defined lookup k as a function, so lookup k can be applied to t. See https://ocaml.org/manual/5.3/expr.html#sss:expr-function-definition

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Naïm Favier

79345633

Date: 2025-01-10 12:05:28
Score: 1
Natty:
Report link

On sqlexpress, we can backup database to another on MSSMS (Microsoft SQL Server Management Studio) like this:

Right-Click on Databases\Restore Database... enter image description here

Then choose Source and Destination databases to copy.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: jacouh

79345632

Date: 2025-01-10 12:03:27
Score: 1
Natty:
Report link

Okay.. may I made this a bit too complicated.. After some further thinking about that structure I think it would be way more handy to dispatch directly depending tasks inside the initial Job.

E.g. the POST Requests which need to call the operationStatus Ressource should do that inside their jobs after finishing succesfull their Request. Furthermore that way should be better for requests which are followed by a decision making job (listPlacements => decide which placement should be used), because no cache handling are needed that way.

So I will build the jobs in a way that directly depending jobs(tasks) get dispatched inside. That way I capsulate already enough imo.

The big processes still will get builded as chains as otherwise I would duplicate to much code.

May that thinking process helps someone :D At least it helped me.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: MaxWeb

79345624

Date: 2025-01-10 12:01:26
Score: 10.5 🚩
Natty: 6
Report link

Good evening sir, can you help me assist with some queries regarding of purchase order? I will send you via this link below👇🏼 https://youtu.be/GBIIQ0kP15E?si=hw1Xei1BrbA9Y9XM

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): Good evening
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (3): can you help me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: null

79345621

Date: 2025-01-10 12:01:25
Score: 3
Natty:
Report link

Example from Yandex Appmetrica SDK: https://github.com/appmetrica/appmetrica-sdk-android/blob/e1cf43fb55dc3c32b630fc9b58f798021cbc9887/analytics/src/main/java/io/appmetrica/analytics/impl/utils/executors/InterruptionSafeHandlerThread.java#L7

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Pavel Shorokhov

79345614

Date: 2025-01-10 11:58:24
Score: 1.5
Natty:
Report link

work this fix to me

<p style="text-align: center;"><i class="fa-solid fa-car fa-3x center"></i></p>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: rebelojose

79345605

Date: 2025-01-10 11:56:22
Score: 7 🚩
Natty:
Report link

Mi solución: (?=^(?:(22[0-3]|(?:(2[0-1]\d|1[0-9]\d|[1-9]\d|[0-9])))).((?:(25[0-5]|(?:(2[0-4]|1[0-9]|[1-9]|))[0-9])).){2}(?:(25[0-5]|(?:(2[0-4]|1[0-9]|[1-9]|))[0-9]))$)(?!0.0.0.0)

rango entre 0.0.0.1 a 223.255.255.255

Reasons:
  • Blacklisted phrase (3): solución
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: Pablo Muñoz Manzanal

79345601

Date: 2025-01-10 11:54:22
Score: 2.5
Natty:
Report link

RESOLVED; Everything was correct; the issue was with the port configuration on the router. I had entered the wrong MAC address for the reverse proxy and was directly pointing to the server. That’s why I could only access it.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Alessio Restaino

79345600

Date: 2025-01-10 11:54:22
Score: 2.5
Natty:
Report link

My dataframe was deleting more rows than I expected. So people with my problem might see this page too. The answer was that I needed to precede the drop line with a reset_index line. Python was finding the index that needed deleting but there were duplicates of that index; so loads of rows got deleted that should have stayed. reset_index gave a unique index to the dataframe; and solved my issue.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mike C

79345591

Date: 2025-01-10 11:49:20
Score: 0.5
Natty:
Report link

Airflow polls the status of the emr serverless job every 30 secs and when its default max attempts set is reached, it errors out. You can put following configuration in emr operator in the dag to accommodate, lets say 10 hours of timeout

waiter_max_attempts=1200
waiter_delay=30
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roobal Jindal

79345590

Date: 2025-01-10 11:49:20
Score: 1.5
Natty:
Report link

I needed to mark the project as "Trusted", which I did in the yellow banner at the top of my editor.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: joel

79345587

Date: 2025-01-10 11:47:20
Score: 1.5
Natty:
Report link

You read the wrong position from the array Z: R^2 is in Z(3,1) and not in Z(2,1).

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: MGonet

79345586

Date: 2025-01-10 11:47:20
Score: 0.5
Natty:
Report link

The simplest and most effective solution in my case was to simply stop any loading before trying to load a url:

webView.stopLoading();
webView.loadUrl(url);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: sweak

79345577

Date: 2025-01-10 11:44:19
Score: 2.5
Natty:
Report link

There no error in browser console and terminal either? Don't you have any guard on the route you try to enter? This seems to me as a issue with non-existing route that you're trying to reach.

Please show the code how you trigger the function on the button.

Here is very helpful video on VueSchool https://vueschool.io/lessons/router-and-the-composition-api?friend=vuerouter

For forcing error you can try to use this code with added catch.

 const router = useRouter();

 const navigate = (path) => {
      try {
        router.push({ path: path });
      } catch (error) {
        console.error('Navigation error:', error);
      }
    };
Reasons:
  • RegEx Blacklisted phrase (2.5): Please show the code how you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: devzom

79345567

Date: 2025-01-10 11:41:19
Score: 3
Natty:
Report link

is there a way to omit this function for orders that do not have any shipping? Presently if the order does not have shipping and goes to 'completed' the function creates an error:

Fatal error: Uncaught Error: Call to a member function get_method_id() on bool Stack trace: #0 wp-includes/class-wp-hook.php(324): action_woocommerce_email_order_details() #1 wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #2 wp-includes/plugin.php(517): WP_Hook->do_action() #3 customer-completed-order.php(38): do_action() #4 woocommerce/includes/wc-core-functions.php(345): include('/var/www/vhosts...')

Reasons:
  • Blacklisted phrase (1): is there a way
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): is there a
  • Low reputation (1):
Posted by: Tom Mills

79345556

Date: 2025-01-10 11:37:17
Score: 2
Natty:
Report link

Now you can also use testreport.io. It supports Selenium, Playwright, and Cypress. It has intuitive dashboards, detailed charts, comparisons and graphs. It is easier to spot trends, issues, and bottlenecks. Right now they are providing it free for all.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pulkit Singh

79345555

Date: 2025-01-10 11:37:17
Score: 0.5
Natty:
Report link

I know this is an old post but I was also facing the same problem recently and found a solution and thought maybe could be helpful to others. The problem appears to stem from an identified bug (with spring boot ?) and was fixed. I changed over from v3.1.5 to v3.4.1 (per below) and that seems to have fixed it.

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>3.4.1</version>
    <relativePath /> <!-- lookup parent from repository -->
</parent>
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: mp30028

79345537

Date: 2025-01-10 11:31:16
Score: 1.5
Natty:
Report link

You can cat temp path like it

Path.GetTempPath();
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Murat Özbayraktar

79345536

Date: 2025-01-10 11:30:16
Score: 1
Natty:
Report link

Also, a very useful feature is filtering files on the sidebar Explorer tab:

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mironek

79345532

Date: 2025-01-10 11:30:16
Score: 0.5
Natty:
Report link

No, there is no direct method to expire the JWT before the set expiry time at the time of creation.

But there are some common techniques to invalidate the JWT tokens,

  1. Blacklisting

Implement a blacklist where invalidated tokens are kept. When a user logs out, or when a token needs to be expired forcibly, add that to the blacklist. Check this blacklist whenever a request with a JWT is being made.

  1. Token Versioning

You will add a version field to your tokens and then store the version in your database. When you want to force expire a token, you will increase the token version in the database. On each request, check if the token version matches the one stored in the database

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Muhammad Tariq Siddiqui

79345531

Date: 2025-01-10 11:30:16
Score: 1.5
Natty:
Report link
1. Is having stubs a must for a python library if I want users to have access to typing?

The Python typing documentation (How to provide type annotations?) states:

PEP 561 documents several ways type information can be provided for a library:

  • inline type annotations (preferred)
  • type stub files included in the package
  • a separate companion type stub package
  • type stubs in the typeshed repository

...

We recommend using the inline type annotations approach

So actually, using inline type annotations is the preferred way to go over type stubs.

As @yodogawa-mikio noted, you must add a marker file named py.typed to the packages you want to declare as typed.


2. Do stubs take precedence over source code of library if both have types?

For the resolution order, this is described in the Python Typing documentation: Distributing type information > Import resolution ordering.

The following is the order in which type checkers supporting this specification SHOULD resolve modules containing type information:

  1. Stubs or Python source manually put in the beginning of the path. Type checkers SHOULD provide this to allow the user complete control of which stubs to use, and to patch broken stubs or inline types from packages. In mypy the $MYPYPATH environment variable can be used for this.
  2. User code - the files the type checker is running on.
  3. Typeshed stubs for the standard library. These will usually be vendored by type checkers, but type checkers SHOULD provide an option for users to provide a path to a directory containing a custom or modified version of typeshed; if this option is provided, type checkers SHOULD use this as the canonical source for standard-library types in this step.
  4. Stub packages - these packages SHOULD supersede any installed inline package. They can be found in directories named foopkg-stubs for package foopkg.
  5. Packages with a py.typed marker file - if there is nothing overriding the installed package, and it opts into type checking, the types bundled with the package SHOULD be used (be they in .pyi type stub files or inline in .py files).
  6. If the type checker chooses to additionally vendor any third-party stubs (from typeshed or elsewhere), these SHOULD come last in the module resolution order.

Also, just above it is noted that:

type checkers MUST maintain the normal resolution order of checking *.pyi before *.py files.

So to sum it up:

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @yodogawa-mikio
  • Low reputation (0.5):
Posted by: TedGrassman

79345529

Date: 2025-01-10 11:29:15
Score: 2
Natty:
Report link

Since 5.7 release it is possible to add plurals from Web UI.

https://docs.weblate.org/en/latest/changes.html#weblate-5-7

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Sinan Kozak

79345524

Date: 2025-01-10 11:26:15
Score: 1
Natty:
Report link

For me problem was groovy script, which set parameter id as string if not specified:

def params = utils.queries.params().put("id", personId).getMap()

so this helped:

def params = utils.queries.params().put("id", personId as Long).getMap()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: GintsGints

79345519

Date: 2025-01-10 11:25:15
Score: 3.5
Natty:
Report link

i have some problem but, redirect url not working

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: The Oksigen

79345512

Date: 2025-01-10 11:23:14
Score: 1
Natty:
Report link

I had the same problem (with a normal webcam), probably you don't have any microphone and this would cause that exception. Try to handle it or attacch a microphone and see how it works.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hawke

79345508

Date: 2025-01-10 11:21:13
Score: 2.5
Natty:
Report link

please find below to step by step guide to run a java function app. there are some steps required to setup env and project in vs code. you can run cmd to launch the function app but ideally you would like to run it directly in vs code for debugging etc.

https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-java?tabs=windows%2Cbash%2Cazure-cli%2Cbrowser

https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-java

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: qkfang

79345503

Date: 2025-01-10 11:18:13
Score: 1.5
Natty:
Report link

For me using "enable-blink-features=ShadowDOMV0 --enable-blink-features=CustomElementsV0" for newer Chrome or using older Chrome version did not work.

However, using older Chrome: "Version 79.0.3945.0 (Developer Build) (64-bit)" AND putting the following in config.xml seemed to fix Web Inspector:

<access origin="*" subdomains="true"></access>
Reasons:
  • Blacklisted phrase (1): did not work
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kasper Kuusisto

79345500

Date: 2025-01-10 11:17:12
Score: 1.5
Natty:
Report link

Good afternoon Sir, it seems that in your @Preview WoofPreview(), in the component DogCard(), you are using LazyColumn().

To achieve the desired design result you should add vertical and horizontal alignments including content padding.

LazyColumn(
    contentPadding = PaddingValues(16.dp),
    verticalArrangement = Arrangement.spacedBy(16.dp)
) {
    items(dogs) {
        DogItem(dog = it)
    }
}

Now, that will achieve the gap and padding to be equal and separated from another cards and from the screen.

Now you will want to cover that up with a surface to achieve that greenish color. To achieve that you use the property tonalElevation to go from a pure white to a not pure and greenish color.

Surface(
  tonalElevation = 1.dp,
) {
  LazyColumn { ... }
}

Finally, to achieve the color in the card you should use in DogItem the parameter "colors" to customize your own color.

Card(
    colors = CardDefaults.cardColors(
        containerColor = MaterialTheme.colorScheme.surfaceVariant,
    ),
    /*other parameters*/
) {
  /* content */
}

Friendly reminder, sometimes the content that exist in CodeLabs is outdated and things can, may or could change.

Reasons:
  • Blacklisted phrase (1): Good afternoon
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Preview
  • Low reputation (1):
Posted by: Darwin

79345492

Date: 2025-01-10 11:13:11
Score: 4.5
Natty: 4.5
Report link

They have changed it again in v11: https://learning.postman.com/docs/getting-started/importing-and-exporting/exporting-data/

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: DAN

79345487

Date: 2025-01-10 11:12:10
Score: 3.5
Natty:
Report link

You need to check EIP-6369, it will resolve your issue.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: x danier

79345478

Date: 2025-01-10 11:08:09
Score: 2
Natty:
Report link

Visual Studio has such a refactoring:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Olivier Jacot-Descombes

79345476

Date: 2025-01-10 11:08:09
Score: 2.5
Natty:
Report link

I was searching for these issue and find these documents. hope it's helpful. maptiler-gl-style

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: younes_khosravi

79345473

Date: 2025-01-10 11:06:07
Score: 7.5 🚩
Natty:
Report link

i am having the same problem with my code. My code works in non-prod but does not not work in prod. I tried using proxy but i don't seea n result. Have you found a way to encounter your problem then please do tell me.

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a way to encounter your problem then please do tell me
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i am having the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Saleem Machlovi

79345470

Date: 2025-01-10 11:05:06
Score: 0.5
Natty:
Report link

I agree with @jsbueno that the contextvar API is painful to use.

I also create some higher level wrapper to simplify the usage: https://etils.readthedocs.io/en/latest/edc.html#wrap-fields-around-contextvar

from etils import edc

@edc.dataclass
@dataclasses.dataclass
class Scope:
  is_active: edc.ContextVar[bool] = False

  @contextlib.contextmanager
  def activate(self):
    self.is_active = True
    try:
      yield
    finally:
      self.is_active = False


scope = Scope()

# Each thread/coroutine will have their own version
with scope.activate():
  ...
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • User mentioned (1): @jsbueno
  • High reputation (-1):
Posted by: Conchylicultor

79345465

Date: 2025-01-10 11:02:06
Score: 2.5
Natty:
Report link

in above solution, file = open(filename, encoding="utf8")

which file i should change like this.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sri

79345463

Date: 2025-01-10 11:01:05
Score: 3
Natty:
Report link

don't spend more time on that bro push in git and create a new create vite and pull that.. but I like you will know the problem and clear the problem, good bro

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Surya A

79345461

Date: 2025-01-10 11:00:04
Score: 5
Natty: 4.5
Report link

Hello how are you please check this email

https://code-maze.com/how-to-sign-in-with-google-angular-aspnet-webapi

Reasons:
  • Blacklisted phrase (1): please check this
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Leroy Van

79345459

Date: 2025-01-10 10:59:03
Score: 4.5
Natty:
Report link

Instagram password hack password

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vikas Jaiswal

79345458

Date: 2025-01-10 10:59:03
Score: 5
Natty:
Report link

Thank you very much, but I’m not getting what I’m looking for. For a wall type name, I’m only getting these properties: enter image description here

And what I want to obtain is this relationship between the wall type and the materials that appear in this Revit list:

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1): I want
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: anfleta

79345446

Date: 2025-01-10 10:56:02
Score: 1.5
Natty:
Report link

To get real-time test execution reports, integrate TestReport.io with your Selenium framework.

It supports direct integration with Selenium, Playwright, and Cypress frameworks.

You can see key testing metrics and trends intuitive dashboards, detailed charts, comparisons and graphs.

It automatically report passed, failed, and skipped test cases during execution for immediate insights. It's easier to spot trends, issues, and bottlenecks.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pulkit Singh

79345444

Date: 2025-01-10 10:56:02
Score: 1
Natty:
Report link

I was working with Angular CLI and I created web components with Stencil. I linked this repo with npm link.

I was getting this error because I didn't build the project with components. npm run build fixed this issue for me.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Artur Kwiatkowski

79345440

Date: 2025-01-10 10:56:02
Score: 0.5
Natty:
Report link

To change your app name:

If you have not opened the project in Android Studio yet, you can change the APP_NAME option in the iosApp/Configuration/Config.xcconfig file directly in any text editor.

If you've already opened the project in Android Studio, do the following:

Close the project.

In any text editor, change the APP_NAME option in the iosApp/Configuration/Config.xcconfig file.

Re-open the project in Android Studio.

If you need to configure other settings, use Xcode: after opening the project in Android Studio, open the iosApp/iosApp.xcworkspace file in Xcode and make changes there.

See official doc: https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-publish-apps.html#ios-app

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jonny Right

79345437

Date: 2025-01-10 10:55:01
Score: 1
Natty:
Report link

It is possible to run more than one docker engine in linux. To see them run the command

 docker context ls

Most likely it will show 2 results 'default' & 'desktop-linux'

docker context use desktop-linux

will change the engine to the one used by Docker Desktop and the images will then be the same in the terminal.

see switching between Docker Desktop and Docker Engine

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Raymond

79345436

Date: 2025-01-10 10:55:01
Score: 3
Natty:
Report link

Downgrade to Python 3.11 helps.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Łukasz Ślusarczyk

79345435

Date: 2025-01-10 10:55:01
Score: 1.5
Natty:
Report link

In my case, the 403 error has been caused by not accepting the Firebase Terms of Service.

The only way to accept it is to create a Firebase project manually. After that, creation from Terraform succeeded without any changes to the Service Account or Billing Account.

Docs: https://firebase.google.com/docs/projects/terraform/get-started#troubleshooting-and-faq

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: pakut2

79345431

Date: 2025-01-10 10:53:01
Score: 2
Natty:
Report link

you should be able to do like below

export default async function Page({ searchParams }: { searchParams: Promise<{ hello: string | undefined }> }) {
  const { hello } = await searchParams
  // your code here
}

Please check the docs https://nextjs.org/docs/app/api-reference/file-conventions/page#searchparams-optional

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arief Setiyo Nugroho

79345428

Date: 2025-01-10 10:53:01
Score: 3
Natty:
Report link

you should reinstall cocopods,update ruby version

sudo gem install cocoapods

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: zimeng chen

79345404

Date: 2025-01-10 10:43:59
Score: 3.5
Natty:
Report link

In DBeaver 24.3.1.2024 Community Edition, you can archive that by setting value for an option "NULL value mark" is NULL enter image description here

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

79345398

Date: 2025-01-10 10:41:59
Score: 0.5
Natty:
Report link

One liner to get the full path of the file:

max(map(lambda file: DIR_PATH / file, filter(lambda file: 'Your-nice-timestamped-pattern' in file, os.listdir(DIR_PATH))), key=os.path.getctime)

(Assuming DIR_PATH is a pathlib Path object and you want the file that was created last)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: G-Higgins

79345397

Date: 2025-01-10 10:41:58
Score: 4.5
Natty: 5.5
Report link

Mind the Cybersecurity thanks. Think what info you give to where in net..

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Suomi Poika

79345391

Date: 2025-01-10 10:39:57
Score: 3
Natty:
Report link

We just need to update the folder name and then run the mvn clean install command. This will update the artifactId throughout the project.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mrigendra Kumar

79345390

Date: 2025-01-10 10:39:57
Score: 1
Natty:
Report link

A late reply, but maybe it will be useful to someone else... There is a special service for working with the srcset attribute: https://isrcset.com

It allows you to upload any number of images at once, generates responsive images and srcset tag code and also supports features like compression and conversion to webp format

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tifany CodeStarter

79345386

Date: 2025-01-10 10:38:57
Score: 0.5
Natty:
Report link

I think your're not hitting the USER/ADMIN role and your redirect seems incorrect. If you're having any role but USER/ADMIN, you redirect to /login (which requires the user to be authenticated) instead of /admin/login, seemingly causing an endless redirection loop.

You should probably change the login page to /login instead of /admin/login because in your code, a simple non-admin user can also login, making /admin/login 'wrong'.

Reasons:
  • No code block (0.5):
Posted by: N4zroth

79345383

Date: 2025-01-10 10:36:57
Score: 1.5
Natty:
Report link

heif-convert can execute in terminal ,you can use command in java,and it is easy install in ubuntu

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: zzy

79345381

Date: 2025-01-10 10:35:57
Score: 1
Natty:
Report link

In case it helps anyone else...

I was struggling to connect to Snowflake from Power BI Desktop. I was getting this error:

Details: "ODBC: ERROR [HY000] [Microsoft][Snowflake] (4) REST request for URL *** failed: HTTP error (http error) - code=405."

I had the server wrong. It should be:

[orgname]-[account_name].snowflakecomputing.com

You can find these values from the URL when you log in to Snowflake:

https://app.snowflake.com/[orgname]/[account_name]

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: FrugalShaun

79345380

Date: 2025-01-10 10:35:56
Score: 5.5
Natty:
Report link

I have exactly the same issue. Moreover right now always the last test fail with "element not found". When I turn it off, the next last will fail.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have exactly the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Paweł Majchrowicz

79345378

Date: 2025-01-10 10:34:55
Score: 2.5
Natty:
Report link

It was my mistake. I thought the output in both APIs would be the same but it doesn't seem like that. I just removed the np.argmax() line when predicting with Sklearn API. It seems this API already predict directly the class. Don't remove the question in case someone else is dealing with similar issues.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: M. Merida-Floriano

79345368

Date: 2025-01-10 10:32:55
Score: 1.5
Natty:
Report link

Yes there is a way, see here: https://docs.fluentvalidation.net/en/latest/custom-validators.html#custom-message-placeholders

RuleFor(mb => mb.Amount).
Must((mb, amount, context) =>
{
  var betLimit = _battlesService.GetBetLimit(mb.BattleId);
  context.MessageFormatter.AppendArgument("BetLimit", betLimit );
  mb.Amount <= betLimit;
}).
WithMessage("Bet should be less than {BetLimit}");
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ben5

79345356

Date: 2025-01-10 10:28:54
Score: 3
Natty:
Report link

It looks like you're looking for HashSet<E> where E needs to override equals and hashCode. Your uniqueness guarantee depends on your hashCode and equals implementations.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: hahaha

79345339

Date: 2025-01-10 10:20:52
Score: 1.5
Natty:
Report link

I suggest casting mtl to float32 before casting it to your device.

Replace mtl.to(device) by:

mtl.to(torch.float32).to(device)

Best,

Arnaud

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: arnaudlenain

79345335

Date: 2025-01-10 10:18:51
Score: 4.5
Natty: 5
Report link

I have 2 apps with different package names, different logos, and different login pages. Is it safe to upload them to the Play Store? Will both of my apps be removed from the Play Store?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dimas kursiana

79345334

Date: 2025-01-10 10:18:51
Score: 2
Natty:
Report link

I have found a solution, just add the

AllowChunking="false"

in the request header. Specifically, I am using the apache cxf framework, and the default value of "AllowChunking" is true (see the ref). If it is set to false, cxf will add the content-length to the header when sending the request, so that the connection will not be closed when writing the request body.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: hai li

79345332

Date: 2025-01-10 10:17:51
Score: 0.5
Natty:
Report link

Im not sure, but it looks like the .form-group is in the same level as the form itselfe.

Is this true or just looks like this? The form-group should be tabbed inside of the form.

form(action='/admin/add-product', method='POST')
    .form-group.row.my-3
        label.col-sm-2.col-form-label(for='name') Product Name
        .col-sm-10
            input.form-control#name(type='text', name='name')
    .form-group.row
        .col-sm-10.offset-sm-2.my-3
            input(type="submit" value="Submit").btn.btn-primary
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Zaaaazzy

79345324

Date: 2025-01-10 10:15:50
Score: 3.5
Natty:
Report link

I don't think the solution works anymore, when using HPOS.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alexandru T.

79345314

Date: 2025-01-10 10:11:49
Score: 9.5
Natty: 7
Report link

I have same problem.

Where, for what, how do you use the $cred variable?

Reasons:
  • Blacklisted phrase (1): how do you
  • 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
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: SagiK

79345312

Date: 2025-01-10 10:11:48
Score: 4
Natty: 4.5
Report link

It appears manipulating the AFO layout at this level is not currently possible

https://community.sap.com/t5/technology-q-a/expand-to-level-for-a-structure-in-vba/qaq-p/10223042/comment-id/3694633#M3694633

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Piotr Wojtaszek

79345300

Date: 2025-01-10 10:06:46
Score: 1.5
Natty:
Report link

you can also first upload project on github and live via github Action and then go hostinger dashboard select website thin select advance then select git and add your git repo then go live

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Next Day Software Solution Pvt

79345297

Date: 2025-01-10 10:05:45
Score: 6.5 🚩
Natty: 5
Report link

I have same problem but just trying to build it run it in local server after build from React ( npm -s build) and the map only display the image (no street names, places etc) and cant fetch the elevation for each point in a route, it gives me Zero values (this is what my app has to do it). I works fine in npm start (testing mode) I tried the import mapboxgl from '!mapbox-gl', but didnt fix the problem. Is there any other recommendation? The token i use is default public one

Reasons:
  • Blacklisted phrase (1): I have same problem
  • Blacklisted phrase (1): Is there any
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Tassos Kallianiotis

79345291

Date: 2025-01-10 10:04:44
Score: 1.5
Natty:
Report link

I had the same problem and wrote a plugin package for sublime to close all files without confirmation. It works via command palette and you can add key bindings too:

https://packagecontrol.io/packages/Close%20All%20without%20Confirmation

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dirk

79345287

Date: 2025-01-10 10:03:44
Score: 3
Natty:
Report link

Fixed it. It was the high contrast theme in vs code that did it. For anybody that has this problem: "workbench.colorTheme": "Default High Contrast", I removed this in the settings.json to fix it.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: piet53