Sam Atkins
Sam Atkins
Currently, the compiler allows this: ```jakt while not .is_eof() and .is_numeric() or .get_byte() == b'.' { // ... } ``` But this is ambiguous as to how the `and` and...
 This makes modifications in FontEditor more visible, both so you know what you've changed, and for taking a handy "here's what's changed" screenshot for a font PR. :^) The...
As noted in https://github.com/SerenityOS/serenity/pull/14734, the WrapperGenerator behaves oddly when it encounters circular includes. (`A.idl` imports `B.idl`, and `B.idl` imports `A.idl`, possibly with several imports in between.) Sometimes it reports an...
For Application man pages see #21091. I thought it might be useful to know which utilities lack man pages, since that's not easy to tell otherwise. This is a list...
This is a common feature in other drawing apps which makes switching between colors a lot easier.
Currently, you can only *shrink* the image, by using the "Crop to Selection" menu option. Being able to make the image bigger would be very useful. Similarly, we would like...
To reproduce: 1. Open HackStudio 2. Double click to open README.md inside it 3. Use `View > Add New Editor` from the menu 4. Open a different file in the...
Hi! This is my first contribution to a spec like this so while I've done my best to follow the guidelines, there are probably things I am getting wrong. Let...
https://console.spec.whatwg.org/commit-snapshots/6447e9d3cdb01c48094cbaa32d0e5fb1ab74367d/#formatter Hello! I'm in the process of implementing the console spec in a new browser, and came across some issues with using `result` in the *Formatter* algorithm. Step 4 in...
These are some simpler cases, because I was in the mood for simple.