Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

How to properly handle async initialization in Svelte 5 without onMount?

I'm migrating my project from Svelte 4 to Svelte 5, and one major pain point is the removal of the traditional onMount usage for async logic. In Svelte 4, I used onMount(async () => { ... }) to ...
0 votes
0 answers
4 views

Difficulty setting up threaded BST in C++

I'm having trouble implementing a threaded Binary Search Tree in C++. I have a non-threaded tree completely implemented (see below code). What I'm having difficulty with is setting the threads to ...
0 votes
1 answer
14 views

How do I unittest an HTML page that contains an embedded dynamic image?

I've got an dynamic HTML page that contains a QR code that is generated dynamically and embedded using <img src=data:image/png:....>. I had been testing the page by generating it with specific ...
0 votes
1 answer
19 views

how to parse "key": 1b as byte using Gson?

I'm using Gson to parse a JSON string like this: { "key": 1b } However, when I parse this using JsonParser.parseString(), the value 1b is interpreted as the string "1b" instead ...
0 votes
0 answers
22 views

Debug Java application deployed in EC2 instance with intellij

How can I debug a java application deployed in EC2 instance from my Intellij, knowing that I have to use a jump server to connect the EC2 instance with SSH ??
0 votes
0 answers
9 views

Kubernetes - ValidatingAdmissionPolicy - Not Honoring Expression

I have recently begun working with Kubernetes ValidatingAdmissionPolicies. I would like to set a max replica policy for my Deployment, so that no matter who/what is modifying spec.replicas, I can ...
0 votes
0 answers
11 views

error in pom xml project spring tag <parent>

the project was running normally, out of nowhere this error started to appear, the strangest thing is that it comes and goes, but now it is definitive, it is only in the tag the error is the ...
0 votes
2 answers
41 views

Difference between reading large chunks of data using char* or std::string

I was trying to solve a coding problem and, to summarize, I was using this piece of code: char result[50005][26], buffer[50005]; while (fin >> buffer) { for (int i = 0; i < strlen(...
0 votes
0 answers
13 views

Does the FileChooser library have all the parts? [closed]

I am testing FileChooser, and the line if(FileChooser.isAvailable()) at the start of the logic gives the following error: Exception: java.lang.ClassNotFoundException - com.codename1.ext.filechooser....
-1 votes
0 answers
12 views

Fill down formula up to last then copy and replace it values

I need help converting this VBA to Apps script code. I tried looking for similar examples online but still didn't get answers. The code intends to run certain formulas and fill them down to the last ...
0 votes
3 answers
18 views

Why do Sliders call the onEditingChanged closures of all other Sliders?

I built a rockin' slider View component, but it's init() always gets called when just adjusting? And all other slider init()'s at the same time too? I am brand new to Swift programming... etc., but I'...
0 votes
0 answers
26 views

Why does Tree Map use so much memory in my JMH test?

The operation tested is to insert all the elements into the Btree, Splay Tree and TreeMap structures (each bar in the graph indicates one of these structures respectively). The data used for the tests ...
-2 votes
0 answers
10 views

App rejected for Guideline 3.2.1(viii) – Domain is verified but still not accepted [closed]

My app was rejected under Guideline 3.2.1(viii), saying: "The app provides loan services but the domains listed on the app's Product Pages are not clearly under your control or ownership..." ...
-1 votes
0 answers
16 views

AWS S3 copy cli command failing on start with too many files (Need to rewind the stream but stream is not seekable)

Windows 11, aws cli 2.26.1, powershell 7.5.0 Navigate to directory with 250,000 ~50kb files Do aws s3 cp . s3://mybucket After a few seconds receive this output: PS C:\Users\me\Downloads\stupidFDAdata&...
0 votes
0 answers
16 views

Cannot use canvaskit-wasm outside of the unpkg CDN on my host machine

I'm trying to use canvaskit-wasm on my local machine, hosted with Python's HTTP server module. It seems that I can only use CanvasKit through unpkg with: <script type="text/javascript" ...

15 30 50 per page
1
2 3 4 5
...
1615814