Newest Questions

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

I'm trying to create a python code to nudge a spin the wheel game to the target option (e.g apple) without spinning the entire wheel but every code I write doesn't work,it instead spins the whole ...
user31940627's user avatar
Advice
0 votes
0 replies
3 views

I am trying to implement multi-tenancy in a Spring Boot application using Spring Data Elasticsearch. My goal is: Automatically inject a tenantId filter into all Elasticsearch queries This must apply ...
kernel's user avatar
  • 912
-1 votes
0 answers
11 views

# Source - https://stackoverflow.com/q/79835314 # Posted by DwangML, modified by community. See post 'Timeline' for change history # Retrieved 2025-12-07, License - CC BY-SA 4.0 // Source - https://...
DwangML's user avatar
0 votes
0 answers
3 views

I wanna test a PostEntity without removing the next code: @CreatedBy // Have to remove these ", nullable = false, insertable = false, updatable = false" @Column(name = "created_by")...
viespring's user avatar
0 votes
0 answers
11 views

Example: Context: My website is localised in 3 languages: English, German and Ukrainian. Initially the default Ukrainian version didn't have a locale in url, e.g. homepage https://languageranch.com/ ...
Eugene's user avatar
  • 11
0 votes
0 answers
6 views

I have a table in phpMyAdmin with some existing data: CREATE TABLE users ( id INT AUTO_INCREMENT PRIMARY KEY, username VARCHAR(50), email VARCHAR(100) ); Currently, the email column ...
Massimo Cubello's user avatar
-2 votes
0 answers
9 views

I’m in my files app on my iPhone and it’s connected to my I cloud account and when I go to try to look for other files on the phone it asks me what server I want to connect my files account or I cloud ...
Matt Mcberry's user avatar
1 vote
0 answers
22 views

I was assigned a homework 3 weeks ago, and I presented it two weeks ago.The homeworks was that making an embedded project working linux environment by abstracting some functions, like: int uartRead(...
ampersand's user avatar
0 votes
0 answers
7 views

I am finding the documentations super confusing and all the paths lead to various errors. What I've tried, Path 1: Upload video using the ${page_id}/videos edge and pass the received Id to POST:${...
Fallen's user avatar
  • 4,583
0 votes
0 answers
4 views

try to install a node project in a mac, but keep getting a puppteer installation error. I don't know why the installation fails, simply I just want to skip the installation node_modules/.pnpm/...
user824624's user avatar
  • 8,168
1 vote
1 answer
17 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
6 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
1 vote
1 answer
19 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
5 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
20 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

15 30 50 per page
1
2 3 4 5
1612488