Na

Results 6 issues of Na

![syntax](https://user-images.githubusercontent.com/25114018/142484521-a3291378-4c8a-465d-8b56-ecde5fcb457e.gif) After filling a hole with something, and hitting `C-c C-SPC` (give) or `C-c C-r` (refine) the syntax highlighting is extremely wrong, with individual characters or groups of characters being...

bug

Hitting `\` seems to complete my unicode input, but it doesn't start a new one. If I want to type `≡⟨⟩` currently, I need to press: `\==ESC\` which is a...

bug
enhancement

This is valid YAML/KSY that contains a flow-folded string[[1]](http://yaml.org/spec/1.2/spec.html#id2779740)[[2]](http://yaml.org/spec/1.2/spec.html#id2779740)[[3]](http://yaml.org/spec/1.2/spec.html#id2779740). ```yaml meta: id: example file-extension: example seq: - id: stringdemo size: 0 doc: This is a flow-style multi-line string ``` But...

bug

# Summary During `fission setup`, entering your username before going to auth.fission.codes causes things to wait forever. Interrupting the setup with `^C` leaves `~/.config/fission` in a half-initialized state which causes...

🐛 bug

Java's `awt.Desktop#browse` doesn't seem to play nice with linux setups that aren't "whatever ubuntu's doing". The regular Minecraft experience works around Java's jankiness by offering a "copy to clipboard" option...

i think it's constructing the URL incorrectly, getting a 404, and then failing to serialize that 404 json into an actual C# object it looks like [the code for UserClient.GetPersonalBests](https://github.com/LiveSplit/SpeedrunComSharp/blob/58694895eaf5319e6a8b8ad17b1e07272ea811e7/SpeedrunComSharp/Users/UsersClient.cs#L156)...