Newest Questions
24,176,934 questions
0
votes
0
answers
2
views
OSx Tahoe Shortcuts Automation not connecting to External HDD
I have Full Disk Access set for Shortcuts in Settings Privacy and Security, but when I try to select a folder from an external disk from the Automation menus, it is greyed out and not accessible. I ...
0
votes
0
answers
3
views
Is there a way to bypass hashes in the Databricks CLI when installing packages?
I’m trying to install Databricks Lakebridge to migrate ETL to Databricks. I followed the steps according to the documentation and got stuck at the transpile installation.
As prerequisites, Python ...
Best practices
1
vote
4
replies
10
views
SpringBoot Model Advice (already got the solution)
So I'm new to SpringBoot and in my Database i have a table called Category:
CategoryId(pk), name, parent_id.
For the Code I am planning, that I can select a Categord (e.g Car) and then I get all the ...
Advice
0
votes
0
replies
3
views
How to return a rich view/custom view from AppEntity's EntityQuery for Shortcuts app to display?
When I create an AppEntity and have it conform to EntityQuery, a Find AppIntent is created for that entity which can be used in the Shortcuts app. Currently, when this intent is used, it only creates ...
0
votes
0
answers
22
views
Equality of type with equal indices do not typecheck
I have two discrete systems. The first one (B1) is composed of sequences
starting with 0 and where steps are either +2 or "no-op". For instance :
0 → 2 → 4 → 6...
0 → 0 → 2 → 4 → 4 → 4 → 6......
Best practices
0
votes
1
replies
16
views
Reading data more efficiently from a csv file in python
I am programming an neural network to recognise digits trained on the MNIST dataset. At the moment I am reading each line separately using the following code:
file = np.loadtxt(dataLocation, delimiter=...
-4
votes
0
answers
15
views
Fastify demo app DB migration part doesn't work
I am trying to create the demo app: https://github.com/fastify/demo
I copied the .env.example and created an .env file with the following contents, modified the database connection part to fit my DB ...
0
votes
0
answers
13
views
Installing Windows Server 2019-2022 on VirtualBox with GUI [closed]
I’m having problems installing Windows Server (2019, 2022, or 2025) using VirtualBox.
I specifically want to use Windows Server 2019 or 2022 because they seem to have fewer bugs with VirtualBox.
The ...
0
votes
0
answers
21
views
Why does my page scroll up when I tap on a button?
I have a fairly simple view.
It's a trip itinerary with two parts:
A horizontally scrolling list of dates at the top of the page.
A vertically scrolling list of days (each day contains many trip ...
0
votes
0
answers
25
views
How to sequence a PID motor return-to-zero after shooting using State Machines in FTC Java?
I’m working on an FTC TeleOp where a motorized spindexer (with encoder + PID) advances to shoot game pieces. After shooting, I want the spindexer to automatically return to encoder position 0.
I ...
-2
votes
0
answers
14
views
How do I correctly configure display settings for my GTK app on Ubuntu?
Thanks in advance for the help.
Here's the situation:
I have built an app in GTK, and I want to serve it for testing purposes over the web. I am using:
Broadway to interface between the Web and my ...
0
votes
0
answers
21
views
Spring Boot 4 with SAML gives InResponseTo validation errors when logging in again after log out
I am using Spring Boot 4 with OpemSaml 5. i have set up for global log out with Okta. Both the log in and the log out works great. However, after a global logout if I try to log in again after an ...
-1
votes
0
answers
42
views
Is there a better way to get the path name of a URI without any resource ids?
Most other questions I have found about this topic entail having GET parameters à la base-url.com/route?param=value. However, my application uses routes similar to
base-url.com/resources/1
base-url....
-1
votes
3
answers
51
views
Why is my python code giving me an error when there is more then one of the same file type?
I'm working on creating my own file sorting with python, I figured it would be a good starter program since I'm new to python. Well my issue is whenever there is a file with the same file type, it ...
1
vote
0
answers
20
views
Installing pythonnet to work with pyinstaller and pywebview
I am trying to convert my python application using pywebview into an executable using pyinstaller, but when I run the file, I get the following error:
Traceback (most recent call last):
File "...