Newest Questions

Filter by
Sorted by
Tagged with
-1 votes
0 answers
10 views

I have an JavaScript array like this: let myArray = [ { name: 'Alice', children: ['Bob', 'Bill'] }, { name: 'Bob', children: 'Cindy' }, { name: 'Bill', children: [] }, { name: 'Cindy', ...
Wernfried Domscheit's user avatar
Tooling
0 votes
0 replies
9 views

I want to make it so clion formats for(int i = 0; i < n; ++i) enter { into for(int i = 0; i < n; ++i) { } Basically codeblocks style. Havent found anything online for it. Right now it ...
Bogdan Gumenuik's user avatar
Best practices
0 votes
0 replies
13 views

How can i create a mini quiz app with pure vanilla JavaScript which takes questions and presents options which include the correct answer and output the scores with a next button which switches the ...
Ekedegba Benedict's user avatar
Advice
0 votes
0 replies
8 views

I am working with PostgreSQL 14.10 and storing nested structures in a JSONB column. I need to update a specific object within a JSONB array based on a field value (e.g., id), rather than the array ...
user32356721's user avatar
0 votes
0 answers
14 views

I am implementing the possibility to change the color of buttons in an MAUI app in C#. I would like to simultaneously change the tab bar background color when I update the color of the buttons. I use &...
Niklas Karlsson's user avatar
Best practices
0 votes
0 replies
9 views

Problem: I need to implement a scheduler that sends an email verification reminder to Keycloak users 30 days after their initial registration (if they haven't verified their email yet). My ...
Prashant Raghav's user avatar
-1 votes
0 answers
31 views

I am trying to extract MemTotal and MemFree from /proc/meminfo using open() and read() (not using fgets() or scanf()). However, the values are sometimes incorrect or extremely large. Total Memory in ...
Prasad Wable's user avatar
-1 votes
0 answers
20 views

In my Next.js 15 website I added a LinkedIn feed viewer. As per my understanding, linkedin has posts FINDER to retrive all posts, but its response is not ideal for rendering as the posts image are ...
Dm0r18's user avatar
  • 1
-1 votes
1 answer
19 views

SS Want 🔨 button near the ai coommit message generator button like beside it see in the screenshot <action id="CommitCraft.GenerateMessage" class="com.example.commitcraft....
oksymisbah's user avatar
0 votes
0 answers
32 views

Need help understanding the title error, received in connection with the subquery below. For a little context, the REFTABLE used in the last two joins is (in my view) a poorly thought out table where ...
Joseph Cavasin's user avatar
0 votes
0 answers
20 views

In my CarPlaySceneDelegate.swift, I have two tabs: The first tab uses a CPListImageRowItem with a CPListImageRowItemRowElement. The scroll direction is inverted, and the side button does not function ...
Eng's user avatar
  • 1,774
Best practices
0 votes
4 replies
37 views

I am trying to implement password manager on Java right now. I am implementing the vault. I have VaultEntry and VaultFolder classes. VaultEntry has fields id, parentId, name, username, email, password ...
gth-other's user avatar
Best practices
0 votes
1 replies
40 views

https://github.com/ZKK640/Casio-System-files-/tree/main Crazy attempt: I want to crack the system of Casio electronic dictionary (reverse engineering) and turn it into a real "computer".I ...
Donald Trump's user avatar
0 votes
0 answers
21 views

I am trying to getting an access Token and ID Token to access an api between a mulesoft gateway. (1) I create a msalClient with the PublicClientApplication Builder IPublicClientApplication ...
Detrick DeBurr's user avatar
2 votes
1 answer
59 views

As far as I know, the type of N in T[N] is std::size_t. I'm using C++17, in case it matters. template<class T, T N> void check(char const (&)[N]) { std::cout << std::is_same_v<std::...
ABu's user avatar
  • 12.5k

15 30 50 per page
1
2 3 4 5
1611286