WATANABE Yuki

Results 65 comments of WATANABE Yuki

This feature hasn't been implemented yet. If it were to be implemented, do you think it would be better to set it up with shell commands like in bash, or...

Thanks for the suggestion, but I recommend using one of the external time implementations, as they usually provide more information than the built-in shell versions. The only situation where a...

GNU time seems to support showing all the fields returned from getrusage.

The shell complains about non-existing variables if the nounset option is on. It seems to be turned on [here](https://gitlab.com/FOSSilized_Daemon/dotfiles/-/blob/01d90880cc66a5daf0532e0714573cf2aac3d56f/src/home/.config/yash/sh-script/miscellaneous.sh#L27) in your case. If you want the shell to silently ignore...

Despite [my comment in the nvm issue](https://github.com/nvm-sh/nvm/issues/3499#issuecomment-2556143305), this problem could be worked around by implementing the bracket syntax in yash3. I plan to implement this, but it won't be very...

If I understand correctly, nushell's plugins are separate executables invoked by nushell. In that case, the "Separate Work / Loose Coupling" scenario applies. Since nushell itself does not depend on...

[yash-syntax is GPLv3.](https://github.com/magicant/yash-rs/blob/master/yash-syntax/LICENSE-GPL)

This syntax is not implemented yet. I intend to implement it, but am not sure exactly when.

I won't be addressing this issue anytime soon.

It seems marks are lost when the file is modified by an external tool like a code formatter and vscode reloads the file content.