Mateusz Czapliński
Mateusz Czapliński
I'm getting the same error when trying to `py install.py nixos/nix`. Any suggestions? I tried to run this immediately after [alwsl](https://github.com/alwsl/alwsl) (which completed successfully). *edit:* With the following patch: ```...
Hmm! Running the following command in Windows (*cmd* shell): ``` c:> lxrun /setdefaultuser someuser ``` seems to create the registry values! I'll try to run `install.py` again with this...
As to my intended docker repo (`nixos/nix`), after successful `install.py`, when trying to run "bash" I'm getting 0x80070002, so I assume it's the same as #20, meaning roughly that Alpine...
(I'm not sure if this is a good place to write it, but I have no better idea for a place ATM: I'm having some loose thoughts related to some...
Doesn't work for me either as of now (don't remember if I ever checked if it worked at all...)
Hi! I would be interested to try if I could implement this; would you have any pointers for how to approach that for a person not familiar with the codebase?...
Thanks @fmartingr for a quick reply! ❤️❤️ One thing that is not super clear to me, both from implementation, but also esp. usage and maybe testing perspective, is how auth...
I believe pressing Ctrl-C or Ctrl-D currently already gives you effectively the same functionality, isn't it so? Sorry if that isn't documented properly 😞
FWIW, here's what seemed to work for me (with Nickel 0.4), based on the hints above - please note it can probably be improved, it's just in the hacked-together state...
Per https://github.com/mattn/go-isatty/blob/master/isatty_windows.go, I believe GetConsoleMode should work for stdin too...