Jonas Chevalier
Jonas Chevalier
No news. @cole-h would it be useful to share the ofborg org with the infra team?
Maybe we need a simple feature-detection script to guide these flags. The start of autohell :)
Thanks a lot @stevedekorte, I'm a big fan of your work.
Same issue here. What's the point of having a browser-based ID if the browser doesn't show me my open session and lets me logout ?
Here is another format proposal: https://github.com/zimbatm/lines
I think the regex could be moved to the instance level instead of the function. I don't think rust allows global regexes like in go.
SSH also supports having a shared CA that can generate keys for all of your workers. Then you can configure the CA public key in your master an access all...
Fallback on `GITHUB_TOKEN` if it's set.
`import` memoizes the result, but not `scopedImport`. If you have multiple `import ` it can become costly quite quickly. IMO the best solution would be to instrument the Nix C++...
If `sorri` doesn't support the shellHook feature, it will not be a drop-in replacement to nix-shell. Using the shellHook to extend environment variables is quite common I think.