I've been trying to solve this one all week, help very much appreciated. I have various schemas in a postgres db and I would like to be able to map to them fro
When I use the app and navigate to the SetContext component, I see the value of auth is correct ("dummy value") and after entering a value in the edit field and
I am currently struggling with choosing between the Servlet-based MVC stack and the newer reactive WebFlux stack for a new Spring Boot - based project. I know f
Im having difficulty sorting this out. Ive surfed quite a few scripts to see if i could rework but i have no success yet. I have a sheet where data is submitted
I have a list of dataframes corresponding to different countries, each formatted the same way. Here's AUH for example, the dataframe for Austria-Hungary: st
In redux saga we have race effect where we can pass named promises: const { a, b } = yield race({ // will resolve if one of them resolves a: call(somePro
I was looking whether it is possible to pay with a mobile app like a bank card. Without the user being tied to it so funds can come from anywhere, maybe a payme
I am using a fastify server, containing a typescript file that calls a function, which make sure people won't send unwanted characters. Here is the function : c
In a C-scanf format, how do I specify, that I want a character ^? "%[^]" does not work with GNU scanf, because ^ at start has the negation meaning.
I'm beginner in flutter and riverpod and have a issue which troubles me. could anyone solve the issue? I'm developing app which has BottomNavigationBar on its b