Newest Questions
24,188,102 questions
Best practices
0
votes
0
replies
3
views
EXR normalize and stretch with ffmpeg process and quality preserve
I’m processing a sequence of OpenEXR frames and I’m seeing what looks like “quality compression” only in one specific pipeline. I suspect this is actually precision loss / quantization (e.g., writing ...
0
votes
0
answers
5
views
Are there any explicit instructions in the repository root on building the project AzerothCore
I have cloned all mangos and azerothcore projects to my desktop and can't build them without an instruction set. My work set folder tree contains only the necessary sources, and I have all build tools ...
0
votes
0
answers
14
views
Reduce logical pattern repetition for minDate and maxDate from Bootstrap DateTimePicker
The following logical pattern repeats several times:
$("#dt_start").on("dp.change", function (e) {
$('#dt_end').data("DateTimePicker").minDate(e.date);
});
$("#...
-2
votes
0
answers
10
views
iTerm2 does not show full output
I use iTerm2 in Mac to connect to a Linux server.
I experience the issue of not seeing the full output in iTerm2, for example, grep something from a big directory: 1) only part of output is shown; 2) ...
-3
votes
0
answers
10
views
Tavern negative DNS reachabiliy testing
Tavern only supports HTTP error codes but it dosen't support reachability testing. How to test reachability testing in Tavern
0
votes
0
answers
7
views
Unable to submit app for review in Appstoreconnect, getting Error "This build is using a beta version of Xcode and can’t be submitted."
On Apple's developer website, they list: Xcode 26.2 RC (17C48) from date December 3, 2025.
The downloaded file is called Xcode_26.2_Release_Candidate_Apple_silicon.xip
I installed this on December 7, ...
-2
votes
0
answers
19
views
Load random string from json into python file [closed]
How would I load a random string from a json file into the python file and store it into a variable?
0
votes
0
answers
10
views
Ajax queries failing and then succeding on retry with prefilter
I have a jquery based functionality that prefilters all ajax queries so it can intercept 401 requests and refresh api authorization. I used to use a function that simply checks for a 401, refreshes ...
-1
votes
0
answers
7
views
Real-world project: AD, GPO, RDS setup – looking for best practices [closed]
I'm a student working on a real infrastructure project in a company. The setup is based on:
VMware ESXi 6.7
Windows Server 2016 (AD/GPO)
Windows Server (RDS)
Goal: centralize all user work on one ...
-1
votes
0
answers
8
views
How can I copy a single file whose name includes wildcard characters without listing the entire directory?
WinSCP C# Library
How can I copy a single file whose name includes wildcard characters (e.g., [Hospital1]_0001.txt) without WinSCP listing or scanning the entire directory?
session.GetFileToDirectory(&...
0
votes
1
answer
5
views
Using Apps Script to forward emails - can I make them show in Inbox?
When I get a certain type of email, I need it auto-forwarded to a certain address with a specific cover message. So I wrote a script that scans that inbox and uses the "forward" method to ...
-1
votes
0
answers
11
views
Why do I get an error with exports or imports when building a storybook?
All folders and files are available here: https://github.com/Altazavr/B-production.
When I try to build Storybook, I get the following error:
npm run storybook:build
Error:
ERR! => Failed to build ...
0
votes
0
answers
17
views
Run R with cuBLAS backend on Ubuntu
I'm trying to follow this guide to have R exploit the cuBLAS BLAS library.
But I seem to fail: when I run sessionInfo(), it is still linked against the openBLAS package.
What am I doing wrong?
...
0
votes
0
answers
10
views
How to correctly use repulsive forces for rendering react three fiber nodes in 3-D?
I am building a network of nodes in 3d with edges connecting the nodes. I am correctly using manual xyz coordinates. I tried with copilot to auto adjust but it implemented a force-directed graph ...
0
votes
0
answers
37
views
Printf not waiting for a delay [duplicate]
I'm trying to make a short puzzle game that plays in the terminal, but want to use delays to make dialogue work better. The delays are happening, however they're all happening at once, and the print ...