Chris Meyer
Chris Meyer
I know that `cliclick` can work from a commands file, or that I could write a bash loop; however, I'd love to see syntax like (inspired by xdotool): `> cliclick...
In other logging settings, I've found value in being able to redirect certain log statements to individual files e.g.: in one application that manages 3 identical serial devices- my logging...
In the situation where periodic disconnections are expected, the component will eventually always use the max retry backoff, because a successful reconnection never resets `state.attempts`. I'll happily put together a...
I would like to be able to specify the cookie used when connecting to a certain remote node. My use case: I have a LAN setup with two separate, distributed...
I see the options for setting custom JVM args in the gradle configuration, but I was hoping to find something similar for setting environment variables for the app at startup....