Newest Questions
24,149,599 questions
0
votes
0
answers
6
views
Why does adding new fields to my .env file on Laravel lead to a 'command_not_found' message in the CLI?
I am new to Laravel development and have just started implementing my first services that interact with third party APIs. Per my best understanding from the docs, I have put environment variables into ...
Advice
0
votes
0
replies
8
views
Unable to add nullable symbols for weak library /System/Library/Frameworks/DeveloperToolsSupport.framework/Versions/A/DeveloperToolsSupport
Trying to create an app using xcode and cursor. After setting up the project, getting following error in set up.
Uable to add nullable symbols for weak library /System/Library/Frameworks/...
0
votes
0
answers
5
views
"Offer store returned not parsable response. Reason: JSON parsing error" error message when calling Order Management Create Order
I'm testing Order Management API on version 1.6 in CERT environment
I'm following API documentation and the example request. Already solved some issues from required properties in the information I'm ...
Advice
0
votes
1
replies
18
views
Jumping before the declaration of a Variably-modified type/pointer to VLA
Although the standard docs make clear that the lifetime of a VLA object begins at creation/declaration and ends at block exit, no mention is made for variably modified types in general, namely ...
Advice
0
votes
0
replies
13
views
Visual Studio Forms Designer UI Looks Like WIN7?
I'm using Win11 and Visual Studio 2022. When designing a windows desktop form in the IDE it shows windows UI elements from windows 7. When running my app it shows windows 11 UI elements and does not ...
Advice
0
votes
1
replies
18
views
Where are class methods and attributes stored in memory (heap/stack), and how does the compiler map them to objects?
I understand that objects can be allocated on the stack or heap, but I'm confused about where the methods and attributes actually live and how they're connected.
My specific questions:
1. Attributes: ...
Tooling
0
votes
1
replies
37
views
How computers store objects` attributes and methods in memory?
I know how fast the stack is and how flexible the heap is, but in these 2 memory segments where the methods and/or the attributes of an object are stored and how does it figure out when multi-objects ...
Best practices
0
votes
1
replies
18
views
WIX Pricing Plans - Taxes & Custom Plans
I am newbie to WIX & have been working on WIX website that currently handles SaaS subscriptions (Silver, Gold, Custom) setup using Wix Pricing Plans and trying to understand the best way to handle ...
-2
votes
1
answer
18
views
Java-like executor service for javascript using WebWorkers
I want to implement something close to Java's ExecutorService in browser JavaScript.
This must use WebWorkers for real parallelism but keep java style submit loop with later await loop.
Results must ...
Best practices
0
votes
0
replies
14
views
Best practices for reducing latency when playing multiple tracks simultaneously via web audio API on less performant devices?
I'm testing playing multiple audio tracks at once on my very slow phone (with very simple html and vanilla JavaScript), and, while the file type matters somewhat (mp3s and m4as have less latency than ...
-2
votes
0
answers
19
views
Using TTS models like Omnivoice with AI models
this might not be an Omnivoice issue. I'm programming a bot that can respond with voice commands. I tried Omnivoice and loved the results, but since I'm already using the Gemma 4 model via llama.cpp ...
0
votes
1
answer
19
views
.gitignore is not ignoring untracked files and folders
I am having a similar issue to the question answered by this, but the answer here is not resolving my problem. I created a new git repository in a new folder to try to troubleshoot, but something is ...
-1
votes
0
answers
17
views
React.js Swapping Objects In useState Array
I have a state Array of objects as such:
const [slots, setSlots] = useState([
{id: 1, name: 'a'},
{id: 2, name: 'b'},
{id: 3, name: 'c'},
{id: 4, name: 'd'},
{id: 5, name: 'e'},
]);...
1
vote
1
answer
43
views
Extend a query result using JSONata
I'm playing around with JSONata library and I'm wondering if there is any way to extend a query result similar to ... spread syntax. E.g: I have the following object:
{
"input": {
&...
Tooling
0
votes
4
replies
36
views
Comparison of Two CSV Files with a Large Number of Columns Spanning Multiple Lines (Generated from an SQL*Plus Spool)
I have these two CSV files and I have already tried using Copilot without success.
https://drive.google.com/file/d/1GURMVn10LCMQFHOVpgwcW-6SUnqDBO01/view?usp=drive_link
https://drive.google.com/file/d/...