Jo Geraerts
Jo Geraerts
stdbuf is not available on osx so flush the output using fflush in awk.
Environ allows you to override settings as java system properties which in itself can come in very handy. But security wise it might not be the best idea. A non...
With postgresql (probably other databases as well) you can set the fetch-size on a statement to the result set will not be pulled in 1 go into the client. This...
I've spend some time using figwheel-main inside expo. With some initial success I couldn't get around the fact that the figwheelApp() should be registered with expo itself as it does...
https://github.com/4ndreas/WiFI-RGBWW-module/blob/92eb7a855939a9ca39f93566fbe3692fa72d41a8/WiFi_RGBWW_module_mqtt_example/WiFi_RGBWW_module_mqtt_example.ino#L59
You refer in these examples to the appmgr mcollective agent, however i'm unable to find any other references to it. I suspect it will be a script highly dependent on...
I was trying to toy around with steel in a prototype I'm doing. Especially the sandboxed environment looked nice to me but it errors out when constructing. A failing test...