Gábor Szabó
Gábor Szabó
e.g. one of the crates link to https://github.com/ava-labs/avalanche-rs/tree/main/crates/avalanche-types We should not try to clone this and we should probably report this as I think the repository link should contain the...
For each crate list all the other crates that are similar. e.g. 1, 2, ... Levenshtein distance away. For now allow for manual inspection. Later we might also consider comparing...
There are some crates that were uploaded just to take the name, but there is no real code in them. It might be reasonable to upload a new crate and...
e.g. https://rust-digger.code-maven.com/crates/kurtosis-sdk has a repository, but not owner. Looking at any of the listings. e.g. https://rust-digger.code-maven.com/ we'll see a few entries where the "owner" column is empty.
In the current system we try to clone all the repositories we have not cloned yet. This means that if a repository link is incorrect and the repo does not...
Running `git pull` on 100,000 git repos when most of them don't change is quite a waste of time, but we probably would not want to wait for a release...
There are several groups of crates wherein each group uses a single git repository. From the POV of the developer it is a monorepo, but from the POV of the...