Andrew Lilley Brinker
Andrew Lilley Brinker
Right now, the `update.py` program only supports pulling updates star count and activity data from the GitHub API, which means that any project hosted on GitLab (or another host, but...
https://github.com/Alfriadox/wright-lang
As it stands, `serde_json::Error` includes the line number and column number of the start of an item whose parsing resulted in a parse error. This is great, but doesn't interoperate...
Currently, the help text for `cargo generate` is quite large, both vertically (there are many flags) and horizontally (the descriptions for the flags are quite long). On my own system...
Fixes #102. This replaces the Python script for updating data for the tracked languages and regenerating the README with a new Cargo script, which lets us use Rust code instead...
See: https://github.com/rust-lang/cargo/issues/12207
Right now it's possible for packages to be added to the README directly instead of the JSON file, and that's happened at times where I've missed it. It would be...