Open matt-gardner opened 7 years ago
I use windows. How can I help?
Try running things, see what breaks, and submit PRs to fix it. If it just works already, then great, we can close this issue.
to be specific, it'd be great to verify that unit tests at least work on windows.
I'm pretty sure this won't work on Windows at the moment, because we have plenty of places where
/
is hard-coded, instead of usingos.path.join
. This should be fixed.It's also super low priority for us, and really hard to know if we've found everything, because we just use linux and macOS. Contributions welcome here.