Newest Questions
24,230,435 questions
0
votes
0
answers
7
views
SpringBoot Needs a Hook Into Health Check Change Events to control processing of non-API workloads
I recently submitted what I thought to be an issue with the spring boot liveness and readiness events that happen as part of AvailabilityChangeEvent.
https://github.com/spring-projects/spring-boot/...
0
votes
0
answers
12
views
Setting Up Drizzle + Postgres in React Native Stuck with Installing Drizzle-ORM?
I thought most if not all of Drizzle's Postgres setup for React Native would be pretty much React Native agnostic in the end, so I followed their "Get Started" tutorial to get to this point.
...
2
votes
1
answer
26
views
How to configure PowerShell 7 to output error messages without formatting?
I switched from PowerShell 5.1 to the latest PowerShell 7.5.1 and noticed that the errors that my scripts produce are formatted differently. This runs on Windows Server 2019 Standard [Version 10.0....
0
votes
0
answers
22
views
Unable to use Get-AzMetric with -Dimension
Can someone please assist with using Get-AzMetric as I cannot get it working. The following command works fine and I get expected results for a storage account:
PS> get-azmetric -resourceid $resId -...
0
votes
0
answers
26
views
SwiftData crash: "Passed nil for a non-optional keypath" when using non-optional struct with optional properties in @Model
I’ve run into a reproducible issue when using SwiftData with @Model classes that contain non-optional value type properties (struct) with optional properties inside.
After creating a new model, the ...
0
votes
0
answers
9
views
Clerk's Expo Setup Not Working or a Rookie React Native Mistake?
I'm trying to follow Simon Grimm's tutorial on how to integrate Clerk Auth into a React Native app, but so far nothing happens. I've also tried to adapt it to what's on the updated Clerk docs, such as ...
-1
votes
1
answer
21
views
Why are anonymous unions not allowed in structured bindings similar to how they work in aggregate initialization?
In C++17 structured bindings, the object which is bound to cannot have anonymous unions.
But in aggregate initialization, anonymous unions can exist in the aggregate being initialized, and the first ...
0
votes
0
answers
6
views
If deleting public_html/app/tmp/cache in CakePHP 1.3, does it get automatically regenerated?
I suspect the CakePHP cache is too big and needs to be emptied, or is the root cause of issues I am experiencing on my website. What I want is to empty all cache in CakePHP and start from scratch ...
0
votes
0
answers
15
views
Switching from xargs to parallel solely to get --joblog output, all else the same. How?"
I need to grab the exit status from a command that I run via xargs. Since that's not possible it's recommended to use parallel. Some documentation suggests that it's often as simple as swapping the ...
0
votes
1
answer
18
views
SwiftData: sheet(item:) closes and reopens automatically after inserting @Model with @Query
I’m running into a strange behavior when using SwiftData, @Model, and @Query in combination with sheet(item:).
After inserting a new model and presenting a sheet, the sheet stays up for around 13 ...
0
votes
0
answers
7
views
Microfrontends with Re.Pack in a React Native mobile app (Expo bare workflow)
I have a React Native mobile app using Expo in the bare workflow (not managed workflow), and I was wondering if anyone has successfully integrated Re.Pack in this setup?
I've seen mentions of Re.Pack ...
0
votes
0
answers
12
views
Dependency org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:${project.version} not found
I'm trying to work with a microservice and within the Eureka pom.xml I get this error: Dependency org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:${project.version} not found
my ...
0
votes
0
answers
13
views
401 Unauthorized error when trying to access /api/user/is-auth in React with Axios
I’m building a web application using React and Axios. I’m trying to check if a user is authenticated by calling the /api/user/is-auth endpoint. However, I’m getting the following error:
GET http://...
0
votes
0
answers
26
views
T-SQL Split a dynamic comma delimited string by fixed length into multiple columns
I have a string of comma separated values, I am loading these values into a system that has a max length I need to abide by. Once the string hits a max length it should move the values to another ...
-1
votes
0
answers
18
views
Python script 30+ min to complete via Task Scheduler, CMD, PWSH. VS Code finishes in -6 min. How to get terminal to run faster?
I'm encountering a puzzling performance issue with a Python script on Windows:
The Problem:
Python script runs daily and takes over 30 minutes to complete when executed via Windows Task Scheduler, CMD ...