Douglas

Results 71 comments of Douglas

And for future readers, you also need to set `VIRTUAL_ENV_DISABLE_PROMPT` to `1` to disable the default fish prompt integration done by venv.

@Elberet Not that it has anything to do with your issue, but I'm curious about the following in your installation procedure: ``` systemctl mask apport-forward. ``` Where does that come...

@c4artisan Try: ``` sudo systemctl mask acpid ``` That looks to be the culprit to me. I'm not running Genie, but I can reproduce the same problem with a generic...

> > I was thinking there was a \wsl$ special UNC path or a wslpath > > My understanding is that the official way to get a Windows path is...

> Nu should probably have a recursion limit? Alternatively, is it technically possible to implement tail recursion (or some other approach) to allow this scenario to work? Currently, at least,...

Just came across this when searching for something else. It seems to me that it has lived a useful life, but can probably be closed now since (a) most or...

@ADIX7 I'm not a Rust developer (yet, but I'd love to learn), but it seems to me to be a relatively easy implementation. Might be a "Good First Issue" for...

And I came back over to add that this isn't only for third-party modules. It's far more easy to just ` ~/.config/nushell/conf.d/my_function.nu` and edit away than it is to find...

Throwing out a ... maybe ... include subdirectories of `conf.d`/`modules.d` automatically as well? This would allow you to `git clone` a module/script directly into the directory ... The structure of...

> > Is there an ETA on this? This is one of the most important thing missing for me to switch to nushell. Managing config files in 3rd party tools...