Newest Questions
24,230,543 questions
0
votes
0
answers
4
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
7
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
3
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
6
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
0
answers
6
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
4
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
8
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
9
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
8
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 ...
0
votes
0
answers
12
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 ...
0
votes
0
answers
8
views
Nginx: Rewriting Response Query Parameters
I've a business requirement in nginx that I need to perform, but I don't know how.
Here's the issue:
a. The client requests an authorization code from a proxied server, Keycloak for instance
b. The ...
0
votes
0
answers
13
views
My react images are not being rendered when i make a request
enter image description here
so i have this react app that makes a GET request to the Pokeapi, and gets currently the name and images of the pokemon. But sometimes, randomly some of the pokemon does ...
-1
votes
0
answers
12
views
How to handle database interaction with NodeJS
I spent most of my undergrad typing out raw SQL for my web projects. I now exclusively use .NET with Entity Framework. I've gotten pretty used to how to handle things using EF, but now I'm clueless as ...
0
votes
0
answers
11
views
issue with sympy lambdify
I just want numerically integrate the Lorenz' famous 3 equations
I create this code that seems perfectly work:
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
import sympy as ...
0
votes
0
answers
6
views
Filamentphp API Service plugin accessing API from desktop application redirects to login route
I have a desktop application made with C# that successfully accessed API and perform CRUD in local network environment. When I deployed the system online, the desktop application could no longer ...