24,222,733 questions
0
votes
0
answers
11
views
Tailwind 4 theme cant use naming like "--color-0507EB"
I'm a new tailwind 4 user
I tried to use a custom class "text-0507EB". when using tailwind 3 to apply the color #0507EB in the text (I set it in the config file to extend the class).
But ...
0
votes
0
answers
5
views
z-index and overlay when displayed cause error cannot use hook
how can i click close button then it can close Modal. i have put onClick in modal custom-modal block then it works but other blocks don't work.
I want when the user clicks on the close button or ...
0
votes
0
answers
12
views
Unity3D: How to handle interaction between a kinematic moving platform and velocity-based player?
I'm developing a platformer game using Unity3D.
The player uses Rigidbody.linearVelocity and Rigidbody.angularVelocity, calculated based on movement and jump input, to control its movement.
There is ...
0
votes
0
answers
14
views
Code to reconstruct molecular electron density from a set of atomic coordinates
I recalled reading somewhere that atomic electron density follows a certain distribution (Gaussian or something, I don't recall exactly). I would like to write some code using this distribution to ...
-2
votes
0
answers
13
views
Using PL/SQL, create a report which shows the customer's full name, the dive event name and the dive participants for any dive that costs over R 500
Using PL/SQL, create a report which shows the customer's full name, the dive event name and the
dive participants for any dive that costs over R 500. In your query, display how many instructors are
...
0
votes
0
answers
7
views
Fullstack Deploy thing
Any other items how should I working with these asset, inordekr to deploy and working from frontend n bckend,in free or trial enter image description here
[enter image description here][1]
[enter ...
-1
votes
1
answer
23
views
Why is my vector<uint8_t>[4096] being treated like a pointer and causing a stack overflow?
I'm trying to create a simple Memory class in C++ which simulates 4096 bytes of memory using a vector<uint8_t> array. I wrote an addToMemory function that copies the contents of a vector<...
-5
votes
0
answers
17
views
I want to create a website like this on wordpress.org within the hosting
https://theanalyst.com/ ola estou interessado em criar um site no wordpress funcional para trabalhar com o modelo igual a ao the analyst preciso que voce me oriente a fazer e como fazer e ...
0
votes
0
answers
12
views
Is there an example of use of AssetMapper without Twig?
In all the tutorials I've read, Symfony's AssetMapper component is explained using Twig. Is a template engine like Twig required to use AssetMapper? Are there other template engines that use ...
0
votes
0
answers
15
views
Why isn't RSPack replacing variable names? Uncaught SyntaxError: Identifier 'module' has already been declared
I'm trying to swap out a legacy React-scripts build with RSPack, this is all done now and is building.
In the browser, it seems variables aren't getting renamed so there are no clashes or there is no ...
0
votes
0
answers
8
views
Passing Variables Between Jobs in Classic Release Pipeline - Azure Devops
In a classic release pipeline, I have a PowerShell task in a deployment group job running on a windows server that reads data from a file and sets task variables. Right after that, I have an Invoke ...
2
votes
1
answer
23
views
Inconsistent bitwise shifting result in C code
I'm writing a C program and need to create a bitwise mask that could potentially fill a computer word (64 or 32 bits) with all 1s. I found a bug in my code but I can't make sense of it because when I ...
0
votes
0
answers
11
views
Sign in to the app immediately after email verification using firebase auth
Okay so my problem is that i am trying to signup the user into my web app(frontend - next.js + typescript) and for signing up one of the methods i am using is email+password authentication from ...
0
votes
0
answers
14
views
How to log each iteration in a parallel function
I am migrating LTO-6 tapes to LTO-9 tapes. I wrote a script for this that uses parallel so that I can have two or 4 tape drives running at the same time. It works totally fine but the logging. I was ...
-1
votes
1
answer
15
views
Can't pause audio
I'm working on a project, and I can't seem to pause the audio once it starts playing. This is the code I'm running right now:
// <<backmus start 01>>
var executeBackgroundMusic = function(...