Alexander Bantyev
Alexander Bantyev
Ok, I see. It would still be a bit annoying for users, but I'm guessing much less so. I'll try to rework it in this same PR.
@Ericson2314 Rewritten as requested. It's really ugly, but seems to work. If anyone has ideas on how to improve the code, please share.
I have been thinking about something like that. However, then we're violating the idea that "the happy path" should be devoid of hacks (since this sounds a lot like a...
I have tried to implement it, basically by trying to `command -v $(remote-command)` on the remote end first. It's still kind of hacky, and there's quite a lot of C++...
No, not really. It didn't even work properly in the "happy path". I think I'll just separate out the improvements you do agree on, and then leave the rest for...
Is there any known fix for this in the meantime? I'm trying to build ocamlPackages in nixpkgs statically, and this is one of the blockers.
@konkor I can do testing for non-NixOS distros in VM. Could you do some native testing?
@konkor You're right! I've removed the rule from `/etc/nixos/configuration.nix`, but forgot to `nixos-rebuild switch`! If I do that, extension hangs the shell. I've had that exact bug before - I...
Fixed. Works on both gnome-shell 3.26.2 and 3.28. (NixOS 18.03 & NixOS 18.09).
@konkor I've switched to using async where possible. I believe it should work, as it works on at least 2 machines now.