Sophie Winter
Sophie Winter
I've tried various combinations of GTK (3.24.30 and 3.24.34) and desktops (Sway running on XWayland, Sway running on Wayland, i3, GNOME Wayland, GNOME X11, Openbox) without ever seeing this. For...
Pull requests welcome, but I probably won't look into this at the moment. There's a lot of improvements I'd *like* to make, but I haven't been doing much brainfuck development...
It's on the line, but I guess it is a bug.
Hmm... looks like reset hangs even on long programs, like: ```brainfuck load 1000 into position 2 ++++++++++ [ >++++++++++ [ >++++++++++ move 1000 spaces to the right [[>+-] ```
Ah, it's a memory issue, not a logic error (as can be seen by `+[+]` being resetable after clicking 'skip to end' and waiting, and `+[>+]` being resetable if you...
Lets do #6 first
Thanks for reporting, but I'm not actively maintaining this project and don't have Godot 2 installed. At some point I might overhaul this project, but until then I probably wont...
Her are some screenshots from GTK layer shell demo Rootston with layer (incorrect):  Rootston with XDG toplevel (correct):  Mir's layer shell branch (correct): 
Not without digging deep into GTK. I'm EOW now but I might have a closer look next week.
If I don't call `eventlet.monkey_patch()` this problem doesn't happen, the only downside I've seen of that is that I have to send SIGINT (ctrl+C) to the python server twice to...