Jade Pritsker

Results 13 comments of Jade Pritsker

I'm down to help out

I've got the same issue on macOS 11.4 with PyGame: ```python import pygame from pynput import keyboard def on_1(): print("1!") listener = keyboard.GlobalHotKeys({'1': on_1}) listener.start() pygame.init() screen = pygame.display.set_mode((200,100)) ```...

Maybe a release to-do list would be helpful?

> "Add more" is a little too vague for the issue title. Good point, although I'm not sure how to phrase it non-ambiguously, as "add alternative option(s) to google and...

Here's one way of implementing colorable titles into gocui: https://github.com/jroimartin/gocui/pull/145 It's not ANSI sequences, but it is color

Any updates on this? My understanding is that this is needed to implement LSP, and losing LSP without manually patching is a big point for many that may prevent switching...

The handling of register clobbering from syscalls in std/os/plan9/x86_64.zig seems to be incomplete. I've been working on partially porting musl to 9, and I found that it seems 9 makes...

It's an Apple issue, see [this page](https://mac.r-project.org/openmp/) for a workaround.

There's a port to general *nix OSs including MacOS [here](https://github.com/0intro/9-cc), but I had to do some editing to get it to work on Linux. Yes, the compilers get mad about...

Will do, got distracted and have been a little bit busy, but I should get it done by the end of the week Edit: My laptop broke, might be a...