ra-multiplex icon indicating copy to clipboard operation
ra-multiplex copied to clipboard

Doesn't work on Windows

Open xxshady opened this issue 2 years ago • 2 comments

For some reason cwd path starts with /c%3A

изображение

I shit-fixed it in my fork: https://github.com/xxshady/ra-multiplex/commit/6fde8c2a13244d36217d4e50be5b10af9c456eea

xxshady avatar Nov 04 '23 14:11 xxshady

Thanks for the shit-fix, it's working great!

SonicZentropy avatar Feb 13 '24 23:02 SonicZentropy

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)

pr2502 avatar May 16 '24 16:05 pr2502

Just tried it in Windows. The "%3A" seems to be fixed, but it still seems tripped up because of the "/" before the drive name.

image

Version 0.2.4 straight from "cargo install ra-multiplex".

ollbx avatar Aug 08 '24 14:08 ollbx

Also slight typo "langauge" in the error message ;-).

ollbx avatar Aug 08 '24 14:08 ollbx

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

pr2502 avatar Aug 08 '24 14:08 pr2502

@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

pr2502 avatar Aug 08 '24 15:08 pr2502

Can confirm, it is working now. Thanks for the quick fix :-).

image

ollbx avatar Aug 08 '24 15:08 ollbx