Sophie Winter
Sophie Winter
As per discussions in IRC, the correct sequence of events for changing anchor is: 1. Client set's new size and anchor 2. Client commits 3. Server does not move client...
Currently layer shell popups can go off the edge of the screen when the positioner rules should prevent that. XDG toplevel popups work correctly. --- wlroots has migrated to gitlab.freedesktop.org....
When I try to import a .vcf file with contacts, it says "An error has occurred, please contact developers.". In the console, this is logged: > `Object { message: "invalid...
Why are output and layer in particular the only two properties that can't be changed after initial surface creation? In [GTK Layer Shell](https://github.com/wmww/gtk-layer-shell) I just recreate the surface when those...
First of all, this is a bit confusing. Should the exclusive zone the client sends include the margin, or does the exclusive zone the server uses include the exclusive zone...
We need the ability to load and save brainfuck source files. It would also be nice to keep settings and/or open file persistent across closing and reopening the IDE. I've...
`data_display.gd` currently manages both the internal representation of the data tape, and the visual display representation. Other bits of the brainfuck runtime (parsing and interpreting) are scattered throughout the code...
Most of this project was written over a couple of days for a single lightning talk. As you might imagine, the code isn't the best. Here are some low hanging...
It would be nice if you could scroll horizontally along the data tape
The current implementation of brainfuck is extremely slow. This is mostly due to it not being optimized (Its also implemented in a slow scripting language, but compared to the potential...