Matus Goljer
Matus Goljer
My current image I'm using has an `ENTRYPOINT` as `Rscript start.R` so I expected the command would just be attached to that as usual with `docker run`, i.e. in my...
I haven't tried it as a dependency, I'll check it out.
Same problem with `max_client_disconnect`. Can we get a new tag/release? I see the dependency was already bumped to nomad 1.3.1 three months ago.
I would guess that most people only care about http anyway. I don't have hard numbers but that seems like the obvious default use case. But having three options is...
We are using HashiCorp Vault to manage our PKI. It can generate short-lived certificates on demand for services or longer-lived certificates for people to use for authentication. Most of our...
@xsrvmy An argument to map is an anonymous function, so this can distinguish it. The moment it is assigned to either a variable or made into a `function bla()`, this...
I've written something for sallet ([code](https://github.com/Fuco1/sallet/blob/master/sallet-concurrent.el#L152), [architecture](https://github.com/Fuco1/sallet/blob/master/dev-notes-concurrent.org)) which is my clone of helm where I run chunks of code for 10 miliseconds and then yield to the loop... the problem...
Note that I'm not using threads but [deferred.el](https://github.com/kiwanami/emacs-deferred). Yea, typing is responsive because the thing uses idle timers as the implementation. So while events are coming in nothing happens and...
There's definitely some slowness in the `lsp-ui-mode`. And by some I mean when I type there is a 1-2 second delay between letters. I don't know which feature is doing...
My use-case is using the password store on my phone, but I don't trust the "key provider" app with my root key. So I'd create a subkey and encrypt the...