Thalia Archibald
Thalia Archibald
I frequently view XKCD comics using [XKCD Open Source](https://github.com/mamaral/xkcd-Open-Source) which uses this font. Unfortunately, of the German diacritics, this font only supports Ü. This means that sights like "ERKLäREN" are...
I'd like to see this merged because llvm-mirror hasn't been updated since 2019 when the official LLVM monorepo was migrated to GitHub. It appears that llvmenv has been in low...
@pthariensflame Any chance this could be merged? It looks like @flier added Linuxbrew support. I'm working with inkwell on macOS and it would be very nice to use the Homebrew...
If you have a chance sometime, could you add a license? I'd like to use some of these heuristics in a compiler (attributed, of course).
I'm no expert on licensing, but I thought that reimplementing algorithms, using specific source code as reference, would be a derivative work. In any case, it sounds like you're open...
I just pushed a commit which changes `main` to exit with a status of 1 on error to make it more useful within scripts.
It looks like when returning a `Result` from `main`, the `Debug` representation is printed, which is not desirable. I think it has to be done manually as-is, unless you know...
+1 Here are some images of how this could look:   
The GIF only shows `-` bullets, but `*` bullets are also relevant.
You can see all the character variants with `grep -Eo '(ss|cv)\d\d' FiraCode.glyphs | sort | uniq`. It lists ss01-10 and cv01-30. They are also mentioned in the [changelog](https://github.com/tonsky/FiraCode/blob/master/CHANGELOG.md). I pulled...