David Arnold

Results 830 comments of David Arnold

I would suggest to accept both: - JSON/YAML - TOML (for leaving comments and easier on the eyes) HCL, not being able to claim to be some sort of "standard"...

The problem is that it is hard to handle lists in config management as list items aren't stably identified (only by a potentially mutating index).

Since the entirety of NixOS is based on systemd, and NixOS is an increasingly popular base distribution for infrastructure management, I'd be very interested in this being officially supported.

If such thing should be of the scope of this implementation, then it should be inspired by the `notes ls | fzf | xargs -o $EDITOR` workflow under a `notes...

I've stumbled over http://blog.fanout.io/2013/03/19/pollymer-a-general-purpose-long-polling-library/ and am somewhat inclining to use it as a library. Company behind seems rocksolid and it looks rather stable (at first sight). Actually, I have difficulty...

I'm advancing, here I simulate a hard server shutdown (2x CTRL+C): The very same long polling would be able to detect such disconnection, so I guess this update polling loop...

WIP, but you can see how the sync icon is read and pollymer (gracefully) does 2 retries (3 tries in total) with increasing latency, first 1860ms then 2861ms after a...

:smile: http://nimb.ws/RKnLxT

It does! :) Even a graceful termination (which returns HTTP `code=0`) is detected as a failure...

I'm, by now, able to dynamically create satellite endpoints, (there can be as many as makes sense), each of which would create a independent UI widget... I'm now struggling to...