I have an Azure Function with the ServiceBusTrigger trigger it's configured to receive sessions, and when I insert the messages, it's inserting with the correct
Having trouble solving these errors on my template for AWS. Here are my errors: WobblelandSecurityGroup CREATE_FAILED Value of property GroupName must be of
For my project I need to create a bar-chart where category axis is the average of an aggregated sum and value axis is rowcount(). I can't find a way to calculat
When I request something it comes up with 3 errors. I think it doesn't allow me to do a request from specific places but I am not sure I am pr
I am facing an issue with a Console C#.NET app. It is running without an issue or any crash, and in Docker as well, running until stopped. On Kubernetes, it's n
I want to save the table calendar data. First of all, I succeeded in creating data for each date, but I don't know how to use sharedPreferences. I don't know wh
I'm trying to calculate the service hours that have passed since a ticket has been logged. When a ticket gets logged a timestamp is saved with it (date_logged).
1 = 0b1 -> 1 5 = 0b101 -> 3 10 = 0b1010 -> 4 100 = 0b1100100 -> 7 1000 = 0b1111101000 -> 10 … How can I get the bit length of an integer
I'm using the node.js open cv library and I was wondering how to get the image width and height from what looks like a Matrix object cv.readImage("./sample.jp