ra-multiplex
ra-multiplex copied to clipboard
Doesn't work on Windows
For some reason cwd path starts with /c%3A
I shit-fixed it in my fork: https://github.com/xxshady/ra-multiplex/commit/6fde8c2a13244d36217d4e50be5b10af9c456eea
Thanks for the shit-fix, it's working great!
This probably got fixed by #64, the %3A is percent encoded :. Can someone on windows confirm it's been fixed? (release v0.2.4 contains #64)
Just tried it in Windows. The "%3A" seems to be fixed, but it still seems tripped up because of the "/" before the drive name.
Version 0.2.4 straight from "cargo install ra-multiplex".
Also slight typo "langauge" in the error message ;-).
the leading slash should be fixed by #73, which is not on crates.io yet. there has been quite a few changes since the last release so i'll do another one
@ollbx i've released v0.2.5 which includes #73 (and fixes those typos) if you could test on windows. so i can finally close this issue
Can confirm, it is working now. Thanks for the quick fix :-).