I have names in my table for which I need to replace certain characters with others. I have the following code, but I get an error REPLACE(REPLACE(TRIM(name),NC
I tried by following codes // remove particaipant tracks vm.tc.currentVideoRoom.participants.forEach((remoteParticipant) => { remoteParticipant.tra
I want to remove the close button from the context-sensitive menu that appears when I right click a record in list view. I found instructions how to do it for w
I am using mosquitto as a MQTT-broker and I while it offers extensive logging functionality I can't find out how to log the actual topic's messages to a file (o
I am working on a project that uses Javafx, and my goal is to make a .exe file with Launch4J, because it will be used by other people. For now, when I export th
I need to query a model by a JsonField, I want to get all records that have empty value ([]): I used MyModel.objects.filter(myjsonfield=[]) but it's not workin
I need to calculate to compute a repeated application of a linear transform under a modulus. ((a ** p - 1) // (a - 1)) % m == ((pow(a, p, x) - 1) // (a - 1)) %
I have deployed Prometheus to a running kubernetes cluster. I want it to use service discovery to find all our services and scrape their health endpoint to coll