rust-digger icon indicating copy to clipboard operation
rust-digger copied to clipboard

Results 43 rust-digger issues
Sort by recently updated
recently updated
newest added

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

This will improve the overall quality of crates. `cargo fmt`: Some crates don't use this. I don't think that's a good idea, it might be because they don't know. `cargo...

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

Dockerfile ``` FROM rust:1.71-buster RUN useradd tester ``` build image: ``` docker build -t rust-test . ``` Tun tests ``` docker run --rm --workdir /opt -v$(pwd):/opt -it --user tester rust-test...

Find out the most active (changes / fixes / upgrades) crates in some popular and useful categories.