Newest Questions
24,150,610 questions
0
votes
0
answers
3
views
Rust - thread to read stdin didn't read anything (unblocking)
I tried numerous options to get this code running (read direct from /dev/tty or using recv()), but the code don't do what it had to do ;-).
The code at Rest Playground.
For the background, I like to ...
0
votes
0
answers
8
views
Keep cell reference even if cells are inserted deleted and ALSO be able to copy formula to other cells
So, on the left here I have cells with a simple formula as =IFERROR((TurboData!G3-TurboData!H3)/TurboData!H3,"") On the right (which is the 'TurboData' sheet), there are simply just values, ...
0
votes
0
answers
18
views
Lines disappear when toggling others
By looking at other scripts and the Pine user manual I managed to get quite far but there is one little bug in can't get rid of.
This indicator shows (is the goal) vertical lines on a specific time on ...
0
votes
1
answer
23
views
How to re-arrange / swizzle element pairs in a flat array using numpy?
I'm working with a continuous, 1-dimensional ndarray of coordinates in the form [x1, y1, z1, x2, y2, z2, ...]. I need to now swap the order from X,Y,Z to X,Z,Y, so that the output array has the form [...
Advice
0
votes
0
replies
14
views
Android Studio jump to location within file
In Android Studio when building an app one might get error message such as
Launching lib/main.dart on Linux in debug mode...
Building Linux application...
ERROR: lib/main.dart:20:1: Error: 'crip' isn'...
-1
votes
0
answers
52
views
How do I fix geolocation permission error "Tracker:178 [Violation] Permissions policy violation: Geolocation access has been blocked "
I have an issue with a site I'm building. My site uses IIS and my domain is through GoDaddy. My site features geolocation and Azure Maps to track the vehicle's positions, as well as asset ___location ...
0
votes
0
answers
24
views
debuginfod hangs on ubuntu desktop 24.04.4 x64
Standard 24.04.4 LTS , with the elfutils package at version 0.190 as delivered by ubuntu repositories.
I'm able to ping debuginfod.untu.com and the browser opens its page.
VSCode is not installed.
...
-2
votes
1
answer
41
views
Vercel and supabase, error 500(Website from loveable)
I’m deploying a TanStack Start (Vite + React 19) project to Vercel, but the production site returns a 500 Internal Server Error.
Locally everything works fine, but on Vercel the app crashes ...
0
votes
0
answers
46
views
Allow assert_* in test code, but otherwise forbid all constructs that can panic in production code
I have a project with multiple Rust packages (is this the right terminology?):
Cargo.toml - Rust library
ffi/Cargo.toml - C library
ffi/common/Cargo.toml
ffi/{python,ruby}/Cargo.toml
All test code ...
1
vote
0
answers
42
views
Cascading callback in JQuery AJAX call not working [closed]
I have three selects that I am trying to populate that have relationships between them. To reduce duplicating code, I created a single function that I thought I could use multiple times (see below). ...
-1
votes
0
answers
32
views
How to change a locked Apple ID [closed]
A cost-free method to fix a locked Apple ID that cannot be reset due to being in Iran and inaccessible in all current situations. What should I do as a beginner like me? Because if someone else wants ...
Tooling
0
votes
0
replies
21
views
Jooq convector with enum polymorphism
I'm migrating from JPA to jOOQ and have a problem with enum persistence.
In my JPA implementation, I have 50+ enums that all implement a common Encodable interface with a code field (int):
public ...
-2
votes
0
answers
15
views
Moodle 5.1 "The Moodle root directory must not be publicly accessible" error on XAMPP
I am installing Moodle 5.1 on Windows using XAMPP.
Apache and MySQL are running correctly, and I created a database named `moodle` in phpMyAdmin.
I configured `config.php` with:
$CFG->dbtype = '...
-1
votes
1
answer
31
views
Placing own variable inside existing Windows executable
I'm modifying a behavior of an existing Windows app and need to keep my own variable somewhere. This variable is calculated in one subroutine and then should be accessed from another one. It means, it ...
Advice
0
votes
2
replies
35
views
Is there a name for this 2-out-of-3 Venn shape?
Does this shape have a name?
If you have a Venn diagram of 3 overlapping circles, it's the area where at least two of those circles overlap. The union of pairwise intersection, in math terms.
I'm ...