Sam Atkins

Results 232 issues of 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...

typechecker

![image](https://user-images.githubusercontent.com/222642/181291735-50f15c42-85f6-4bef-ab88-80de25c52e27.png) 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...

bug

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...

good first issue
documentation
task list

This is a common feature in other drawing apps which makes switching between colors a lot easier.

enhancement
good first issue

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...

enhancement
good first issue

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...

bug
good first issue

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.