Newest Questions

2 votes
3 answers
99 views

I want to pass a C-style array to a function taking a std::span, but overload resolution chooses to convert the array to bool instead. Is this behavior required by the standard, or is it a compiler ...
prl's user avatar
  • 12.5k
0 votes
1 answer
40 views

Below is code for an STM32H747 to implement a SPI5 driver that uses DMA. The flow is that initialize is called, then startconveyor, starts SPI and prepares for a series of "bursts" (...
Chris's user avatar
  • 691
0 votes
0 answers
47 views

raylib.h has the following definition: #define RAYWHITE CLITERAL(Color){ 245, 245, 245, 255 } How can I import this definition so that I can use RAYWHITE?
user1785730's user avatar
  • 3,831
-6 votes
0 answers
57 views

I have a kubernetes pod running a C++ program that writes to a 11GB file on NFS. For some reason, occasionally the memory usage of the pod goes up to 10.6GB. I entered the pod and checked the program ...
ruisen2000's user avatar
Advice
0 votes
0 replies
32 views

Laravel has localization for authorization, validation and other types of messages. validation.php returns an array which contains error messages for validation rules. It can also have custom ...
IgorArnaut's user avatar
1 vote
1 answer
78 views

Furthermore, is the sizeof guaranteed to be the same on compatible types? I expect the answer to both of these questions is likely "yes" in practice, but I don't see anything in the standard ...
Grant Jurgensen's user avatar
0 votes
0 answers
31 views

Has anyone been successful at getting alternate app icons to work in Xcode 26.2 with Icon Composer icons? I've tried every suggestion I've found online (there's not many), various Info.plist configs ...
wes's user avatar
  • 4,634
0 votes
1 answer
47 views

I have a program like this (the indented lines can be run multiple times): #!/bin/bash options="" options+=" --ignore={" read pattern options+='"' options+="$...
Julek's user avatar
  • 1
0 votes
0 answers
69 views

I have an expression of kx^n where k can equal a fraction. For example, if k = 1/3 and n = 1. Math.js will simplify it to x/3 rather than 1/3x. How can the functionality of it outputting 1/3x be ...
Liam Allen's user avatar
Advice
0 votes
2 replies
52 views

How to setup a healthcheck for portainer edge agent in docker compose? Mine does not work. --- services: portainer_agent: image: portainer/agent:alpine container_name: portainer_agent ...
crackpot's user avatar
  • 425
-8 votes
0 answers
62 views

I'm writing an application in C++ using libcurl, designed to handle multiple http requests simultaneously, so I'm using the libcurl multi interface. I'm using libcurl 8.17.0 on a Rocky 8 Linux machine ...
Eric Sokolowsky's user avatar
-5 votes
1 answer
72 views

My goal is to make a skill tree that shows 1 section at a time and if you click one it goes to the next branch. I do not know how to use it, though. Here is my code: //var[ var branchLocation = ...
Zane Hedger's user avatar
-1 votes
0 answers
45 views

I am using this file from swift-snapshot-testing library. After updating my project to iOS 26, I need to fix all the warnings. But I am not sure how to fix this one: 'init(frame:)' was deprecated in ...
iosDev73's user avatar
2 votes
2 answers
60 views

I'm just getting used to performing http requests with signals in Angular 20. I'd like a http get request to be executed everytime the profileUserID signal value (which I have defined in a user ...
Sarah's user avatar
  • 2,023
-7 votes
0 answers
65 views

I have a dictionary of type Dictionary<string, string>, each item of which has the day of week as the key, with the hours of operation as the value. The items might look like this: [0] {[Sun,...
Scott Ritshie's user avatar

15 30 50 per page