Newest Questions
24,187,299 questions
0
votes
0
answers
6
views
Troubleshooting: A single regular expression matching nested braces usable for java and perl
I have a regular expression in an extension of java by florian ingerl
to parse a latex command,
\\\\DocumentMetadata(?<docMetadata>\\{(?:[^{}]|(?'docMetadata'))*\\})
but the important thing is ...
0
votes
0
answers
4
views
Why am I seeing a performance hit in a kind k8s cluster with port forwarding to a simple web worker?
I'm trying to determine why there is a performance difference between an application serving requests from within a kind k8s cluster versus the application just running on the local host. When I run a ...
0
votes
1
answer
13
views
How to play a pitched sound n times?
I'm making a game and am using WebAudio API for audio.
I want to play a given sound exactly n times, with a different pitch than normal.
As long as I don't change the pitch, i.e. keep playbackRate = 1....
0
votes
0
answers
4
views
How to answer to an SMB DeviceIOControl request?
I am implementing an SMB server in c# using https://github.com/TalAloni/SMBLibrary
Now when I try to open the share using Samba client, it tries to negotiate the protocol details. Problem is, the ...
-1
votes
0
answers
13
views
nswag generates 200 instead of 201
I have a .NET 10 API, part of this API looks like this:
"/api/Users": {
"post": {
"tags": [
"Users"
],
"...
0
votes
0
answers
7
views
Why do I get verification failure in my xmlsec example?
I have to sign an xml file using xmlsec in python.
In the following there is a complete example, including all needed stuff:
The raw xml consists of elements Header and Body and (as a requirement) the ...
-1
votes
0
answers
12
views
Automatisation de l'assemblage de codes sources par l'IA [closed]
I have a project about how AI can automatically assemble or merge project modules from multiple developers to ensure everyone adheres to the same project architecture.
It's a way to have a consistent ...
-2
votes
0
answers
8
views
Delete seleceted rows in Google sheet
Environment:
I have an application running on a Particle-based platform that turns a pump in a deep water well on or off as a function of the level of water in a large storage tank. Every 15 minutes, ...
0
votes
1
answer
13
views
Gradle error: "Unable to start the daemon process" and "Could not initialize native services" on Windows
I’m trying to build an Android project in Android Studio on Windows, but Gradle fails to start with the following error:
Unable to start the daemon process.
This problem might be caused by incorrect ...
-1
votes
1
answer
24
views
Web form repeatedly resubmits itself after submission by Apple users
I have a .php file on the web which contains an html form. That form (in case it's relevant) calls the original .php file when a user presses "Submit". That is, the file is called newform....
0
votes
1
answer
15
views
Understanding error handling with Promise and async functions
The code below has a bug I can't understand.
I have 2 implementations of consumer. The first one (consumer) works fine when the callback Promise is rejected, and the error is caught by the outer main ...
1
vote
0
answers
9
views
Simulators in XCode cannot run, duplicate IDs
I have removed my XCode Beta and installed the AppStore XCode and now I cannot get my simulators to run.
I removed all simulators and added only a single one, but I still get an error message:
the ...
0
votes
0
answers
7
views
import std; with CMake in Visual Studio
CMake version: 4.1.1-msvc1
CMakeLists.txt:
cmake_minimum_required (VERSION 4.1.1)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_SCAN_FOR_MODULES ON)
set(CMAKE_CXX_MODULE_STD ON)
set(...
0
votes
0
answers
6
views
How to correctly add TrustedShops tracking on Magento 2 Thank-You page?
I am implementing TrustedShops Checkout Review Collector on the Magento 2 success/thank-you page.
TrustedShops requires sending order details including:
Order number
Customer email
Order total
...
0
votes
0
answers
11
views
tableone R package issue with categorical / binary variables
Why does tableone force the displace of an outcome to 100% outcome 0 instead of 0% outcome 1 for a binary variable? Is there a way to set this to keep the 0% outcome 1?