Matthias Van Woensel
Matthias Van Woensel
We occasionally get customers that destroy their data by renaming a container. It's documented, but it gets missed. This PR adds a new `platform commit:validate` method that can check the...
Customer reported a bug in the new version. That caused him to see the same numbers for every database/relation. I had to add a new table to show the database...
You can have alfanumeric keys together with numeric keys. I changed the regular expression to fix this. Example: ``` var arrResults = {"ID4":{"MAXNUMBERPRATICA":"27652","_odbc_connection_id":"ID4"},"4":{"MAXNUMBERPRATICA":"123456","_odbc_connection_id":"ID4"}}; console.log(sprintf("check results = %(arrResults[4].MAXNUMBERPRATICA)s",{"arrResults":arrResults})); console.log(sprintf("check results =...
I'd like to share an idea with you guys that might be of use. As someone who has programmed in QT I have always loved the way they [communicate between...
This allows users to detect if they are on a production site that actually has a domain added. Can also be used to detect if a dev environment has a...
navigator.getUserMedia is deprecated and should not be used. navigator.getUserMedia only seems to be used in the initial check here. Later, it is correctly used as navigator.mediaDevices.getUserMedia in stead simply updating...
Are there plans for connectors in other languages More specifically: a golang connector that sends all its `log.Printf` to console.re? How would one attempt to start building this?
As a human, yes I want human readable steps. But If I'm asking for --json, I really don't expect those steps to break my json. # Current behaviour ``` flyctl...