I need to allow to only write in an input numbers and optionally 1 comma and 2 decimals. Example of right inputs: 123 123,22 I've tried this directive I fou
I have this method: public static Object parseStringToObject(String json) { String Object = json; Gson gson = new Gson(); Object objects = gson.fro
I have an application that uses Azure Storage, when I have reinstalled the Azure Storage Emulator and Explorer and then run the app, I get this error. The app w
I'm working an interactive Leaflet map that has museum specimen location data. I want the user to be able to search for a specific specimen and have the map upd
I'm currently working with 2 private react projects, both using a single private component library which gets installed from git ("library": "git+ssh://git...#c
I've made an app using visual studio running on .NET 5.0 but if the app is executed from a computer that doesn't have it installed it will show a popup asking t
I am trying to clone the iggrid/ appending/adding multiple rows to the end of the iggrid in a button click. Like there is a button called "Add additional Row" t
I am trying to get nodemailer to work in my Quasar/Electron project. Before Webpack V5, all was working fine. However, in my new project using Webpack V5, whi