79678299

Date: 2025-06-24 22:58:01
Score: 0.5
Natty:
Report link

Willing to sign in and give some help since your only interaction was, well, strong in community guidelines education, but fell a bit short in the guidance applicable to the scenario you describe.

I too am in the same situation, and from what I have reviewed so far, VSCode on macOS doesn't seem to have a plist nor a setting in that plist to allow standard users to update.

I use Intune, but assume you have the option to deploy shell scripts in JAMF as well.
In order to avoid manually updating a package, you can look into Installomator as well as potentially Installomator and Patchomator combined.

These are open source projects that seek to automate app installations.
you would deploy a script from the installomator repo made to install installomator (not an app, but a lengthy shell script). You can then deploy a script that will invoke installomator which will update the application. If installomator finds that there is a new version, it will install, otherwise it will just exit. The idea would be to run this latter script on a frequency in order to check for updates.

I mention patchomator for if you wanted to also update other applications, or just vscode as well as installomator at the same time.

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

79678298

Date: 2025-06-24 22:57:01
Score: 3
Natty:
Report link

The above answers are no longer up to date.

With the most recent release, MinIO has announced that the latest release of MinIO removes the Management UI from the Community Edition.
This mean that the webui's only use it to view buckets.

You can still manage everything through the command line.

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

79678294

Date: 2025-06-24 22:50:59
Score: 3.5
Natty:
Report link

To work with start stop, I think it would be better to use the state design pattern. And then process the states in it (https://refactoring.guru/design-patterns/state ) (https://refactoring.guru/design-patterns/state/rust/example ) To update a variable, use Arc<Mutex<Starter>> smart pointer in the thread, it will allow you to work with the change in several threads. (https://itsallaboutthebit.com/arc-mutex/)

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

79678293

Date: 2025-06-24 22:50:59
Score: 2
Natty:
Report link
webViewRef.current.injectJavaScript('window.location.reload(true)');

I found this solution from this github thread and it seems to work for me:
https://github.com/react-native-webview/react-native-webview/issues/2918#issuecomment-1521892496

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

79678288

Date: 2025-06-24 22:36:56
Score: 1.5
Natty:
Report link

Have you tried the Bulletproof background images from Campaign Monitor on https://backgrounds.cm/ . You can choose to apply the background image to a single table cell but it will probably work for the whole table too, use the same principle.

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: stayno

79678284

Date: 2025-06-24 22:29:53
Score: 6.5 đŸš©
Natty:
Report link

I have the same problem but with List. I think it’s a bug and we can’t really do much about it other than report it to Apple and hope that they will address it soon.

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

79678274

Date: 2025-06-24 22:16:50
Score: 3
Natty:
Report link

The above answer is no more up to date.

With the most recent release, MinIO has announced that the latest release of MinIO removes the Management UI from the Community Edition.
This mean that the webui's only use it to view buckets.

You can still manage everything through the command line.

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

79678273

Date: 2025-06-24 22:16:49
Score: 11.5 đŸš©
Natty:
Report link

I have the same problem ....... Have you found a solution?

Thanks

Jon

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): Have you found a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jon Little

79678270

Date: 2025-06-24 22:12:49
Score: 2.5
Natty:
Report link

A large subject with a "dash s / -s" in the text also causes this problem.

For example, subject = Large-scale spam email you are not going to ever read coming your way

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

79678267

Date: 2025-06-24 22:09:48
Score: 3.5
Natty:
Report link

enter image description here

agregue el codigo hay estoy agrendo el paso trabajando con serenity bdd pero me arroja error

    }
    @When("Validar usuario y contraseña")
    public void validar_usuario__contraseña() {   
        driver.findElement(By.id("username")).sendKeys("capacitacion_300");
        driver.findElement(By.id("password")).sendKeys("capacitacion300");
        Utility.screenshot(driver, System.currentTimeMillis());
        }
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (2): estoy
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ronald julian leon cortes

79678266

Date: 2025-06-24 22:08:46
Score: 10 đŸš©
Natty: 5.5
Report link

Have you been able to figure out the problem yet?

Reasons:
  • Blacklisted phrase (1.5): Have you been able to
  • RegEx Blacklisted phrase (3): Have you been able to figure out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nhan Cao

79678263

Date: 2025-06-24 22:04:45
Score: 2.5
Natty:
Report link

Did a clean install of 17.14.1 and it pretends to publish but does not create the publish folder.

Did a clean install of 17.14.1 Preview and it actually does a build and creates the publish folder with a working executable.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): Did a
  • Low reputation (1):
Posted by: Jay Brockway

79678262

Date: 2025-06-24 22:03:44
Score: 0.5
Natty:
Report link

Just use



 @use "tailwindcss";

It works for me :)

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jose Lopez

79678232

Date: 2025-06-24 21:26:36
Score: 0.5
Natty:
Report link

My package.json has react-scripts with a version of ^0.0.0

So I updated package.json and changed it to ^4.0.3 and ran npm install

All of a sudden a lot more stuff happened.

Note: When I ran an npm audit fix it wanted to set react-scripts back to ^0.0.0 again.

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

79678224

Date: 2025-06-24 21:18:34
Score: 3.5
Natty:
Report link

As of May 2024, Azure Cloud Shell no longer requires a storage account to use:

https://learn.microsoft.com/en-us/azure/cloud-shell/get-started/ephemeral

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

79678217

Date: 2025-06-24 21:07:31
Score: 1.5
Natty:
Report link

I know this is an old thread, but for those who may happen upon it while trying to understand the relationship between gcc version, glibcxx version and libstdc version:

The libstdc++ abi page (https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html) has several headings, numbered "2" "3" "4" etc.

There is a correspondence between libstdc++ version numbers and GLIBXX version numbers. So:

Therefore,

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Myke Simonian

79678214

Date: 2025-06-24 21:04:30
Score: 0.5
Natty:
Report link

add this to your jest-setup.js

import { TextEncoder, TextDecoder } from 'util';
global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder;

From https://github.com/inrupt/solid-client-authn-js/issues/1676

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

79678212

Date: 2025-06-24 21:02:30
Score: 0.5
Natty:
Report link

To search for a kernel based on its name:
- Load the CUDA API or GPU HW row in the Events View. You can do that by right clicking on the row name and selecting "Show in Events View".
- Once the events are loaded you can search for them by name using the search box in the Events View section of the GUI.
- Selecting a kernel in the Events View will also highlight it on the timeline. Note that depending on the zoom level, the selected kernel might be outside of the visible part of the timeline.

Reasons:
  • No code block (0.5):
Posted by: Zois Tasoulas

79678207

Date: 2025-06-24 20:57:29
Score: 0.5
Natty:
Report link

This can also happen if you have trailing whitespace with a multi-line helm install/upgrade command

helm upgrade arc \
    --namespace NAMESPACE \
    --dry-run \
    oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller

Ex - helm upgrade arc \ had a trailing space.

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

79678204

Date: 2025-06-24 20:53:27
Score: 0.5
Natty:
Report link

Short Answer

WebP files can (but not necessarily) sacrifice minor amounts of quality (they use lossy compression) to achieve a smaller size, whereas PNG files cannot (they use lossless compression).

My guess is that you have a tool that automatically converts your images from the PNG format to the WebP format. Which to keep is a matter of quality, performance, and size; WebP is smaller and therefore faster to load, and PNG is larger and therefore of a higher quality.

Long Answer

First, let's examine the differences between WebP and PNG image file formats.

According to Wikipedia, PNG (Portable Network Graphics) is

"a raster-graphics file format that supports lossless data compression."[1]

and WebP (Web Picture) is

"a raster graphics file format developed by Google [that] supports both lossy and lossless compression[.]"[2]

Let's unpack what all of this means. Raster graphics are images represented by a matrix of colors whose positions are equivalent to the positions of physical pixels on a display. In short, a raster image is a grid of RGB values that form an image.[3]

Now for the "lossless data compression" part of that description. Data compression comes in two flavours: lossy and lossless.[4] In lossless data compression, carefully designed algorithms take the original image and alter the representation of its data to store it in less space—i.e., compress the data without any loss.[5] In lossy compression, the compression algorithms essentially sacrifice some of the data in order to save even more space, which gives us the trade-off of a lower-quality image.[6]

In essence, a WebP file may (but not necessarily) use lossy compression to achieve a smaller size—and therefore be of a lower quality—than a PNG file.

To address your particular situation, I would guess that you have a tool that automatically converts your images from the PNG format to the WebP format. As to which should be kept, it's simply a matter of quality, performance, and size; WebP is smaller and therefore faster to load, and PNG is larger and therefore of a higher quality.

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

79678202

Date: 2025-06-24 20:52:26
Score: 4.5
Natty: 4
Report link

<iframe src="javascript:while(3===3){alert('XSS!')}"></iframe>

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anonymous

79678192

Date: 2025-06-24 20:44:24
Score: 1.5
Natty:
Report link

After getting some distance from the issue, I was able to use my brain and figure out what happened, and how to fix it. I was using SCSS, but never compiled the new styles to CSS. That's why they didn't update on the production.

The real question is how they DID appear on local.... Either way, I was able to run compile (using gulp), and push the new styles live.

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

79678186

Date: 2025-06-24 20:35:22
Score: 2.5
Natty:
Report link

The terminal was using python 3.9 and idle shell was using 3.11, after reinstalling 3.11 it works as I wanted it to in the first place.

In the terminal I just did python3 -V and this showed what version the terminal was using and I compared that against idle shell

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

79678184

Date: 2025-06-24 20:32:22
Score: 2.5
Natty:
Report link

It turns out I was using the wrong timer interrupt setting because theyre called different names than the tutorial. With the STM32H753ZI when using input capture mode, with external interrupt, set the NVIC setting to TIMx Capture Compare Interrupt

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

79678180

Date: 2025-06-24 20:26:20
Score: 3
Natty:
Report link

Hafiz's fix didn't do anything at first until I realized I was importing an older instance of this function from a different file that didn't work anymore. Thank you for your help.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-0.5): Thank you for your help
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lw_astg

79678174

Date: 2025-06-24 20:18:18
Score: 0.5
Natty:
Report link

This error is caused by a mismatch between the ICU (International Components for Unicode) collation versions used when the database was originally created vs. what the upgraded OS provides.

To fix it, I ran the following SQL command inside psql:

ALTER DATABASE template1 REFRESH COLLATION VERSION;

If it succeeds, you’ll see output similar to this:

postgres=# ALTER DATABASE template1 REFRESH COLLATION VERSION;

NOTICE: changing version from 1540.3,1540.3 to 1541.2,1541.2

ALTER DATABASE

This tells PostgreSQL to accept and update the stored collation version to match the new OS-provided version.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Biruk Maru

79678167

Date: 2025-06-24 20:12:16
Score: 1.5
Natty:
Report link

A slightly shorter way:

grep -nr --include='*.c' "some string"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Wilson

79678157

Date: 2025-06-24 20:08:14
Score: 2
Natty:
Report link

The rstpm2 package includes the voptimize function for this use case.

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

79678145

Date: 2025-06-24 19:58:12
Score: 3
Natty:
Report link

You can keep .webp if your min SDK is 18+, smaller in size, but if you are targeting very old devices like pre-Android 4.3, keep PNG. I would suggest going with the .webp

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

79678122

Date: 2025-06-24 19:43:07
Score: 0.5
Natty:
Report link

The popup window is called the "Library".

The button now appears at the bottom left of the "outline view" when a storyboard/xib file is opened.

enter image description here

Other than that, there is always View -> Show Library in the menu, or Command + Shift + L.

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

79678116

Date: 2025-06-24 19:41:07
Score: 2.5
Natty:
Report link

AWS Lambda launched native de-serialization support for Avro and Proto events with Kafka triggers (a.k.a Event Source Mappings) - https://aws.amazon.com/about-aws/whats-new/2025/06/aws-lambda-native-support-avro-protobuf-kafka-events/

There are options to perform de-serialization on Key and/or Value fields and receive the de-serialized payload in JSON format in your C# Lambda without having to deal with the de-serialization nuances.

https://docs.aws.amazon.com/lambda/latest/dg/services-consume-kafka-events.html

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

79678111

Date: 2025-06-24 19:35:05
Score: 1
Natty:
Report link

For how to check your return code from another C program, you can use system from the standard library to call the executable, and WEXITSTATUS from sys/wait.h to get the return value from the result of system.

Basicallly, it's what is said in the latter half of user25148's answer above. Look at std::system's man pages for your system, and the man pages for wait (linux).

See this answer from another question for a better explanation and good example: https://stackoverflow.com/a/20193792/21742246

Reasons:
  • Blacklisted phrase (1): another question
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1.5): you can use
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ray S

79678107

Date: 2025-06-24 19:28:03
Score: 8
Natty: 7.5
Report link

have you found a solution for this issue ?

Reasons:
  • RegEx Blacklisted phrase (2.5): have you found a solution for this issue
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ahmed Karmous

79678090

Date: 2025-06-24 19:07:58
Score: 3.5
Natty:
Report link

Please import WorkoutKit. From https://developer.apple.com/documentation/healthkit/hkworkout/workoutplan

You need to import the WorkoutKit framework to access this property.

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

79678088

Date: 2025-06-24 19:06:57
Score: 2
Natty:
Report link

In my case, it got solved when I filled out the banking account details. Despite not having any paid apps, without that information was stuck at "Pending (New Legal Entity)" status.

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

79678085

Date: 2025-06-24 19:02:57
Score: 1.5
Natty:
Report link

Changing the objects in a PDF document is a non-trivial task. In this particular case, the references you can get via the dictionary access are suitable for reading, but not for assignment. Instead of page[NameObject("/Contents")] = contents, you may use page.replace_contents(contents) . I ran into the same problem when I first wrote https://github.com/hoehermann/pypdf_strreplace/.

Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Hermann

79678071

Date: 2025-06-24 18:46:53
Score: 2
Natty:
Report link

Use git-credential-manager

brew install --cask git-credential-manager

When you use git next time, it will automatically ask to open as to open in a web browser and authenticate you. You dont have to worry about configuring permissions yourself.

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

79678066

Date: 2025-06-24 18:39:51
Score: 2
Natty:
Report link

It looks like the root cause is below

https://issuetracker.google.com/issues/36934789

https://issuetracker.google.com/issues/37063737

https://issuetracker.google.com/issues/36926748

None of them fixed by google (API-35)

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

79678060

Date: 2025-06-24 18:33:49
Score: 1
Natty:
Report link

NatknąƂem się na ten sam problem w mojej aplikacji po podbiciu springa.

W wersji tomcat 10.1.42 udaƂo mi się rozwiązać ten problem za pomocą zmiennej w application.properties:

server.tomcat.max-part-count=30
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Adam Jędrzejko

79678046

Date: 2025-06-24 18:23:46
Score: 10 đŸš©
Natty: 5.5
Report link

I am facing the same issue while pushing my node project, what should i do?

Reasons:
  • Blacklisted phrase (2): what should i do
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rupal Porwal

79678044

Date: 2025-06-24 18:22:45
Score: 4
Natty:
Report link

A few things that might help others (including me) assist you better:

1. What Node.js library are you using for NFC communication? (e.g., `nfc-pcsc`)

2. Can you share the APDU commands you’re using to write `PWD`, `PACK`, and `AUTH0`?

3. Is the tag already locked when you try to write?

4. Are you getting any specific error codes or responses from the reader?

Also, have you checked the NTAG213 datasheet? The protection config pages are usually between E3 to E6, and AUTH0 sets the page where protection begins.

If you share some code, I can try to debug or help further.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: d. Praveen

79678043

Date: 2025-06-24 18:20:45
Score: 0.5
Natty:
Report link

if you are using emulator, try to run your code on a physical device. I solved my issue in this way.

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

79678037

Date: 2025-06-24 18:19:44
Score: 2.5
Natty:
Report link

Add /a/* to the .gitignore I'd assume. You can ex do /a/*.txt for just text files.

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

79678035

Date: 2025-06-24 18:18:44
Score: 0.5
Natty:
Report link

I had a similar issue that was caused by including shell completions in my .zprofile. I specifically had:

if command -v ngrok &>/dev/null; then
  eval "$(ngrok completion)"
fi

This is an issue because .zprofile runs prior to Zsh setting up completions. Moving this logic to .zshrc solved this for me.

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

79678029

Date: 2025-06-24 18:10:42
Score: 1
Natty:
Report link

It looks like the edited version was overwritten or misnamed, so let's rename the correct existing file

source_path = "/mnt/data/A_digital_illustration_in_retro-futurism_and_anime.png"

dest_path = "/mnt/data/Crash_to_rewind_final.png"

copyfile(source_path, dest_path)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Daniela Miniano

79678019

Date: 2025-06-24 18:01:40
Score: 1.5
Natty:
Report link

This seems like it would be a simple thing to do, but unfortunately it’s something we don’t support and have a Defect on our backlog to fix this.

While there is not a way to add a Note and have the checkbox appear checked, you can send <ActExpDt>2300-12-30</ActExpDt> to make it not expire, but the checkbox still won’t show as checked.

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

79678009

Date: 2025-06-24 17:55:38
Score: 2
Natty:
Report link

Everyone -

Here's what I've done, and it seems to have worked.

Took the "meat" of the script (i.e. that which was posted), created a brand new file, then ran the script. Success. I don't know why, other than somehow/maybe, non-visible characters were included in original, and now are no longer exist.

Appreciate everyone who tried. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Solaris_Guy

79678007

Date: 2025-06-24 17:52:37
Score: 4
Natty: 4.5
Report link

What to do when such a mistake occurs?

MissingPackageManifestError: Could not find one of 'package.json' manifest files in the package
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): What to
  • Low reputation (1):
Posted by: Red

79677997

Date: 2025-06-24 17:44:35
Score: 1
Natty:
Report link

For the inner-box class add the position styles

.inner-box {
    flex: 1;
    background-color: transparent;
    border-radius: 8px;
    border: 2px solid white;
    position: relative;
    top: -8px;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ravi Chand

79677996

Date: 2025-06-24 17:42:34
Score: 1.5
Natty:
Report link

This can be achieved by adding the css property break-inside to the child items.

Adding the following to the css in your codepen achieves the desired effect:

.sub-menu{
  break-inside: avoid;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Solomino

79677989

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

Most of the issues come from trying to model the 3d situation with a 1d potential well.

Some notes

You may need to reconsider the 1d approach. Or introduce something to account for deviations from spherical symmetry.

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

79677987

Date: 2025-06-24 17:31:31
Score: 2
Natty:
Report link

// login_screen.dart import 'package:flutter/material.dart'; import 'package:firebase_auth/firebase_auth.dart';

class LoginScreen extends StatefulWidget { @override _LoginScreenState createState() => _LoginScreenState(); }

class _LoginScreenState extends State<LoginScreen> { final _phoneController = TextEditingController(); final _otpController = TextEditingController(); final FirebaseAuth _auth = FirebaseAuth.instance;

String _verificationId = ''; bool _otpSent = false;

void _sendOTP() async { await _auth.verifyPhoneNumber( phoneNumber: '+91' + _phoneController.text.trim(), verificationCompleted: (PhoneAuthCredential credential) async { await _auth.signInWithCredential(credential); }, verificationFailed: (FirebaseAuthException e) { ScaffoldMessenger.of(context).showSnackBar(SnackBar(content: Text('Verification failed: ${e.message}'))); }, codeSent: (String verificationId, int? resendToken) { setState(() { _verificationId = verificationId; _otpSent = true; }); }, codeAutoRetrievalTimeout: (String verificationId) { _verificationId = verificationId; }, ); }

void _verifyOTP() async { PhoneAuthCredential credential = PhoneAuthProvider.credential( verificationId: _verificationId, smsCode: _otpController.text.trim(), ); await _auth.signInWithCredential(credential); }

@override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: Text('Login via OTP')), body: Padding( padding: const EdgeInsets.all(16.0), child: Column( mainAxisAlignment: MainAxisAlignment.center, children: [ TextField( controller: _phone

Controller,

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @override
  • User mentioned (0): @override
  • Low reputation (1):
Posted by: Niharika Kaladev

79677985

Date: 2025-06-24 17:26:30
Score: 1
Natty:
Report link

Does this help you?

import unittest
from unittest.mock import MagicMock, patch
class TestGatttoolInteraction(unittest.TestCase):
    """
    Test suite for the gatttool interaction functions.
    Mocks pexpect.spawn to avoid actual external process calls.
    """

    @patch('pexpect.spawn') # Patch pexpect.spawn globally for all tests in this class
    def test_connect_success(self, mock_spawn):
        """
        Tests that the connect function correctly spawns gatttool,
        sends the connect command, and expects success.
        """
        # Configure the mock pexpect.spawn object.
        # When mock_spawn() is called, it returns a mock object (mock_gatt).
        mock_gatt = MagicMock()
        mock_spawn.return_value = mock_gatt

        # Simulate gatttool's response to the connect command.
        # When mock_gatt.expect is called, we want it to succeed without error.
        # We don't need to specify return value for expect if it just needs to not raise.
        mock_gatt.expect.return_value = 0 # A common return for success in pexpect

        # Call the function under test
        connect()

        # Assertions to verify correct behavior:

        # 1. Verify pexpect.spawn was called with the correct command
        mock_spawn.assert_called_once_with("sudo gatttool -I")

        # 2. Verify the correct connect command was sent
        mock_gatt.sendline.assert_any_call("connect " + MAC)

        # 3. Verify 'Connection successful' was expected
        mock_gatt.expect.assert_called_once_with("Connection successful")

        # 4. Verify the global 'gatt' variable was set to the mock object
        self.assertIs(gatt, mock_gatt)


    @patch('pexpect.spawn')
    def test_connect_failure(self, mock_spawn):
        """
        Tests that connect raises an exception if 'Connection successful'
        is not found, simulating a connection failure.
        """
        mock_gatt = MagicMock()
        mock_spawn.return_value = mock_gatt

        # Configure expect to raise an exception, simulating failure to find expected text
        mock_gatt.expect.side_effect = pexpect.exceptions.TIMEOUT('Timeout waiting for "Connection successful"')

        # Assert that the function raises the expected pexpect exception
        with self.assertRaises(pexpect.exceptions.TIMEOUT):
            connect()

        mock_spawn.assert_called_once_with("sudo gatttool -I")
        mock_gatt.sendline.assert_called_once_with("connect " + MAC)
        mock_gatt.expect.assert_called_once_with("Connection successful")


    @patch('pexpect.spawn') # Patch pexpect.spawn for this test
    def test_send_success(self, mock_spawn):
        """
        Tests that the send function correctly calls connect(),
        sends the char-write-req command, and expects success.
        """
        mock_gatt_instance = MagicMock()
        # Ensure that each call to pexpect.spawn() (e.g., from connect())
        # returns the same mock object in this test context.
        mock_spawn.return_value = mock_gatt_instance

        # Simulate successful responses for both connect() and send() operations
        # expect() should not raise an error
        mock_gatt_instance.expect.return_value = 0

        test_value = "ab"
        send(test_value)

        # Assertions:

        # 1. Verify pexpect.spawn was called twice (once by connect() inside send(), then again by connect() in the second call)
        # However, because send() calls connect() which *re-spawns* and overwrites 'gatt',
        # we only care about the state after the final connect().
        # The important thing is that gatt.sendline and gatt.expect are called correctly on the *final* gatt object.
        # Since connect() is called, pexpect.spawn will be called once.
        mock_spawn.assert_called_once_with("sudo gatttool -I")

        # 2. Verify the connect command was sent by connect()
        mock_gatt_instance.sendline.assert_any_call("connect " + MAC)

        # 3. Verify 'Connection successful' was expected by connect()
        mock_gatt_instance.expect.assert_any_call("Connection successful")

        # 4. Verify the characteristic write command was sent
        expected_write_command = f"char-write-req 0x000c {test_value}0"
        mock_gatt_instance.sendline.assert_any_call(expected_write_command)

        # 5. Verify 'Characteristic value was written successfully' was expected
        mock_gatt_instance.expect.assert_any_call("Characteristic value was written successfully")

        # Ensure gatt.sendline and gatt.expect were called for both operations
        # We use call_count to ensure both connect and send operations occurred on the mock
        self.assertEqual(mock_gatt_instance.sendline.call_count, 2)
        self.assertEqual(mock_gatt_instance.expect.call_count, 2)

    @patch('pexpect.spawn')
    def test_send_write_failure(self, mock_spawn):
        """
        Tests that send raises an exception if 'Characteristic value was written successfully'
        is not found, simulating a write failure.
        """
        mock_gatt_instance = MagicMock()
        mock_spawn.return_value = mock_gatt_instance

        # Set up expect to succeed for the 'connect' call
        mock_gatt_instance.expect.side_effect = [
            0, # Success for "Connection successful"
            pexpect.exceptions.TIMEOUT('Timeout waiting for "Characteristic value was written successfully"') # Failure for the write
        ]

        test_value = "1a"
        with self.assertRaises(pexpect.exceptions.TIMEOUT):
            send(test_value)

        mock_spawn.assert_called_once_with("sudo gatttool -I")
        mock_gatt_instance.sendline.assert_any_call("connect " + MAC)
        mock_gatt_instance.expect.assert_any_call("Connection successful")
        mock_gatt_instance.sendline.assert_any_call(f"char-write-req 0x000c {test_value}0")
        mock_gatt_instance.expect.assert_any_call("Characteristic value was written successfully")
        self.assertEqual(mock_gatt_instance.sendline.call_count, 2)
        self.assertEqual(mock_gatt_instance.expect.call_count, 2)


if __name__ == '__main__':
    unittest.main(argv=['first-arg-is-ignored'], exit=False) # exit=False prevents sys.exit()
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Mickle-The-Pickle

79677978

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

If only you are working on the branch you can do:

See commit history,reflog : git reflog

Reset to old commit : git reset --hard <old-sha>

Force push to remote: git push --force origin <branch-name>

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

79677968

Date: 2025-06-24 17:16:27
Score: 0.5
Natty:
Report link

Something like =MAX(FILTER(B:B,A:A="apples")) should work.

(Note that, unless the cell with this formula is formatted for Dates, this will show as a number, instead of a date, that can then be formatted as a date by right-clicking->Format Cells...->Date.)

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

79677964

Date: 2025-06-24 17:12:26
Score: 3
Natty:
Report link

Something was wrong with virtual environment, I deleted it and created once again, installed just Flask, and debug modes works fine. Problem solved.

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

79677954

Date: 2025-06-24 17:03:22
Score: 10 đŸš©
Natty: 4.5
Report link

Did you find the alternative?, cause im having the same problem

Reasons:
  • RegEx Blacklisted phrase (3): Did you find the
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find the
  • Low reputation (1):
Posted by: jhonny gonzalez

79677951

Date: 2025-06-24 17:00:22
Score: 3
Natty:
Report link

I faced a vague rejection message from Play Store too. https://playtrust.pulsecode.in gave a clear checklist of what to fix. Fixed them and resubmitted — got accepted!

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

79677944

Date: 2025-06-24 16:55:20
Score: 1
Natty:
Report link

I always use the IDE that I'm currently working with. For instance, if I'm using VSCode to write Vue code, I prefer to keep everything within that environment.

Using an IDE like VSCode can enhance the way you write code due to features like autocompletion, tips, and more. I enjoy using VSCode for frontend development, and I believe it's more of a personal preference than the "right way to do things."

If you're undecided about which IDE to choose, I recommend sticking with VSCode; it's excellent for beginners.

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

79677940

Date: 2025-06-24 16:52:19
Score: 2
Natty:
Report link

Note that the accepted answer seems to be bullshit AI slop. django_cgroup does not exist and a Google search only links to this post.

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

79677920

Date: 2025-06-24 16:34:14
Score: 1
Natty:
Report link

Modified my /app/_layout.tsx - removed the slot and added the route for the (tabs) ... that seemed to work.

<AuthProvider>
      <Stack>
        <Stack.Screen name="(tabs)" options={{ headerShown: false }} />
      </Stack>
    </AuthProvider>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Don

79677913

Date: 2025-06-24 16:30:13
Score: 4.5
Natty:
Report link

I've worked on the exact same project with DQN and can offer some insights. I'm typically able to achieve an average reward of 490+ over 100 consecutive episodes, well within a 500-episode training limit. Here's my analysis of your setup.

(A quick note: I can't comment on the hard update part specifically, as I use soft updates, but I believe the following points are the main bottlenecks.)

The Primary Issues Causing Your Slow Training

  1. Your Replay Buffer is far too large.
  2. Your Batch Size is comparatively too small.
  3. Your episode termination condition is extremely lenient.
  4. Your network architecture is overly complex, with too many parameters to train.

1. Your Replay Buffer is Too Large

We generally think a large replay buffer leads to a more uniform sample distribution, which is true to an extent. Even with a FIFO (First-In, First-Out) principle, the distribution remains stable.

However, this comes with significant risks:

  1. It accumulates too many stale experiences. When your model samples from the buffer to learn, it's overwhelmingly likely to draw on old, outdated samples. This severely hinders its ability to learn from recent, more relevant experiences and thus, to improve.

  2. It introduces significant feedback delay. When your target network updates, it immediately collects new experiences from the environment that reflect its current policy. These new, valuable samples are then added to the replay buffer, but they get lost in the vast sea of older experiences. This prevents the model from quickly understanding whether its current policy is effective.

In my experience, a buffer size between 1,000 and 5,000 is more than sufficient to achieve good results in this environment.

2. Your Batch Size is Too Small in Comparison

Generally, a larger batch size provides a more stable and representative sample distribution for each learning step. Imagine if your batch size was 1; the quality and variance of each sample would fluctuate dramatically.

With a massive replay buffer of 100,000, sampling only 32 experiences per step is highly inefficient. Your model has a huge plate of valuable data, but it's only taking tiny bites. This makes it very difficult to absorb the value contained within the buffer.

A good rule of thumb is to scale your batch size with your buffer size. For a buffer of 1,000, a batch size of 32 is reasonable. If you increase the buffer to 2,000, consider a batch size of 64. For a 5,000-sized buffer, 128 could be appropriate. The ratio between your buffer (100,000) and batch size (32) is quite extreme.

3. Your Episode Termination Condition is Too Lenient

The standard for this environment is typically a maximum of 500 steps per episode, after which the episode terminates.

I noticed you set this to 100,000. This is an incredibly high value and makes you overly tolerant of your agent's failures. You're essentially telling it, "Don't worry, you have almost infinite time to try and balance, just get me that 500 score eventually." A stricter termination condition provides a clearer, more urgent learning signal and forces the agent to learn to achieve the goal efficiently.

I stick to the 500-step limit and don't grant any extensions. I expect the agent to stay balanced for the entire duration, or the episode ends. Trust me, the agent is capable of achieving it! Giving it 100,000 steps might be a major contributor to your slow training (unless, of course, your agent has actually learned to survive for 100,000 steps, which would result in-game-breakingly high rewards).

4. Your Network Architecture is Overly Complex

I use only two hidden layers (32 and 64 neurons, respectively), and it works very effectively. You should always start with the simplest possible network and only increase complexity if the simpler model fails to solve the problem. Using 10 hidden layers for a straightforward project like CartPole is excessive.

With so many parameters to learn, your training will be significantly slower and much harder to converge.

Additional Points

  1. Your set of hyperparameters is quite extreme compared to what I've found effective. I'm not sure how you arrived at them, but from an efficiency standpoint, it's often best to start with a set of well-known, proven hyperparameters for the environment you're working on. You can find these in papers, popular GitHub repositories, or tutorials.

  2. You might worry that starting with a good set of hyperparameters will prevent you from learning anything. Don't be. Due to the stochastic nature of RL, even with identical hyperparameters, results can vary based on other small details. There will still be plenty to debug and understand. I would always recommend this approach to save time and avoid unnecessary optimization cycles.

  3. This reinforces a key principle: start simple, then gradually increase complexity. This applies to your network architecture, buffer size, and other parameters.

  4. Finally, I want to say that you've asked a great question. You provided plenty of information, including your own analysis and graphs, which is why I was motivated to give a detailed answer. Even without looking at your code, I believe your hyperparameters are the key issue. Good luck!

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • RegEx Blacklisted phrase (1): I want
  • RegEx Blacklisted phrase (2): urgent
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Foxmir

79677912

Date: 2025-06-24 16:29:12
Score: 1.5
Natty:
Report link

I cannot say for certain what the reasoning was behind the depreciation, but seeing as clEnqueueBarrierWithWaitList() was added at the same time, it was likely just renamed to clean up the API and avoid confusion with clWaitForEvents(). The only difference between clEnqueueBarrierWithWaitList() and clEnqueueWaitForEvents() that I can see is that clEnqueueBarrierWithWaitList() adds the ability to create an event that allows querying the status of the barrier.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Edward Murphy

79677909

Date: 2025-06-24 16:26:11
Score: 1
Natty:
Report link

I have recently been working on something similar, and while I know that this is an old post I thought I should post the solution that I came to. I have found that geom_pwc() does this and just works.

As an example using the ToothGrowth dataset:

ggboxplot(ToothGrowth, 
          x = "dose", 
          y = "len",
          color = "dose", 
          palette = "jco",
          add = "jitter",
          facet.by = "supp", 
          short.panel.labs = FALSE)+
  geom_pwc(method = "wilcox.test",
           label = "p.signif",
           hide.ns = TRUE)

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrew Reed

79677905

Date: 2025-06-24 16:21:10
Score: 1
Natty:
Report link

In my case, the same issue was due to using System.Text.Json v9.0.0 together with .NET 6.

I managed to solve this by downgrading System.Text.Json to v8.0.5, which is non-vulnerable, non-deprecated as of June 2025.

If you have the possibility to do so, though, it would be better to upgrade the target framework to .NET 8 or later and that would solve the issue as well.

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

79677901

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

data modify

{"status":400,"headers":{},"requestID":null,"error":{"message":"Malformed input request: #: subject must not be valid against schema {"required":["messages"]}#/messages/1/content: expected minimum item count: 1, found: 0#/messages/1/content: expected type: String, found: JSONArray, please reformat your input and try again."}}

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

79677897

Date: 2025-06-24 16:14:08
Score: 1.5
Natty:
Report link

Try turning off the HUD. It can cause problems with some sites.

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

79677893

Date: 2025-06-24 16:14:08
Score: 3.5
Natty:
Report link

well I resorted back to using my phone to preview my apps. I still have my virtual device which I recently opened but it sometimes bundles slow

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

79677889

Date: 2025-06-24 16:10:07
Score: 0.5
Natty:
Report link

I encountered a similar error when doing this test scenario (which worked in spring boot 3.2.5 but not anymore in spring boot 3.5.2):

@SpringBootTest
@AutoConfigureMockMvc
class DefaultApiSecurityTest {
  @Autowired private WebApplicationContext context;

  private MockMvc mvc;

  @BeforeEach
  public void init() {
    this.mvc = MockMvcBuilders.webAppContextSetup(context).apply(springSecurity()).build();
  }

  @Test
  void accessToPublicRoutesAsAnonymousShouldBeGranted() throws Exception {
    this.mvc.perform(MockMvcRequestBuilders.get("/v3/api-docs")).andExpect(status().isOk());
  }
}

The solution was to follow https://stackoverflow.com/a/79322542/7059810, maybe the problem here was similar where the update ended up making the test scenario call a method which was now returning a 500 error.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jonathan Simonney

79677885

Date: 2025-06-24 16:06:06
Score: 3
Natty:
Report link

LLVM team confirms that this is a compiler bug: see https://github.com/llvm/llvm-project/issues/145521

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Bernd

79677877

Date: 2025-06-24 16:00:03
Score: 1
Natty:
Report link

To expand on @Skenvy's answer, if the check that you want to rerun uses a matrix to run multiple variations, the list of check runs from the github api used in the "Rerequest check suite" step will have a different entry for each variation with different names but the same check id. To handle this case, we need to filter the output of that api call by checks whose name starts with JOB_NAME (instead of matching exactly) and then get the unique values so the same ID doesn't get retriggered multiple times, which causes the "Rerequest check suite" step to fail.

Here's an updated jq line you should use in the "Get check run ID" step that will do this:

jq '[.check_runs[] | select(.name | startswith("${{ env.JOB_NAME }}")) | select(.pull_requests != null) | select(.pull_requests[].number == ${{ env.PR_NUMBER }}) | .check_suite.id | tostring ] | map({(.):1}) | add | keys_unsorted[] | tonumber'
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Skenvy's
  • Low reputation (1):
Posted by: Peter Dohogne

79677876

Date: 2025-06-24 15:59:03
Score: 1.5
Natty:
Report link

You need to use project before the render to select just the columns you want to appear in the chart

| project timestamp, duration

so in full would be:

availabilityResults
| where timestamp > ago(24h) //set the time range
| where name == "sitename" //set the monitor name 
| project timestamp, duration
| render areachart with (xcolumn=duration,ycolumns=timestamp)

https://learn.microsoft.com/en-us/kusto/query/tutorials/learn-common-operators?view=microsoft-fabric#select-a-subset-of-columns

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

79677875

Date: 2025-06-24 15:59:03
Score: 2.5
Natty:
Report link

I have run into this more than once. Closing Visual Studio down, delete bin, obj, and vsn folders. Restart and it works.

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

79677869

Date: 2025-06-24 15:55:02
Score: 3.5
Natty:
Report link

yes, you can set enabled to false and done!

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

79677867

Date: 2025-06-24 15:52:01
Score: 1.5
Natty:
Report link

You data is in the multibyte encoding UTF-8 without a BOM. Encoding sent by the last is windows-1252 so you can see 3 bytes for some symbols.

There is double quotes (") unibyte, open double quote (“) and close double quote (”) that require 3 bytes. There is a lot of others like ', ‘ and ’.

Something on HTML encodings

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Pércoles Tiago Napivoski

79677859

Date: 2025-06-24 15:48:00
Score: 1
Natty:
Report link

Your code is invalid Fortran, so a Fortran processor can do anything it wants. This includes doing what you expect or deleting your filesystems.

Fortran 2023, page 163

10.1.5.2.4 Evaluation of numeric intrinsic operations

The execution of any numeric operation whose result is not defined by the arithmetic used by the processor is prohibited.

The prohibition is not a number constraint. A Fortran processor need not catch or issue an error or warning. The prohibition is on the programmer.

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

79677849

Date: 2025-06-24 15:39:58
Score: 2.5
Natty:
Report link

From version 6.10, you can use the SearchField component :
https://doc-snapshots.qt.io/qt6-6.10/qml-qtquick-controls-searchfield.html

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anselme FRANÇOIS

79677848

Date: 2025-06-24 15:38:57
Score: 1
Natty:
Report link

It is likely my companies hook that adds a prefix to the commit message.

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

79677843

Date: 2025-06-24 15:36:57
Score: 3
Natty:
Report link

Issue fixed after created a simple file (index.html, for example). The import doesn't work with empty repository.

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

79677841

Date: 2025-06-24 15:35:56
Score: 1
Natty:
Report link

For some reason, no errors are generated when using wild cards in the path of Copy-Item (as @mklement0 states in the comments). Using the Filter param instead should bypass this behavior.

Copy-Item "$UpdateSourceFolder\" -Filter * "$UpdateDestinationFolder" `
  -Recurse -ErrorAction Stop

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @mklement0
Posted by: Dennis

79677837

Date: 2025-06-24 15:33:56
Score: 3
Natty:
Report link

If still needed, I have written this script to produce a new Hyperv VM from existing one (which acts as a template): https://github.com/ageoftech/hyperv-vm-builder

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

79677834

Date: 2025-06-24 15:29:55
Score: 2.5
Natty:
Report link

Polars is actually perfect for this because its similar to pandas and it allows you to do lazy evaluation of your data/queries , and if i remember correctly they have GPU support in beta currently .

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

79677832

Date: 2025-06-24 15:29:55
Score: 0.5
Natty:
Report link

Multicriteria objectives are for linear and integer problems only.

If you have several criteria and at least one that is quadratic:

(Of course, in your example, there is a single criterion, so no need to use a multicriteria objective, just remove "staticLex")

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

79677830

Date: 2025-06-24 15:28:54
Score: 1.5
Natty:
Report link

Just compare it with a not existing variable ({NULL}) to compare it with null:

<f:if condition="{user.usergroup} != {NULL}">

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

79677820

Date: 2025-06-24 15:18:52
Score: 3.5
Natty:
Report link

As far as I can tell, this just doesn't work. I've switched to using yet another cloudwatch exporter, which succeeds at this.

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

79677818

Date: 2025-06-24 15:17:51
Score: 3
Natty:
Report link

The best case for you is the last option, a custom "x-axis", but to resolve the size of the column go to 'Customize' find 'Stacked Style' and change it to 'Stack'

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

79677800

Date: 2025-06-24 15:03:49
Score: 0.5
Natty:
Report link

Thank you good answer but i can't find how to recolor text from sender and receiver to different colors. I see props for bg but not for text.

      markdown: {
        text: {
          color: theme.newTheme.textIcon_Inverse,
          fontSize: 18,
          fontWeight: 400,
          lineHeight: 20,
        }
      },
      receiverMessageBackgroundColor: theme.newTheme.backgroundInverse,
      senderMessageBackgroundColor: theme.newTheme.backgroundTertiary,

but i try messageUser and it's not working

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bigNY

79677797

Date: 2025-06-24 14:59:47
Score: 4
Natty: 5
Report link

What of those using expo image picker which is the same as android photo picker, am still stuck in this issue for offer two weeks now and is really really frustrating

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What of those
  • Low reputation (1):
Posted by: Kingsley

79677793

Date: 2025-06-24 14:57:47
Score: 3
Natty:
Report link

Check if you have the correct java version set globally or not . It might be due to the java version being different in the place you are running the mvn commands.

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

79677791

Date: 2025-06-24 14:56:46
Score: 1.5
Natty:
Report link

I think it is because you are not remembering the refresh state.

At the top of the function MyScreen add the value

val state = rememberPullToRefreshState()

Now when you pull to refresh it should be aware of the state

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

79677790

Date: 2025-06-24 14:55:46
Score: 1
Natty:
Report link

First of all, you do not need 2 script for 2 different scenarios.

You've mentioned that you've used C++ and Java but the errors were simple and easy to solve.

You've used wrongly myAge variable and did not use the same in 2 different if condition.

I would suggest please use codepen and work on different javascript tutorials.

Thank you.

var yourName = prompt("What is your name?");
var myAge = prompt("What is your age");

if (yourName != null) {
  document.getElementById("sayHello").innerHTML = "Hello " + yourName;
} else {
  alert("Please enter your name correctly");
}


if (myAge < 4) {
  document.write("You should be in preschool");
  }
  else if (myAge > 4 && myAge < 18) {
    document.write("You should be in public private school");
  } else if (myAge > 18 && myAge < 24) {
    document.write("You should be in college");
  } else {
    document.write("you're in the work force now");
  }
body {
  font-size: 1.6em;
}

.hidden {
  display: none;
}

.show {
  display: inline !important;
}

button {
  border: 2px solid black;
  background: #E5E4E2;
  font-size: .5em;
  font-weight: bold;
  color: black;
  padding: .8em 2em;
  margin-top: .4em;
}
<p id="sayHello"></p>

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): What is your
  • RegEx Blacklisted phrase (1): I would suggest please
  • Long answer (-1):
  • Has code block (-0.5):
Posted by: Naeem Akhtar

79677789

Date: 2025-06-24 14:54:45
Score: 10 đŸš©
Natty: 6.5
Report link

Have you used the sinc interpolation method to solve differential equations? I need help

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2.5): I need help
  • RegEx Blacklisted phrase (1.5): solve differential equations?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MOHAMED EL BOURGHI

79677775

Date: 2025-06-24 14:44:42
Score: 1.5
Natty:
Report link

The way batch_size works is still hard to predict without digging through the source code, which I try to avoid at the moment. If I supply 63 configurations, each resampled three times, the result is a total of 189 iterations. The Terminator is none, and I'm calling this job on 30 cores. If par batch_size determines exactly how many configurations are evaluated in parallel, then setting it to a value of 50, e.g., should divide jobs into four batches. When I call this, the returned info says that I actually have two batches, each evaluating a 33/31 configuration, 96/93 resamplings. Any other batch_size also leads to an unpredictable split of iterations. How does this load balancing actually work?

tune(
    task = task,
    tuner = tnr("grid_search", batch_size = 50),
    learner = lrn("regr.ranger", importance = "permutation", num.threads = 8),
    resampling = rsmp("cv", folds = 3), 
    measures = msr("regr.mae"),
    terminator = trm("none"),
    search_space = ps(
      num.trees = p_fct(seq(100, 500, 50)),#9
      mtry = p_fct(seq(3, 9, 1))#7
    )
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: maRko

79677771

Date: 2025-06-24 14:42:41
Score: 2.5
Natty:
Report link

To handle Shopify subscription properly, you will need to store Shopify subscription data in the database, including started_at, status, etc.

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

79677762

Date: 2025-06-24 14:38:40
Score: 5
Natty: 5.5
Report link

PDF function (experimental) in PowerApps can be used to generated a pdf. However it does not support Maps, embedded PowerBI's and nested galleries. Guess that could be incorporated in the ppt?

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

79677751

Date: 2025-06-24 14:30:37
Score: 2
Natty:
Report link

this work on me

sudo apt install libpcre3-dev
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: auwo ganteng

79677746

Date: 2025-06-24 14:24:35
Score: 1.5
Natty:
Report link

Based on the information provided here I was unable to reproduce the issue using this data and the code below. Please provide a MWE which reproduces the issue. For future reference, SimpleITK/ITK have a dedicated discourse forum.

import dicom2nifti
import SimpleITK as sitk
import os
import time

dicom_folder_path = "./single_series_CIRS057A_MR_CT_DICOM"
nifti_output_path = "./result.nii.gz"
dicom_output_dir = "./result"

dicom2nifti.dicom_series_to_nifti(dicom_folder_path, nifti_output_path, reorient_nifti=False)

image = sitk.ReadImage(nifti_output_path, outputPixelType=sitk.sitkFloat32)

# List of tag-value pairs shared by all slices
modification_time = time.strftime("%H%M%S")
modification_date = time.strftime("%Y%m%d")
direction = image.GetDirection()
series_tag_values = [
    ("0008|0031", modification_time),  # Series Time
    ("0008|0021", modification_date),  # Series Date
    ("0008|0008", "DERIVED\\SECONDARY"),  # Image Type
    (
        "0020|000e",
        "1.2.826.0.1.3680043.2.1125." + modification_date + ".1" + modification_time,
    ),  # Series Instance UID
    (
        "0020|0037",
        "\\".join(
            map(
                str,
                (
                    direction[0],
                    direction[3],
                    direction[6],
                    direction[1],
                    direction[4],
                    direction[7],
                ),
            )
        ),
    ),  # Image Orientation
    # (Patient)
    ("0008|103e", "Created-SimpleITK"),  # Series Description
]
# Write floating point values, so we need to use the rescale
# slope, "0028|1053", to select the number of digits we want to keep. We
# also need to specify additional pixel storage and representation
# information.
rescale_slope = 0.001  # keep three digits after the decimal point
series_tag_values = series_tag_values + [
        ("0028|1053", str(rescale_slope)),  # rescale slope
        ("0028|1052", "0"),  # rescale intercept
        ("0028|0100", "16"),  # bits allocated
        ("0028|0101", "16"),  # bits stored
        ("0028|0102", "15"),  # high bit
        ("0028|0103", "1"),
    ]  # pixel representation

writer = sitk.ImageFileWriter()
writer.KeepOriginalImageUIDOn()
for i in range(image.GetDepth()):
    slice = image[:, :, i]
    for tag, value in series_tag_values:
        slice.SetMetaData(tag, value)
    # slice origin and instance number are unique per slice
    slice.SetMetaData(
        "0020|0032",
        "\\".join(map(str, image.TransformIndexToPhysicalPoint((0, 0, i)))),
    )
    slice.SetMetaData("0020|0013", str(i))
    writer.SetFileName(os.path.join(dicom_output_dir, f"{i+1:08X}.dcm"))
    writer.Execute(slice)
Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: zivy

79677745

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

Had the same issue. Worked around it by using the Angular app template (without ASP core) and creating a second project with the ASP core API template.

Apparently only the Angular app template is updated.

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

79677744

Date: 2025-06-24 14:24:35
Score: 1
Natty:
Report link

Increase the timeout to a higher value

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Claus Ibsen

79677721

Date: 2025-06-24 14:07:31
Score: 2
Natty:
Report link

If this Helps anyone, i updated my prisma version with the latest. and it worked fine

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Mohammed Bekele