Jakub Žádník

Results 215 comments of Jakub Žádník

Yeah, it's something related to the Windows paths but I couldn't locate the issue.

I'll close this issue because it currently works "as intended". The idea is that you're always supposed to define an `export-env` block if you want a module to export an...

Theoretically, it should work with `hide` and/or overlays, but there is still something not working correctly, most likely related to predeclarations in the parser. Apparently, in a subexpression it works,...

The `st` test error would probably better be fixed by changing the test to something else that is not a likely binary name (not sure what the test is supposed...

I quite like the new grouped config options. For me, it would mean I would need to reorganize my config a bit but that's life, we're still in pre-1.0 and...

#7002 and #7639 just got merged which should solve this issue. Feel free to reopen or file a new issue if there are still problems.

Let's give it a try since I merged the other PR as well. Thanks!

`source`d definitions are scoped like everything else in Nushell, so you need to do `source (if ... { some_file.nu } else { empty_file.nu })`.

We made some language changes to Nushell, and it should be possible to use `def --wrapped --env` to achieve both options passing and preserving the directory after `cd`.