Arkadiusz Piekarz
Arkadiusz Piekarz
Running `cargo upgrade` with `--verbose` flag produces the same content as without it. Only adding a second flag to create `--verbose --verbose` makes a difference. I'm using cargo-edit-upgrade 0.12.0. ###...
### Summary After initializing Git repository using a different initial branch name than `master`, the function `git2::Repository::is_empty()` will return `false`, even though there are no commits in any branch. ###...
### Description Below is a program that initializes two repositories, one with a master branch, second with a main branch. For each it checks if the repository is empty, but...
This crate currently can be used only with gtk3. Are there any plans to add support for gtk4 as well?