01 icon indicating copy to clipboard operation
01 copied to clipboard

Fixed the ctrl-c bug, Fixes #231

Open Abdullah-Gohar opened this issue 2 years ago • 3 comments

Added support for Ctrl-C on Windows and added alternate process kill utility for Windows. Fixes #231

Abdullah-Gohar avatar Apr 12 '24 04:04 Abdullah-Gohar

Fixed the logic for establishing connection between client and server in Windows 11 Fixes #220

Abdullah-Gohar avatar Apr 14 '24 03:04 Abdullah-Gohar

Great to see these fixes. You should create a windows_11 branch on your fork so people could pull your fixes and test more rapidly. I did that with my Linux PRs: https://github.com/rbrisita/01/tree/linux

rbrisita avatar Apr 15 '24 21:04 rbrisita

Thank you for the suggestion, I have created the branch as requested and should be visible to anyone who wishes to utilize it.

Abdullah-Gohar avatar Apr 15 '24 22:04 Abdullah-Gohar

Love this, great work @Abdullah-Gohar. Windows support is an extremely high priority.

(We're trying to test the 01-rewrite on Windows as much as Mac, to get full Windows support before the next update. That uses pynput which should be cross platform.)

KillianLucas avatar May 04 '24 20:05 KillianLucas