Jos van Bakel

Results 10 comments of Jos van Bakel

I can have a look at it, if @Pancakem doesn't have the time. That probably won't be sooner than February next year, a busy period is coming up and I'm...

Nice work @asarhaddon ! I glanced over your changes and they look good to me. I do have to admit that I haven't read or written Elm code for a...

We could also use a polyfill for Safari: https://www.npmjs.com/package/event-target-shim

Very strange that the `escapeShellArg` is not working. I've been using this module for over a year now, and the escaping still works on my machine. Could it be that...

Perhaps you can verify that `escapeShellArg` is correctly working with `nix repl`: ``` ❯ nix repl '' [21:29:44] Welcome to Nix 2.6.1. Type :? for help. Loading ''... Added 16014...

Any update on this? Would love to see this merged. We're kind of in the dark now when consul-template fails to render a template. Except when a service using the...

I would very much like for this PR to be merged - and released. Any update on this?

I use https://github.com/nix-community/impermanence/ to "solve" this problem. It can be used not only for SSH keys but also for other persistent state. I give each MicroVM a `/persist` shared via...