Thalia Archibald

Results 48 comments of 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: ![Grass Block 3D](http://hydra-media.cursecdn.com/minecraft.gamepedia.com/c/c5/Grass.png?version=bdbbd6b44d90eb88f8ce2d3968359c1e) ![Grass Block 3D](http://hydra-media.cursecdn.com/minecraft.gamepedia.com/0/08/Grid_Grass_Block.png?version=cd2cafa76efa97a691e1e97a04a1adfa) ![Grass Block Side](https://cloud.githubusercontent.com/assets/8071784/5545873/0a2ac392-8ae6-11e4-9817-75452426fa3a.png)

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