Jakub Žádník
Jakub Žádník
If there is no way to set the `-W` flag as `"-W"` you're likely out of luck. One thing you could try is `hide exec` before you call ssh. We...
We're planning to extend the module system so you'll be able to treat a directory as a module and do something like `use some-dir *`. Sourcing the whole directory can...
Yes, we took a different approach with the module system. You can import modules from within modules but treating the whole directory as one module proved to be an unsuccessful...
I think we should do a relative compare vs. Nushell since who knows what hardware the CI runs on. It might change every run.
I think we could grab a Nushell binary of the latest release.
I couldn't reproduce it with your reproduction steps. I managed to trigger the panic once but I'm not sure how, exactly. Also, it would be the best if you could...
I wanted to see a reproducible example or a test because I cannot reproduce the panic. Seems OK to land but I'd wait a bit if @dbuch replies and we...
I noticed the completion behaves differently. Without the PR, `ls -la | sele` would pull up a menu with the available `select` overloads, with your PR, it just auto-completes the...
I guess the `debug_assert!` is fine, but `assert!` is definitely a no-go: Nushell should never panic. It would be great to have repro steps and ideally a test to cover...
@gaborbernat Is something like this what you had in mind?