I'm trying to debug a nodeJS app. I have some code which causes an error, a variable is undefined. When I run the code normally, the error is very clear and eas
#include<stdio.h> void add(int a,int b) { int c=a+b; printf("\nSum=%d",c); } void hello(char *name) { printf("Hello %s",*name); } int main() {
I have a question about "Domain Events"(orange post-it) in Event Storming When I look some examples of Event Storming, I sometimes see Domain Events that look l
Suppose that I have data in date-time format like this. The times are not necessarily evenly distributed. Some days may have more times, some days may have less
Im making a discord bot and im trying to get the names/id's of everyone in a server using guild.members.fetch(); However no matter what I've tried it always sen
I want to query my database and return a table. The table I have contains a column with the names of user defined functions. I want to execute the value of the
I have two classes. The first is the main one, the second is its implementation. first import java.util.Arrays; public class DecrementingCarousel { int cap
I have a WCF self-hosted service that is accessed over a VPN by client applications. This works in most cases, but some clients are unable to find the server by
So I want to show spinner on my component every time it making API calls, what my function did is something like this: setShowSpinner(true) makeAPICall() setSho