Andrew Lilley Brinker
Andrew Lilley Brinker
This seems to still be happening. Is there some way to get no-trans on stable without using `-Z`?
Looks like this is the more detailed underlying issue: https://github.com/rust-lang/git2-rs/issues/813 Basically an incompatibility between `git2-rs` and `libgit2` versions. When you get the wrong mix of versions a particular struct gets...
Right now it looks like this affects Inko and Iridium, which are both hosted on GitLab.
Hey good to know! Would you be willing to open a PR to make this change?
Quick design thing. Related to this, I'm thinking of the following: - Turning `languages.json` into `languages.toml`, so it's more human-writeable. - Moving the stars-caching thing into a file under a...
In terms of commands, I'd like to replace the existing commands and rename the script, so it becomes: `./langs [add/remove/edit/update]`. - `add` would add a new language, sync with external...
Also probably just have one cache file. Maybe consider even making it SQLite
Looks like [`mf2py`](https://github.com/microformats/mf2py) is an official package for parsing microformat data.
Yes! Though it's probably best if you add them yourself using the script provided in the repo. I don't know that I'll have the time soon to do it.
Iām interested in trying to implement this. Looks like it would make the most sense to check after expanding display shorthand in `Struct::from_syn` and `Enum::from_syn`. Looks like for now the...