Newest Questions

Filter by
Sorted by
Tagged with
Filter by Employee ID
0 votes
0 answers
6 views

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 ...
Aliden's user avatar
Advice
0 votes
0 replies
8 views

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/...
Apoorva Sharma's user avatar
0 votes
0 answers
5 views

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 ...
agyHiguera's user avatar
Advice
0 votes
1 replies
18 views

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 ...
genek2's user avatar
Advice
0 votes
0 replies
13 views

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 ...
Gary VP's user avatar
Advice
0 votes
1 replies
18 views

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: ...
kudzie658's user avatar
Tooling
0 votes
1 replies
37 views

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 ...
kudzie658's user avatar
Best practices
0 votes
1 replies
18 views

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 ...
Amandeep Kaur's user avatar
-2 votes
1 answer
18 views

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 ...
Mykhaylo Adamovych's user avatar
Best practices
0 votes
0 replies
14 views

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 ...
Michael Johnson Jr's user avatar
-2 votes
0 answers
19 views

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 ...
Diego GT's user avatar
0 votes
1 answer
19 views

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 ...
Hans's user avatar
-1 votes
0 answers
17 views

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'}, ]);...
jason's user avatar
1 vote
1 answer
43 views

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": { &...
Alvaro Pedraza's user avatar
Tooling
0 votes
4 replies
36 views

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/...
MM.KI's user avatar

15 30 50 per page
1
2 3 4 5
1609974