Stefan Holderbach

Results 458 comments of Stefan Holderbach

I think we need to update some of the string documentation here and check if we are not painting us into a corner. With #8066 we moved the backtick strings...

> can nushell detect the first argument is a file with no executable flag, if yes pass in closure As a file and a command are potentially pretty interchangable I...

Does this answer your question @theuserbl ?

> Did the plugin examples get eaten by this PR? or was it another PR? @WindSoilder just added PluginExamples and `help query web` used to show them. Now it doesn't....

Thanks for including potential strategies to resolve that! Would you mind adding your current platform and the build info from the bug report template for future reference: ``` version |...

This is certainly limiting Nushell on more complex systems. We plan on moving the core of our file-system related commands over to rely on the implementation from https://github.com/uutils/coreutils #11549. While...

I like the robustness of the rust like syntax you picked. Makes sense on the parsing side to me. Unsure if we really need the separate `Value::RawString` especially now that...

Thanks for the detailed investigation! Should be relatively straightforward to address.