Charles Roper
Charles Roper
I came across this issue trying to CD into WSL. My Ubuntu WSL instance is mapped to U: but the path gets converted to a UNC path.  There's an...
Sorry, I wasn't clear! cd'ing works. The error you see in my screenshot is Zoxide failing (maybe because of `dunce`). I can, however, still type commands. If I invoke `ls`,...
Thank you so much folks! Especially @ChrisDenton for `omnipath`. 🙏
I see the same - Windows 10 21H2 (OS Build 19044.2130) ``` nu > starship --version starship 1.11.0 branch:master commit_hash: build_time:2022-10-15 01:51:42 +00:00 build_env:rustc 1.64.0 (a55dd71d5 2022-09-19),stable-x86_64-pc-windows-msvc ``` I tested...
Just run into this issue trying to access WSL via Nushell. Works fine using PowerShell. It's been over a year since this issue and the other one over at `dunce`...
Dunce author just closed the issue with no fix. Guessing it has indeed stalled.
The `omnipath` crate provides a fix for this problem: https://github.com/ChrisDenton/omnipath See this related pull request: https://github.com/nushell/nushell/pull/6824
I just noticed this problem too. I am using MultiMarkdown syntax to edit Markdown Extra files and everything I've tried so far works great. Here's what the def list problem...
Sorry, just read this over again and it looks a bit like an advert - sorry! I'm referring to the recommendation to use Hyper as a terminal for Windows, and...
Intuitively, I thought there might be a shortcut to replace rather than append; e.g. I thought maybe ctrl+enter would do a replace given just hitting enter appends.