I can successfully deploy and develop java projects remotely from a Windows machine on a RaspberryPi (Raspian). My IDE is Netbeans 12.6 which comes with the opt
We have a .Net Core 3.1 application which is using EF Core to connect wit the SQL Server database. We are facing one problem, that when an exception occurs in o
I have a table with a starting time, finishing time and delivery columns. The starting and finishing times are of the timestamp without time zone data type (YYY
I want a user to be able to query GET /api/mycontroller?enums=ABC without using commas for the enums parameter. I know I can pass a comma separated parameter bu
Have tried reading the docs but nothing,is there a way to override the default RTk query cache key mechanism so i can setup my own keys like in react query ? if
i have problem with sending images from url when i try to make bot discord, i got the messages " Hello " but not with the images. require('dotenv').config(); co
I would like to achieve this UI using only canvas in jetpack compose, I can draw the circle, the pause lines and even the rounded corner triangle (using Path) B
Dataset (simplified) data <- data.frame() data[1,1] <- "NO CB" data[1,2] <- 1.13 data[1,3] <- 4.56 data[2,1] <- "NO CB" data[2,2] <- 2.45 data