Newest Questions

0 votes
0 answers
3 views

I created a custom hook to fetch data and memoize it using useEffect and useMemo, but my component ends up in an infinite re-render loop. I can’t figure out why. Here’s a simplified version of my code:...
Talha Saeed's user avatar
Advice
0 votes
0 replies
6 views

I use Zabbix (v7.4 LTS) to monitor PostgreSQL database on some of our servers, most of the graphs in Zabbix dashboard seem straightforward to understand. But I cannot make much sense of the first ...
Zhiyong Li's user avatar
-3 votes
0 answers
16 views

I’m trying to swap adjacent elements in a list if the first is smaller than the next. Here's my code: l = [6, 7] for i in range(len(l) - 1): print("i =", i) h = l[i] print("...
S Manjunath's user avatar
0 votes
0 answers
9 views

I'm using a "Populate a Microsoft Word template" connector in Power Automate, where the data is coming from a SharePoint list and a child list that uses a lookup column to link it to its ...
Michael McMullin's user avatar
Best practices
0 votes
0 replies
20 views

I’m ( Trying :) ) to build an automatic deployment pipeline using Jenkins and Maven, and I’m looking for best practices around handling environment-specific configuration. Scenario: I have a Java ...
JavaSheriff's user avatar
  • 7,791
-2 votes
0 answers
54 views

When I try to run code with <math.h> an error pops up. error image. I already added -lm in JSON settings. code-runner executor map and it was working for a while, but then it stoped working ...
Max's user avatar
  • 7
-1 votes
0 answers
24 views

If I do echo -e '\033[31m\033[5mHello\033[0m' I get red (\033[31m) blinking (\033[5m) text both in XTerm and URxvt. However, if I enter echo -e '\033[41m\033[5mHello\033[0m' which should set the red ...
Enlico's user avatar
  • 30.8k
-4 votes
0 answers
33 views

While doing: ssh -i somekey.pem [email protected] on a recent macOS, I see: Are you sure you want to continue connecting (yes/no/[fingerprint])? Is [fingerprint] the macOS biometric ...
Paul Verest on LinkedIn's user avatar
0 votes
1 answer
23 views

In Tailwind CSS v4, with the new CSS-first configuration, variants can be defined using @variant {variant-name}. For example, a utility like this: sm:dark:bg-sky-900 <script src="https://cdn....
rozsazoltan's user avatar
  • 20.1k
0 votes
0 answers
14 views

I’m building a sync client for Google Calendar that needs to preserve the logical identity of a recurring series across splits, so user-level operations like “edit all” or “delete all” can span the ...
Antônio Pereira's user avatar
-1 votes
2 answers
45 views

I have a for loop function that loops through an HTML collection and adds an eventlistener to the elements in the collection. My problem is that I get an error about the event function being unable to ...
YAKOBISAAC's user avatar
Advice
0 votes
1 replies
18 views

I have an Intance with multiple DB's in it and I would like to provide access to DB's using the IAM but I am not sure if that is possible with AWS IAM on a DB level. I am pretty sure I can do it on ...
Chaitanya Chitturi's user avatar
Tooling
0 votes
1 replies
30 views

I have an upstream huge git project, that I want to depend on. However, I need roughly 20 components out of 400, so for the sake of sanity and quick build, I need to hide the rest completely, so that ...
Paul Verest on LinkedIn's user avatar
Advice
0 votes
0 replies
25 views

I am working on industrial automation solutions and exploring how to effectively implement OPC UA for secure and scalable IT/OT integration. Specifically, I want to understand how manufacturers, OEMs, ...
Eclatron's user avatar
Advice
0 votes
2 replies
54 views

I've been working on a string library in C(just for learning purposes). It's called cstring and the full source is here. I use _Generic with function macros so you can call the same function name with ...
Abhiram's user avatar

15 30 50 per page
1
2 3 4 5
1610566