Amelia Clarke

Results 4 issues of Amelia Clarke

There should be a special highlight group for the error set operator (!) and the optional operator (?). I propose the names `zigErrorSet` and `zigOptional` for these highlight groups. Ideally...

Here is a minimal example: ```rust use macroquad::prelude::*; #[macroquad::main(window_conf)] async fn main() { loop { next_frame().await } } fn window_conf() -> Conf { Conf { window_resizable: false, ..Default::default() } }...

As discussed in the Zig Programming Language Discord, I have been working on rewriting the entire zig.vim plugin from scratch. This pull request contains all of the improvements I have...

When repeatedly powering and unpowering stacked camouflage blocks, the blocks above the lowest sometimes appear as block update detectors. I've noticed this generally lasts only a second or so before...

Rendering Glitch
Expanded Redstone
Uncertain Fixability