Jonas Chevalier
Jonas Chevalier
pexpect wasn't finding the right prompt match and the kernel would then timeout on the jupyter side and get killed.
It happened a few times where I wanted not to follow a branch but releases. Ideally I could say something like: ```sh niv add draganm/terraform-providers-linuxbox --release ``` And then niv...
It would be nice if the CA could be generated with a Name Constraint, so that it can only be used on a specific top-level domain like `.local`. See https://timothy-quinn.com/name-constraints-in-x509-certificates/
Cater for the following scenario: ``` $ cd projectA $ nix-build # this should use the binary cache of projectA $ cd ../projectB $ nix-build # this should use the...
Adds a `direnv export environ` command that outputs the diff in `(=
Alternatively to Cygwin, it should be possible to support the Microsoft PowerShell. The only unclear requirement that needs to be researched is if PowerShell would support evaluating code before each...
I'm tired of downloading the same gems over and over again because they have a different GEM_HOME. GEM_CACHE should be settable (or a smarter heuristic), separated from the GEM_HOME
Except that then you'd never get it to work properly on Windows, unless you bundled both an msys and cygwin version. And you'd still have to solve the cross-system environment...