Mark Wiebe
Results
2
comments of
Mark Wiebe
Trailing backslashes are kind of a pernicious thing. It looks like xonsh does some things to make it work, but there are edge cases, e.g.: ``` mwiebe@prax C:\Dev\SequoiaAll\Sequoia import_precision $...
I understand that both Unix and Windows start bash as a subprocess, but the Unix code depends on feeding the shell-hook to the subprocess via the PTY it launched it...