79767890

Date: 2025-09-17 23:59:11
Score: 1.5
Natty:
Report link

Find a solution. I had to add Filament and Livewire assets on heroku deployment in my composer.json

        "post-install-cmd": [
            "php artisan filament:assets",
            "php artisan livewire:publish --assets"
        ],
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: KarmaWin

79767889

Date: 2025-09-17 23:59:11
Score: 0.5
Natty:
Report link

I'm not sure if this would help you on Restrict Content Pro but may help others.

I am running Profile Builder Basic but fooled around with Restrict Content Pro in the early research phases of site build out.

The solution for me was to create a NEW page with no copied over elements and rebuild it.

Background:

After going around in circles of staging website, disabling all plugins, and caching services, I still couldn't find what was causing it. My plan was to try and put people through the native Wordpress login/logout screen. However, after that plan failed as they were still experiencing the logged in cookie on that one page that as my culprit (/portal).

The plugin I was using was Profile Builder Basic. However, in my early development stages I was fooling around with Restrict Content Pro. My hypothesis is that something under the hood is misaligning or a leftover fragment from that plugin.

After logging out on the new /portal-2 page, and when I revisit the /portal page, it was identifying I was logged out and not sending me in a loop showing I'm logged in. :D

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

79767888

Date: 2025-09-17 23:55:10
Score: 1
Natty:
Report link
warehouses.filter((warehouse, index, self) =>
        index === self.findIndex((w) => (
            w.id === warehouse.id
        ))
    )
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Emirhan Naneli

79767887

Date: 2025-09-17 23:53:09
Score: 1
Natty:
Report link

See CodeTracking.jl, specifically its @code_string.

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

79767886

Date: 2025-09-17 23:48:08
Score: 1
Natty:
Report link

I'm here because this error is apparently not only for the firebases that require xcode 16+.

I've had to retreat to firebase 12.5 from 12.9 (which 12.9 is supposed to be okay with xcode 15.4 but that had problems too)

using Unity 6000.0.36f1 (but also got this error on 6000.2.2f1)

using xcode 15.4

I create a new project, import the 12.5 firebases (auth, cloud functions, firestore, storage)

and build to iOS and on building in xcode it throws the same Cannot find type 'sending' in scope error.

I'm guessing its something to do with some Swift setting somewhere or other in either the Unity side on postprocess or some random swift setting in xcode after its built from Unity. I just cant seem to find any information about it.

So if you're a Swift-ie (lolz)/someone who can help, we need you!

PS: as a Unity dev for over a decade, lemme be the nth person to say this hodgepodge of xcode, unity, cocoapods, java, firebase package support is so ridiculous..!

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

79767885

Date: 2025-09-17 23:46:07
Score: 4.5
Natty: 4
Report link

I have tried the code

import requests
headers={"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36"}
res=requests.get("https://finance.yahoo.com/quote/AAPL/financials?p=AAPL",headers=headers)
res.status_code

but it fails and gives the

404

Is any way to fix this problem? Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1.5): fix this problem?
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: sping G

79767874

Date: 2025-09-17 23:23:03
Score: 0.5
Natty:
Report link

Its due to a font mishap trying to draw the bullet point, I fixed it by removing the fontawesome package.

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: EmmanuelMess

79767868

Date: 2025-09-17 23:04:59
Score: 2
Natty:
Report link

Possibility: You executed the go application indirectly via godotenv from the command line. And perhaps Command-C or Ctrl-C is only killing godotenv.

Maybe you used: godotenv -f ./env/local.env go run cmd/blah/main.go to start your application.

Do you recall how you started your app?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: Michael R

79767867

Date: 2025-09-17 23:02:58
Score: 5
Natty: 5.5
Report link

how many times ?

https://drive.google.com/file/d/1MSpaZIv_T9Gnv_8nn3Kk5uR1GXfDM0zM/view?usp=drivesdk

it's seems to be corrupted.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): how
  • Low reputation (1):
Posted by: w fournier

79767861

Date: 2025-09-17 22:45:55
Score: 2.5
Natty:
Report link

This can also happen if your parameter type was changed to String when the value is not a string. (My editor did that for me...)

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

79767858

Date: 2025-09-17 22:36:53
Score: 1
Natty:
Report link

I believe you would want to set the flush argument of print() to True like so:

print('*', end='', flush=True)

Per the print() documentation here:

if flush is true, the stream is forcibly flushed.

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

79767850

Date: 2025-09-17 22:09:46
Score: 1.5
Natty:
Report link

In Qt 6.9 and propbably earlier versions you can force the textedit to accept only plain text.

        self.textEdit.setAcceptRichText(False)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: QC Developer

79767843

Date: 2025-09-17 21:57:44
Score: 1.5
Natty:
Report link

I just turned off dependency optimization entirely in the Cypress config Vite dev server config, worked like a charm:


optimizeDeps: {
   noDiscovery: true,
   include: undefined,
}
Reasons:
  • Blacklisted phrase (1): worked like a charm
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bvandercar

79767836

Date: 2025-09-17 21:46:41
Score: 4.5
Natty: 4.5
Report link

Perhaps you're looking for SELECT GREATEST(Months_Used,0) AS Months_Used, which will replace negative values with 0?

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

79767831

Date: 2025-09-17 21:43:41
Score: 2.5
Natty:
Report link

The pynvl-lib will do it:

from pynvl import nvl

part_number = None

substr = "1234567"

fallback = "not in defn table"

print(nvl(part_number, nvl(substr, fallback))) # '1234567'

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

79767820

Date: 2025-09-17 21:24:36
Score: 1
Natty:
Report link

Did none of the other XAML solutions work for you?

Do you reject the flicker that IsAsync causes?

Do you detest workarounds in C#?

Set CommandParameter as an attribute, and Command in a style.

For instance, instead of this:

<Button
    CommandParameter="{Binding .}"
    Command="{Binding Source={SOME_SOURCE}, Path=SOME_PATH}"
</Button>

Use this:

<Button
    CommandParameter="{Binding .}"
    <Button.Style>
        <Style TargetType="Button">
            <Setter Property="Command" Value="{Binding Source={SOME_SOURCE}, Path=SOME_PATH}"/>
        </Style>
    </Button.Style>
</Button>

Why does this work?

I'm guessing that different types of bindings are resolved at different times, and CanExecute() is called on the bound Command object as soon as it's resolved - even if CommandParameter hasn't been resolved yet.

Styles use a different mechanism to set attributes. I imagine that this is resolved in a later step, meaning that CommandParameter is guaranteed to be resolved before Command.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did
  • Low reputation (1):
Posted by: ator-dev

79767817

Date: 2025-09-17 21:20:35
Score: 1.5
Natty:
Report link

Is it possible to have a scoped_lock with a timeout to wait N seconds/millis to acquire the lock?

std::scoped_lock does not have a built-in timeout mechanism in C++. std::scoped_lock is a simple RAII wrapper that blocks indefinitely until it acquires the lock(s).

The class scoped_lock is a mutex wrapper that provides a convenient RAII-style mechanism for owning zero or more mutexes for the duration of a scoped block.

When a scoped_lock object is created, it attempts to take ownership of the mutexes it is given. When control leaves the scope in which the scoped_lock object was created, the scoped_lock is destructed and the mutexes are released. If several mutexes are given, deadlock avoidance algorithm is used as if by std::lock.

The scoped_lock class is non-copyable.

And:

Tries to lock (i.e., takes ownership of) the associated mutex. Blocks until specified timeout_duration has elapsed or the lock is acquired, whichever comes first. On successful lock acquisition returns true, otherwise returns false. Effectively calls mutex()->try_lock_for(timeout_duration).

This function may block for longer than timeout_duration due to scheduling or resource contention delays.

The standard recommends that a steady clock is used to measure the duration. If an implementation uses a system clock instead, the wait time may also be sensitive to clock adjustments.

std::system_error is thrown if there is no associated mutex or if the mutex is already locked by this std::unique_lock.

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: PumpkinPie π

79767807

Date: 2025-09-17 21:04:31
Score: 2.5
Natty:
Report link

It is misisng the header file llvm/IR/Instructions.h!

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: shivam gupta

79767802

Date: 2025-09-17 20:57:29
Score: 5
Natty: 5
Report link

What about RainLisp? It integrates with .NET and it's syntax is very simple.

Reasons:
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: chr1st0scli

79767796

Date: 2025-09-17 20:44:26
Score: 1.5
Natty:
Report link
<VDateInput
    label="Select a date"
    prepend-icon=""
    variant="solo"
/>

just set prepend-icon as a empty string.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Antônio Fernandes

79767791

Date: 2025-09-17 20:37:24
Score: 2
Natty:
Report link

The only reason the "group by" worked faster then the "distinct" in your example is the data was already in-cache.

I would recommend using Distinct, unless you need an aggregate of another field like SUM, MIN, MAX, AVG.

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

79767787

Date: 2025-09-17 20:27:21
Score: 4.5
Natty:
Report link

For a DSL on .NET, you can check at RainLisp.

Reasons:
  • Contains signature (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: chr1st0scli

79767785

Date: 2025-09-17 20:26:21
Score: 11
Natty: 7.5
Report link

Sorry for the off-topic message, but I need to run some tests with the latest Linux Luna HSM Client.
Could someone please share it with me?

Thank you in advance,
Nikolay

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Could someone please share
  • RegEx Blacklisted phrase (3): Thank you in advance
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Nikolay

79767780

Date: 2025-09-17 20:23:20
Score: 1
Natty:
Report link

Yes, its in pynvl-lib.

from pynvl import nvl, coalesce

print(nvl(None, 5)) # 5

print(nvl("hello", 99)) # 'hello'

#Coalesce is there too:

port_address = None
ip_address = None
mac_address = "A1:B2:C3:D4:E5:F6"
print(coalesce(port_address, ip_address, mac_address)) # "A1:B2:C3:D4:E5:F6"

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

79767768

Date: 2025-09-17 20:05:13
Score: 1.5
Natty:
Report link

This answer shows how to set the PendingIntent flags with the NavDeepLinkBuilder by using createTaskStackBuilder: Missing mutability flags: Android 12 pending intents with NavDeepLinkBuilder

So:

PendingIntent pendingIntent = new NavDeepLinkBuilder(context)
                .setGraph(R.navigation.nav_graph)
                .setDestination(R.id.android)
                .createTaskStackBuilder()
                .getPendingIntent(0, PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE);

PendingIntent.FLAG_IMMUTABLE is required or an exception is thrown.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ceperman

79767746

Date: 2025-09-17 19:23:04
Score: 0.5
Natty:
Report link

Make sure to dispatch input, which it looks like you are.
Also, dispatch change, and blur events and that should trigger Angular's change detection.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Jason Foglia

79767745

Date: 2025-09-17 19:22:03
Score: 1
Natty:
Report link
nic_selection_all.SetDNSServerSearchOrder()

just use this dont use anything between() works for me!!!
Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: xoradin

79767739

Date: 2025-09-17 19:19:03
Score: 3.5
Natty:
Report link

I was able to get rid of the errors by upgrading to the 20250914 snapshot of clangd. The latest stable version 21.1.0 still has the errors.

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

79767735

Date: 2025-09-17 19:15:02
Score: 0.5
Natty:
Report link

you basically have a nested array inside `input.values`, where each element is itself an array, and the first element of that sub-array is an object containing `"email"`.

In Azure Data Factory (ADF) or Synapse Data Flows, you can flatten this cleanly without multiple copy activities.

Here’s a step-by-step approach using a Mapping Data Flow:

---

Source

• Point your Source dataset to the JSON file (or API output).

• In Projection, make sure the schema is imported so you can see `input.values`.

---

First Flatten

• Add a Flatten transformation.

• Unroll by: `input.values`

This will give you each inner array as a row.

---

Second Flatten

• Add another Flatten transformation.

• Unroll by: `input_values[0]` (the first element of the inner array — the object with `email`).

• Now you can directly access `email` as a column:

`input_values[0].email`

---

Select Only Email

• Add a Select transformation.

• Keep only the `email` column.

Sink

• Set your Sink dataset to CSV.

• Map `email` → `email` in the output.

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

79767729

Date: 2025-09-17 19:09:00
Score: 2
Natty:
Report link

As @Tsyvarev pointed out, the error indicates that arm-none-eabi-ar was not found, and I had not created a symlink for that. After creating a symlink for it in the same manner as the rest, I was able to use CMake successfully and build the project!

podman machine ssh %machine% sudo ln -s ~/arm-gnu-toolchain-14.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-ar /usr/bin/arm-none-eabi-ar

Note that the tools can be tested by calling them with the argument --version (eg: arm-none-eabi-gcc --version)

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Tsyvarev
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sky

79767725

Date: 2025-09-17 19:04:59
Score: 1.5
Natty:
Report link

this looks a little bit odd:

            'product.suggest.criteria' => 'onSuggestSearch',

Try:

ProductSuggestCriteriaEvent::class => 'onCriteria',
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Patryk Fabeck

79767720

Date: 2025-09-17 19:01:58
Score: 1
Natty:
Report link
.parent {
    text-align: center;
}

.child_item {
    display: inline-block;
    float: none;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Redee

79767717

Date: 2025-09-17 19:00:58
Score: 1.5
Natty:
Report link

@Mattia's answer didn't work for me. Calling map() returns a Map<dynamic, dynamic>, which is also not a subtype of Map<String, String>.

So in addition to calling map(), I found I needed to call cast().

Map<String, dynamic> queryParameters = {"id": 3};
Map<String, String> stringParameters = queryParameters.map(
  (key, value) => key, value?.toString())
).cast<String, String>();
Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • User mentioned (1): @Mattia's
  • Low reputation (0.5):
Posted by: Lance Peterson

79767715

Date: 2025-09-17 18:59:57
Score: 5.5
Natty: 5.5
Report link

I’m working with a micro controller dual core with an RTOS, is it possibile that more latency and jitter of the OS can cause IVOR1?

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

79767704

Date: 2025-09-17 18:50:55
Score: 1.5
Natty:
Report link

macOS requires you to use the BEAM bundle when compiling your code. You can do it by adding -bundle -bundle_loader /opt/local/lib/erlang/erts-16.0/bin/beam.smp to your Makefile replacing the BEAM location with yours. Also, Erlang looks for .so files and not .dylib files when loading your NIF on macOS.

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

79767702

Date: 2025-09-17 18:49:54
Score: 1.5
Natty:
Report link

Run the following command:

printf '\e[?2004l'

Taken from this answer.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Travis

79767694

Date: 2025-09-17 18:42:52
Score: 3
Natty:
Report link

Following the convention for the "loop limit" symbol expressed in https://www.conceptdraw.com/solution-park/diagram-flowcharts, which says:

Loop limit: Indicate the start of a loop. Flip the shape vertically to indicate the end of a loop.

I am modifying the flowchart as follows:

Use of "loop limit" symbol in a flowchart

Maybe this is the right use of the symbol.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: JulioSergio

79767691

Date: 2025-09-17 18:39:52
Score: 2
Natty:
Report link

Some context values may help you. For example, SYS_CONTEXT ('USERENV', 'ORACLE_HOME') will return "/rdsdbbin/oracle" in a RDS instance.

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

79767687

Date: 2025-09-17 18:33:50
Score: 0.5
Natty:
Report link

Indeed, the essence of these patterns is the same. They both solve the problem of data inconsistency resulting from message send/receive errors.

Inbox guarantees that a message will be received at least once - i.e., there will never be a situation where some work was scheduled but never performed.

Outbox guarantees that a message will be sent at least once - i.e., there will never be a situation where some work was performed but nobody was acknowledged about this.

Both of these patterns use a table in the DB for the same purpose - as an intermediate buffer for messages (inbox for incoming, and outbox for outgoing), from which messages are then read out by a separate worker and processed.

Moreover, these patterns can be used together - the same worker reads a message from the inbox, executes business logic with it, and writes a new message to the outbox.

A good article on this topic: Microservices 101: Transactional Outbox and Inbox

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

79767686

Date: 2025-09-17 18:31:49
Score: 0.5
Natty:
Report link

if use WorkingArea.Height it will automatically adjust the height depending on whether task bar is visible or not.

this.Height = screen.WorkingArea.Height;

if you just want the height of the taskbar:

int taskBarHeight = screen.Bounds.Height - screen.WorkingArea.Height
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Richard Waddell

79767682

Date: 2025-09-17 18:25:48
Score: 1
Natty:
Report link

The answer from Michael Hays is great, just adding as a tip for other facing the same issue as me:

if you have a column duplicated in your df, you will get a "ValueError: Must have equal len keys and value when setting with an iterable" even using `at`.

df = pd.DataFrame({'A': [12, 23]})
df2 = pd.concat([df, df], axis=1)
df2['B'] = pd.NA

print(df2)
    A   A     B
0  12  12  <NA>
1  23  23  <NA>

print(df2.dtypes)
A     int64
A     int64
B    object
dtype: object

df2.at[1, 'B'] = ['m', 'n']
# ValueError: Must have equal len keys and value when setting with an iterable

The solution is of course not to have duplicated columns.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Low reputation (0.5):
Posted by: Maxime

79767681

Date: 2025-09-17 18:25:48
Score: 3
Natty:
Report link

The only thing that helped me was updating Xcode to the latest version.

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

79767679

Date: 2025-09-17 18:19:46
Score: 2
Natty:
Report link

I think the error shows that you are out of memory, you can just increase the memory and also try to enable VT-x in the BIOS settings.
you can also refer :- https://superuser.com/questions/939340/what-is-vt-x-why-it-is-not-enabled-in-few-machine-by-default

if you want to run and test linux environment means, you can also try
docker or vagrant(but this also need VMs installed).

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

79767670

Date: 2025-09-17 18:09:43
Score: 8 🚩
Natty: 4.5
Report link

I’m experiencing exactly the same issue.
I’m using Next.js and calling the Instagram Graph API to publish carousel posts. On my profile the carousel appears correctly as a single post, but my followers sometimes see each image separately in their feeds, as if I had posted them individually.

Even worse, followers can like and comment on these “phantom” posts, but I can’t find or manage those standalone posts anywhere afterward.

Have you found any solution or workaround for this behavior? Any update or confirmation from Meta would be super helpful. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): Have you found any solution or workaround for this behavior
  • RegEx Blacklisted phrase (2): any solution or workaround for this behavior?
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: pierpaolo

79767669

Date: 2025-09-17 18:07:42
Score: 3
Natty:
Report link

We have to set JDK version from 21 or higher to 17.

If you set it to 17 it will work.

I made a video on explaining how to do it visually in YT: https://www.youtube.com/watch?v=gPmB7N46TEg

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Gautham Vijayan

79767668

Date: 2025-09-17 18:07:42
Score: 0.5
Natty:
Report link

If you're using Spring, I suggestt you to remove() no matter what.

Spring uses their own thread pool to handle requests, so we can say that each request is not strictly connected to each single thread.

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

79767667

Date: 2025-09-17 18:06:41
Score: 0.5
Natty:
Report link
class AnnotatedDefault:
    def __init__(self, default):
        self.default = default
    
    @classmethod
    def get_typed_dict_defaults(cls, typed_dict: type[dict]):
        return {
            k: v.__metadata__[0].default
            for k, v in typed_dict.__annotations__.items()
            if hasattr(v,"__metadata__") 
            and isinstance(v.__metadata__[0], cls)
        }

class MyDopeTypedDict(TypedDict, total=False):
    environment: Annotated[str, AnnotatedDefault("local")]
    release: Annotated[str, AnnotatedDefault("local")]
    sample_rate: Annotated[float, AnnotatedDefault(0.2)]
    integrations: Annotated[dict[str, dict],
        AnnotatedDefault(
            {
                "logging": dict(level=logging.INFO, event_level=logging.ERROR),
            }
        ),
    ]
    server_name: str

defaults = AnnotatedDefault.get_typed_dict_defaults(MyDopeTypedDict)
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: ThankMeLater

79767662

Date: 2025-09-17 18:02:39
Score: 10 🚩
Natty: 5.5
Report link

i have the same issue, did you figure this out

Reasons:
  • Blacklisted phrase (1): i have the same issue
  • RegEx Blacklisted phrase (3): did you figure this out
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Oliver Zhu

79767647

Date: 2025-09-17 17:45:34
Score: 2
Natty:
Report link

If you’re planning to use the current screen name mainly for debugging,
it might be helpful to check out this library: ScreenNameViewer-For-Compose.

It overlays the current Activity / Fragment / or Compose Navigation Route in debug builds, making it easier to see which screen is active at a glance.

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

79767640

Date: 2025-09-17 17:33:32
Score: 0.5
Natty:
Report link

If you are looking for an easier setup with a rest api you might want to try https://vatifytax.app.

Simple Example:

# Validate VAT (cURL)
curl -s https://api.vatifytax.app/v1/validate-vat \
  -H "Authorization: Bearer API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"vat_number":"DE811907980"}' | jq
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DeOldSax

79767639

Date: 2025-09-17 17:32:31
Score: 0.5
Natty:
Report link

If you are looking for an easier setup with a rest api you might want to try https://vatifytax.app.

Simple Example:

# Validate VAT (cURL)
curl -s https://api.vatifytax.app/v1/validate-vat \
  -H "Authorization: Bearer API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"vat_number":"DE811907980"}' | jq
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DeOldSax

79767637

Date: 2025-09-17 17:31:31
Score: 0.5
Natty:
Report link

If you are looking for an easier setup with a rest api you might want to try https://vatifytax.app.

Simple Example:

# Validate VAT (cURL)
curl -s https://api.vatifytax.app/v1/validate-vat \
  -H "Authorization: Bearer API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"vat_number":"DE811907980"}' | jq
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DeOldSax

79767636

Date: 2025-09-17 17:31:31
Score: 1
Natty:
Report link

The natural solution would be to use a network server from which those machines can get information on which system to boot. On the teacher's machine it is trivial to do in a certain directory:

echo linux > bootsel; python3 -m http.server

or

echo windows > bootsel; python3 -m http.server

The problem is how it can be handled in GRUB. I spent some time checking the documentation, searching the web, and finally discussing it with ChatGPT.

Grub may load the file from the HTTP server. The commands below display the contents of such a file (I assume that the server has IP 10.0.2.2 - like in the case of a QEMU-emulated machine):

insmod http
insmod net
insmod efinet
cat (http,10.0.2.2:8000)/bootsel

The question is, how can we use the contents of this downloaded file?
Grub does not allow storing that content in a variable so that it could be later compared with constants.
Theoretically, the standard solution should be getting the whole grub configuration from the server and using it via:
configfile (http,10.0.2.2:8000)/bootsel

Such an approach is, however, insecure. Just imagine what could happen if somebody injects a malicious grub configuration.
After some further experimenting, I have found the right solution. Possible boot options should be stored in files on the students' machines:

echo windows > /opt/boot_win
echo debian > /opt/boot_debian
echo ubuntu > /opt/boot_ubuntu

Then we should add getting the file from the server and setting the default grub menu entry.
That is achieved by creating the /etc/grub.d/04_network file with the following contents (you may need to adjust the menu entry numbers):

#!/bin/sh
exec tail -n +3 $0
# Be careful not to change the 'exec tail' line above.
insmod http
insmod net
insmod efinet
net_bootp
if cmp (http,10.0.2.2:8000)/bootsel /opt/boot_win; then
 set default=2
fi
if cmp (http,10.0.2.2:8000)/bootsel /opt/boot_debian; then
 set default=3
fi
# Ubuntu is the default menu entry 0, so I don't need to handle it there

The attributes of the file should be the same as of other files in /etc/grub.d. Of course, update-grub must be run after the above file is created.
Please note, that the selected approach still enables manual selecting of the booted system in the GRUB menu. It only changes the default system booted without the manual selection.

If the HTTP server is not started, the default menu entry will be used after some delay.

Reasons:
  • Blacklisted phrase (1): how can we
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: wzab

79767634

Date: 2025-09-17 17:29:30
Score: 0.5
Natty:
Report link

If you are looking for an easier setup with a rest api you might want to try https://vatifytax.app.

Simple Example:

# Validate VAT (cURL)
curl -s https://api.vatifytax.app/v1/validate-vat \
  -H "Authorization: Bearer API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"vat_number":"DE811907980"}' | jq
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DeOldSax

79767631

Date: 2025-09-17 17:25:29
Score: 2.5
Natty:
Report link

When Angular 19 was released, Angular Material 19 uses a new way to override styles.

If you are using Angular 19 or Angular 20 or newer,
you need to use the new syntax to set the color of the Angular Material Snackbar.

See details in this article:
How To Change the Color of Angular Material Snackbar

See this GitHub repo for the exact code:
angular-signalstore-example

Reasons:
  • Blacklisted phrase (1): this article
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When
Posted by: JC Lango

79767630

Date: 2025-09-17 17:23:29
Score: 2
Natty:
Report link

Angular Material version 19 and newer uses a new way to override styles.

You need to use the new syntax to set the color of the Angular Material Snackbar.

See details in this article:
How To Change the Color of Angular Material Snackbar

See this GitHub repo for the exact code:
angular-signalstore-example

Reasons:
  • Blacklisted phrase (1): this article
  • Low length (0.5):
  • No code block (0.5):
Posted by: JC Lango

79767627

Date: 2025-09-17 17:21:27
Score: 2
Natty:
Report link

The other answers here will not work starting with Angular 19.
Angular Material version 19 and newer uses a new way to override styles.

You need to use the new syntax to set the color of the Angular Material Snackbar.

See details in this article:
How To Change the Color of Angular Material Snackbar

See this GitHub repo for the exact code:
angular-signalstore-example

Reasons:
  • Blacklisted phrase (1): this article
  • Low length (0.5):
  • No code block (0.5):
Posted by: JC Lango

79767623

Date: 2025-09-17 17:16:26
Score: 1
Natty:
Report link

my tailwind.config.ts was just like:

module.exports = withUt({
  darkMode: ['class'],

then i removed the third bracket and it didn't show any erros

module.exports = withUt({
  darkMode: 'class',
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jerry Jeriomio

79767611

Date: 2025-09-17 17:08:24
Score: 2
Natty:
Report link

In RandomForestRegressor() the criterion options are 'MSE' and 'MAE'. But what is this error that is being measured and optimised before splitting?

As you probably kown, random forests are a collection of decision trees. And you can find the answer of your question for decision trees in the user guide of scikit-learn: https://scikit-learn.org/stable/modules/tree.html#mathematical-formulation

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Arthur

79767608

Date: 2025-09-17 17:02:23
Score: 3.5
Natty:
Report link

we are seeing null lsn - how can we avoid this ?

    "version": "3.0.8.Final",
    "ts_us": {
      "long": 1758115985255294
    },
    "ts_ns": {
      "long": 1758115985255294590
    },
    "txId": null,
    "lsn": null,
    "xmin": null
  },
  "transaction": null,
  "op": "r",
  "ts_ms": {
    "long": 1758115985255
  },
  "ts_us": {
    "long": 1758115985255304
  },
  "ts_ns": {
    "long": 1758115985255304040
  }
Reasons:
  • Blacklisted phrase (1): how can we
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: bala_mahesh

79767605

Date: 2025-09-17 16:54:21
Score: 2.5
Natty:
Report link

@sppc42 has the right answer, but some details that took me a minute to find:

- task: DotNetCoreCLI@2
  displayName: 'dotnet build lib project only'
  inputs:
    projects: '**/*.csproj'
    arguments: '/p:ContinuousIntegrationBuild=true -c $(BuildConfig)'
    workingDirectory: '$(System.DefaultWorkingDirectory)'  <<< I had a sub-dir here, AND in classic GUI pipelines, this is auto-collapsed and easy to miss!
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @sppc42
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: seljo

79767596

Date: 2025-09-17 16:44:17
Score: 8 🚩
Natty:
Report link

Have you managed to solve this problem? I’m experiencing the same issue and tried the same solution, but it didn’t work for me.

Reasons:
  • Blacklisted phrase (3): Have you managed
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: עופרי דרחי

79767588

Date: 2025-09-17 16:36:14
Score: 1.5
Natty:
Report link

I got vim like editor behavior in gcp cloud shell editor by installing extension "Vim" by Publisher "vscodevim". All of the vim behavior works like these keystrokes:

ESC :wq

dd

yy

p

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

79767562

Date: 2025-09-17 16:06:06
Score: 1.5
Natty:
Report link

For my answer, most of the credit should actually go to @Rion, as his answer inspired me.
I had an issue with using .sharedBackgroundVisibility(.hidden) when actually using navigation, which I described here How to leftalign Text in Toolbar under iOS 26.

However, using .toolbarRole(.editor) in combination with ToolbarItem(placement: .principal) got me exactly the result I needed.

My only issue with @Rion's answer was that I could not customize the actual title; it was fixed to the standard system size. So, the combination above actually gives the proper result (at least on the iPhone).

tl;dr

(Hacky) Solution without any visual artifacts when using back navigation

SomeViewWithinNavigationStack()
   .navigationBarTitleDisplayMode(.inline)
   .toolbar { 
       ToolbarItem(placement: .principal) {
           Text("My styled title")
       }
    }
    .toolbarRole(.editor)

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Rion
  • User mentioned (0): @Rion's
  • Low reputation (1):
Posted by: Adam Melkus

79767555

Date: 2025-09-17 15:58:04
Score: 0.5
Natty:
Report link

Thanks to the previous response i came across this solution that works perfectly, its a bit ugly but it does the job:

- name: optional-job-three
  depends: "(optional-job-one.Succeeded && optional-job-two.Skipped) || (optional-job-one.Skipped && optional-job-two.Succeeded) || (optional-job-one.Succeeded && optional-job-two.Succeeded)"
  templateRef:
    name: master-templater
    template: option-three-template
  arguments:
    parameters:
      - name: argument-one
        value: "{{`{{tasks.scraper.outputs.parameters.argument-one}}`}}"
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sarah20

79767552

Date: 2025-09-17 15:52:03
Score: 0.5
Natty:
Report link

Docling’s PPTX parser does not support extracting images embedded inside placeholders or grouped shapes directly currently as there's no built in options like pipeline_options.generate_picture_images for PPTX.

This limitation exists due to the fact Docling relies on on parsing the PPTX XML structure, as well as its PPTX pipeline being simpler than its PDF pipeline. Images inside placeholders or grouped shapes are also nested deeper inside complex XML relationships and are not exposed as standalone picture elements.

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

79767549

Date: 2025-09-17 15:49:01
Score: 2.5
Natty:
Report link

I don't recommend you to deploy your express.js backend on vercel.
Instead try Railway.
It's fast, clean and backend specific.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Navid Reza Abbaszadeh

79767526

Date: 2025-09-17 15:32:57
Score: 1
Natty:
Report link

If you are running Android Emulator on an old computer with Windows 11 there will be some trouble with Hypervisor (crashing aehd.sys and getting a bsod after some minutes). Probably from this issue https://github.com/google/android-emulator-hypervisor-driver/issues/95

To make it work:

*Uninstall Hypervisor completely and reboot (important)

*Install HAXM 7.6.5 (not 7.8.0 because android emulator does not support it, and it only tells you this info if running emulator 33.1.2 or older, on newer versions it just tells you that hardware acceleration does not work)

*Get Android Emulator 36.1.8 or older from https://developer.android.com/studio/emulator_archive

*Create an AVD with an Intel x86_64 image

*Start emulator from command propt with this line (correct the path to match yours, also avd name):
"C:\MyCustomLocation\emulator\emulator" -avd Pixel_5

*Might not be possible to start emulator from Narwhal Android Studio with this setup, but it will still recognise the emulator when running and you can install your app and debug your code

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

79767520

Date: 2025-09-17 15:22:54
Score: 2.5
Natty:
Report link

.toolbarRole(.browser) or .toolbarRole(.editor) has the title and subtitle leading aligned.

https://developer.apple.com/videos/play/wwdc2022/110343

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

79767513

Date: 2025-09-17 15:18:53
Score: 1.5
Natty:
Report link

As you can see from the issue you created, this was fixed in Spock 2.4-M5.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: winne2

79767505

Date: 2025-09-17 15:12:51
Score: 2
Natty:
Report link

Alternative function which also works is:

(1, -1)[x < 0]

Where x is your number

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

79767480

Date: 2025-09-17 14:51:46
Score: 1.5
Natty:
Report link

Regardless of the mem_limit setting, if you have docker desktop installed, there is a limit in the Settings -> Resources -> Advanced screen which will additionally limit the size of any container:

Image showing the memory settings of the Docker Desktop UI

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Forge_7

79767478

Date: 2025-09-17 14:48:45
Score: 1.5
Natty:
Report link

Some updates on this:

I opened a PR that's about to be merged and will reduce MAE criterion complexity from O(n^2) to O(n log n). MAE will still be quite slower than MSE: 3-6x times slower, but that's it.

A PR to add the support for pinball loss (~= quantile regression), should follow-up.

Also note that building a decision tree always has a complexity of O(n log n) as it requires sorting target vaules according to feature values (at each depth of the tree).

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

79767456

Date: 2025-09-17 14:34:42
Score: 3.5
Natty:
Report link

Tokio::sync::Broadcast is the way to go.

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

79767450

Date: 2025-09-17 14:29:40
Score: 1
Natty:
Report link

Unlike Consumption Logic Apps, Standard Logic Apps are App Service–based, so the workflow definitions are stored as JSON files inside the app’s file system.

From Azure Portal

Go to your Logic App Standard resource.

In the Automation blade, you may only see an ARM template for the hosting app, not the workflows.

For workflow definitions (workflow.json), you’ll need to download from Kudu. (I tried Az CLI, but not that supportive for standard )

From Kudu - (In Logic App Std -> Left menu -> Development Tools -> Advanced Tools -> click Go.)

Once Kudu opens:

Click Debug Console → CMD

Navigate to /site/wwwroot/ → you’ll find folders for each workflow.

Download the workflow.json file for pcflow001.

Try to save using VS 2019 (I prefer VS code).

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

79767440

Date: 2025-09-17 14:15:38
Score: 1
Natty:
Report link

Per @woxxom:

The service worker dies by design after a period of inactivity. To notify the browser of the chrome API listeners that will wake it up, they must be added at the initial evaluation of the script, not inside asynchronous or dynamic code. For simplicity you can do at the beginning/end of the script in the global scope e.g. omniboxHandler.addListener()

The extension is installed just once, but the script runs each time it wakes up, which is why the listeners must be always registered immediately.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @woxxom
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: JasonBodnar

79767435

Date: 2025-09-17 14:12:37
Score: 1.5
Natty:
Report link

This is 5 years late and I obviously I don't have your data so can't reproduce and test exactly, but having just dealt with a similar problem, I would suggest that you need to add "plot.background = element_blank()" to your theme() layer, rather than "panel.background". I tried "plot.background = element_rect(fill='transparent')" but that didn't work and neither did playing with "panel.border".

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: befriendabacterium

79767434

Date: 2025-09-17 14:12:37
Score: 1
Natty:
Report link

thanks for the explanation, it helped me to get the main point .but for who like have less information about Certificates I want to add some points for solving or understanding the problem.

OfflineRevocation says that the production server thinks that the certificate revocation server is offline, for my case it was because the access to the URL required windows authentication and it denied.

to easily check the access URLs in certificate detail tab should be checked. URLs in AIA for example.

- copy it in browser of production server to check if it has access.

- or write this command in command prompt:

certutil -URL http://crl.url.com/certname.crt

if there is no access problem, the cert is downloaded in browser.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: samsoft

79767431

Date: 2025-09-17 14:10:36
Score: 2
Natty:
Report link
yt-dlp -f "bv[height=1440]+ba[ext=m4a]" --merge-output-format mp4 --format-sort "tbr" https://www.youtube.com/watch?v=wJwUjuKr_54

I ran this command and I was able to download the highest quality video at 1440p.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kariyan

79767428

Date: 2025-09-17 14:06:35
Score: 2
Natty:
Report link

In eclipse is so simple :

  1. [Windows] -> [Preferences] -> [General] -> [Network Connections]

  2. Set Active Provider to "Direct" instead of "Native"

  3. Restart eclipse

PS: It always a good practice to have the latest updates on your software.

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

79767427

Date: 2025-09-17 14:05:35
Score: 0.5
Natty:
Report link

Fixed

The title was inside of the i class instead of the li

<ul class="e-separator">
                                        <li id="liInfo" title="Identificar">
                                            <i class="fa fa-info-circle fa-lg"></i>
                                        </li>
                                        <li id="liMove" title="Mover">
                                            <i class="fa fa-hand-stop-o fa-lg"></i>
                                        </li>
                                        <li id="liSelect" title="Selecionar">
                                            <i class="fa fa-mouse-pointer fa-lg"></i>
                                        </li>
                                    </ul>
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Nicholas Gerade

79767422

Date: 2025-09-17 13:57:33
Score: 0.5
Natty:
Report link

Yes I have verified this message does not appear to break functionality. I am moving forward ignoring it at this time and it seems to be causing no issues.

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

79767411

Date: 2025-09-17 13:43:29
Score: 1
Natty:
Report link

I tried a ton of potential solutions but im mostly sure the thing that did it was:

1- setting legacy-peer-deps to false npm config set legacy-peer-deps false
2- deleting node modules / package-lock
3- npm cache clean --force
4- npm install

verified the fix by creating a new debug-archive eas build:inspect --platform ios --stage archive --output ./debug-archive --profile development and running npm ci --include=dev, which ran successfully.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Omar Sherif

79767410

Date: 2025-09-17 13:43:29
Score: 0.5
Natty:
Report link

I believe the most practical way to do this is by using a temporary database (in-memory or cache), such as Redis or even SQLite (I recommend Redis).

You can install Redis on your server, for example using the official Docker image:
https://hub.docker.com/\_/redis

The flow would be:

  1. Generate a token when the user opens the page in the browser.

  2. Save the game data in Redis using this token as the key, using Put commands.

  3. Set a TTL (Time To Live) for the key, which determines the expiration time. For example, 86400 seconds (24h) or calculating until the end of the current day.

  4. After the TTL expires, the record and token are automatically deleted from Redis, ensuring that the daily game data is only temporarily available.

To implement this, you will need a small structured backend (your choice of framework), so Vue is only responsible for communicating with it without exposing your routes.

You can also use third-party APIs; a good example is Supabase. It’s simpler to set up, but depending on the scale of your game, it may be costly.

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

79767403

Date: 2025-09-17 13:39:27
Score: 1
Natty:
Report link

you may should do an xcode license agreemnet, to check it type


git

in your terminal
and agree to the agreement, and restart your VS code

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

79767395

Date: 2025-09-17 13:35:26
Score: 1
Natty:
Report link

SSIS packages being stored as "blob" made them extremely ill suited to version control. Any tiny change (like just adjusting a task on a pipeline) usually made comparison between two versions practically impossible

I agree this is unbelievably annoying and makes collaboration hard. Instead of storing the scripts somewhere else, we actualy just use Matillion. For reviews/collab, we just screen share to show what changes we've made (to get around the blob problem).

Others have mentioned Python and Bash modules to call a Python script stored elsewhere. Another similar option is doing this, but calling/storing it in a Lambda script.

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

79767389

Date: 2025-09-17 13:31:25
Score: 1.5
Natty:
Report link

You can disable it here:

In the address bar, go to:

chrome://flags/#pinned-tab-toast-on-close

Set it to Disabled.

Restart Chrome.

Now pinned tabs will close instantly again with a single Ctrl+W press.

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

79767381

Date: 2025-09-17 13:25:23
Score: 0.5
Natty:
Report link

I've managed to figure it out! Here is the explanation for those wondering..

For some reason, registering host ports using ".WithHttpEndpoint" produce this error in latest versions of Docker Desktop. But, if you revert Docker Desktop to several older minor versions, it solves it. (Anything before 4.40. it seems)

On the other hand, it seems that there is indeed a fix also on latest version of Docker Desktop, you have to pass host ports like this:

var mongoDb = builder.AddMongoDB("mongodb", 27017)
    .WithExternalHttpEndpoints();
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Hidr4

79767365

Date: 2025-09-17 13:11:19
Score: 4.5
Natty:
Report link

I followed this turorial and it worked: https://discussions.unity.com/t/tutorial-authentication-with-google-play-games/911430/55

Reasons:
  • Whitelisted phrase (-1): it worked
  • 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: Alex Alex

79767364

Date: 2025-09-17 13:10:19
Score: 3
Natty:
Report link

The directory is actually C:\Windows\SysWOW64 in my computer, which is weird Micro$oft stuff.

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

79767361

Date: 2025-09-17 13:09:18
Score: 0.5
Natty:
Report link

Using float16 and bfloat16 can have different impacts on the prediction accuracy of large language models (LLMs).

Float16, or half-precision floating point, has a smaller range and precision compared to float32, which can lead to issues like underflow and overflow during calculations. It can impact the model's ability to accurately represent specific values, potentially resulting in a decrease in prediction accuracy.

On the other hand, the purpose of designing bfloat16 is to maintain a similar range as float32 while using fewer bits for precision. That allows models to retain more significant information during computations, which can help preserve accuracy in predictions, especially in deep learning tasks.

Long story short, while float16 may lead to reduced accuracy due to its limited range and precision, bfloat16 is often preferred in LLMs for its ability to balance memory efficiency and prediction accuracy.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Reza K Ghazi

79767357

Date: 2025-09-17 13:05:17
Score: 4
Natty:
Report link

I would check out this article. It should give you a head start on understanding this.

Reasons:
  • Blacklisted phrase (1): this article
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Lil_PhyziX

79767354

Date: 2025-09-17 13:04:16
Score: 2.5
Natty:
Report link

add

export AWS_REQUEST_CHECKSUM_CALCULATION=WHEN_REQUIRED
export AWS_RESPONSE_CHECKSUM_VALIDATION=WHEN_REQUIRED

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

79767351

Date: 2025-09-17 13:03:16
Score: 1.5
Natty:
Report link

you are facing a PyCharm bug, namely https://youtrack.jetbrains.com/issue/PY-81541, I believe

the fix should land in 2025.3 version, try the Early Access Preview build (EAP) from https://www.jetbrains.com/pycharm/nextversion/

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

79767344

Date: 2025-09-17 12:57:14
Score: 3
Natty:
Report link

Click the edit icon (pencil) next to the data point you've highlighted, SUM(Reporting Amount), and input the user friendly label you want to display.

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

79767340

Date: 2025-09-17 12:53:13
Score: 2
Natty:
Report link

The thing that jumps out to me is that you are using positional parameters instead of specifying them, and you have -Append first. I've never used Out-File to a UNC path personally. Has this worked in the past and all of the sudden stopped working?

Like what was already said we need to know what kind of object the $test variable holds. Maybe try sending somehting other than an empty row to it or at least put a space between the double quotes.

Write-Output " " | Out-File -FilePath "\\Server\Shared\$test.txt" -Append

$test | Get-Member

Reasons:
  • RegEx Blacklisted phrase (2): working?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Vern_Anderson

79767331

Date: 2025-09-17 12:39:08
Score: 2
Natty:
Report link

I had SSLPeerUnverifiedException with org.apache.httpcomponents.httpasyncclient v4.1.5. When I just replace it with org.apache.httpcomponents.httpclient5 v5.5 exception changes to SSLHandshakeException. And solution for that: Migrating apache http client 5 from 5.3 to 5.4 trust all hosts and certificates deprecation replacement

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

79767330

Date: 2025-09-17 12:38:08
Score: 3
Natty:
Report link

Just copy a broken space and then search and replace with normal space.

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

79767325

Date: 2025-09-17 12:36:07
Score: 1
Natty:
Report link

One possibility that I ran into was that I didn't realize that on "docker run ..." command I used the flag "-rm".

On docker documentation:

"If you set the --rm flag, Docker also removes the anonymous volumes associated with the container when the container is removed."

https://docs.docker.com/reference/cli/docker/container/run/#rm

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

79767317

Date: 2025-09-17 12:31:05
Score: 3
Natty:
Report link

As far as i know SPSS cannot handle time-dependent covariates i.e. when a person get exposed at time t during the study.

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