Newest Questions
24,180,082 questions
0
votes
0
answers
15
views
How to improve performance when spawning 400 PNGs in Gazebo Ignition
I need to dynamically spawn about 400 labels onto 400 boxes each time gazebo starts up, on my laptop the labels alone cut performance by about 20%, the boxes the labels go on are statically defined in ...
0
votes
0
answers
6
views
How can I get phpunit to output both a trace while running and a summary of errors when complete?
We are in the process of upgrading phpunit from 9 to 11 (and possibly beyond once deprecations have been handled). Unfortunately our code base tends to exit in a lot of error handling code so we would ...
Advice
0
votes
0
replies
4
views
Is there a way to import a database into LiveCode?
I want to develop a stack that imports from a csv file. I created this in Hypercard, but I need to redo it in a modern system. I need to manipulate it in a custom way that FileMaker and others do not ...
-1
votes
0
answers
19
views
xmlsec1 1.3.9 - KEY-NOT-FOUND
I want to validate an XMLDsig Signature. The keys are in x509 certificates.
xmlsec1 --verify --print-debug --insecure --pubkey-cert-pem all.pem --enabled-key-data x509 --id-attr:id "datatosign&...
0
votes
0
answers
10
views
BIRT 4.15: How to configure a table to wrap to a new column on the same page?
I need to configure a BIRT report with a specific multi-column layout. My report is grouped by "Person", and each person has a list of items.
I need the items to flow like a newspaper:
The ...
0
votes
0
answers
10
views
How to solve WhatsApp's "This audio is no longer available" with Meta API
We developed a CRM to centralize our customers’ WhatsApp communication using the official Meta WhatsApp Cloud API.
For some recipients, audio messages sent through our platform result in the error:
“...
0
votes
0
answers
53
views
Is std::system thread safe? If not, in which way?
Is std::system thread safe? If not, in which way? Clangd gives me warning about it, says this function is not thread safe. If not, I want to execute different task in a thread safe way, is there a ...
0
votes
0
answers
12
views
Which certificate file for TaurusTLS RootKey property?
I've generated a domain certificate and it comes with three files: a certificate, a private key, and a CA bundle.
The TTaurusTLSServerIOHandler exposes three fields:
PrivateKey
PublicKey
Rootkey
I set ...
0
votes
0
answers
11
views
Debugging code for Bop It device using MPU6050
I'm making game similar to bop it for my high school comp eng class, where instead of clicking buttons you move a device in certain angles (roll, pitch, yaw). To do this I'm using an arduino and ...
-3
votes
0
answers
27
views
Error generating commit message: [unknown] error grabbing LLM response: stream error
;-)
I'm using Google' Antigravity (1.13.3) on MacOS (15.7.3), and after staging all my changes, I click Generate commit message (Beta), yet the following message appears:
Error generating commit ...
Best practices
0
votes
0
replies
4
views
Visualizing categorical features with severe Class Imbalance for ML: Absolute Counts vs Normalized Percentages?
I am performing Exploratory Data Analysis (EDA) on a medical dataset (Primary Biliary Cirrhosis) to select features for a multiclass classification model. My target variable is Stage (1, 2, 3, 4).
The ...
0
votes
0
answers
24
views
Can't open Excel directly from Visual Studio while Debugging
So I have a xll Excel COM AddIn. It worked fine all the time but since today, I can't start it while debugging. So if I'm in Visual Studio and click start debugging. This message appears:
I can start ...
1
vote
1
answer
25
views
VBA Err not reset after Exit Sub, despite documentation
VBA in Microsoft Access 365. According to Microsoft's documentation for Err.Clear,
Use Clear to explicitly clear the Err object after an error has been handled, for example, when you use deferred ...
-1
votes
0
answers
10
views
OpenFlow / ONOS: FLOW_MOD only visible next to BARRIER messages in Wireshark – is it really sent?
I am working on an SDN architecture with an OpenFlow controller (ONOS) and an OVS switch running in Mininet. I am capturing the OpenFlow traffic with Wireshark, but I cannot see any OFPT_FLOW_MOD ...
0
votes
0
answers
13
views
cy.origin taking a while (Cypress)
Hi I am having an issue with cy.origin where it's really slow all of a sudden. Any recommendations on what to look for?
It just hangs for like 30 seconds or so, this affects all the tests on the ...