Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
6 views

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 ...
user2609605's user avatar
0 votes
0 answers
4 views

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 ...
wgwz's user avatar
  • 2,779
0 votes
1 answer
13 views

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....
QuentinC's user avatar
  • 15.5k
0 votes
0 answers
4 views

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 ...
JPT's user avatar
  • 565
-1 votes
0 answers
13 views

I have a .NET 10 API, part of this API looks like this: "/api/Users": { "post": { "tags": [ "Users" ], "...
Banshee's user avatar
  • 15.9k
0 votes
0 answers
7 views

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 ...
MichaelW's user avatar
  • 1,502
-1 votes
0 answers
12 views

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 ...
Souleymane OUEDRAOGO's user avatar
-2 votes
0 answers
8 views

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, ...
blshaw45's user avatar
0 votes
1 answer
13 views

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 ...
Mohammad Mohebbati's user avatar
-1 votes
1 answer
24 views

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....
WillO's user avatar
  • 101
0 votes
1 answer
15 views

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 ...
Simone Gheller's user avatar
1 vote
0 answers
9 views

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 ...
Nathanael Tse's user avatar
0 votes
0 answers
7 views

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(...
user32014051's user avatar
0 votes
0 answers
6 views

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 ...
Rahul Mishra's user avatar
0 votes
0 answers
11 views

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?
epi's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1612487