I am trying to add at tabels from picture 1 CronJobs for reload every mounth at 1st day. How can i do ? Need only the link(path) not code .
I'm parsing a EDI file and splitting by ~s. I am wondering if it's possible for EDI to have ~ in the data itself? Is there a rule that says no ~ in the data?
In Kotlin, indexOf(x) called on a Collection returns the index of the first element that equals(x) (structural equality ==) How can one get the index based on
I want to make a button that creates a p element, with an increasing id number, each time it is pressed. The p element must have a delete button that will delet
I'm using the && operator in react to map an array if that array is not empty. However, later when it is mapping I'm trying to access the current elemen
I am currently trying to implement a role that can just manage permission for certain namespaces. The goal of this role is to be able to give the role view and
I'm new to the platform, so i don't know if i put my question on the write place. I have a PWA made in angular. It works fine in chrome on android, but flex and
I want to connect a forehead thermometer in my react project. My forehead thermometer is FORA IR42. The problem is I can't find this device in my chrome. No mat
I have a Vue.js app that makes an Axios call. It works fine when I start the app with npm run serve. However, I tried containerizing the app with Docker and ngi