Slack Coder
Slack Coder
Reduce redundancy as 'rad untrack --all' is synonymous with 'rad rm'. Related to issue #189
Cargo check should pass for all allowable features ``` Checking radicle-cli v0.7.0-dev (/home/cypher/src/radicle-cli/cli) error[E0432]: unresolved import `ethers::contract::abigen` --> cli/src/git-remote-rad.rs:175:9 | 175 | use ethers::contract::abigen; | ^^^^^^^^^^^^^^^^^^^^^^^^ no `abigen` in `contract`...
Use a rad sub command to link source code with an existing rad project. This will enable a group of users to try RAD for their existing projects with minimal...
The expected behavior is to act like git-clone. From its manual page: "Clones a repository into a newly created directory, creates remote tracking branches for each branch in the cloned...
The expected behavior is to either list the remaining remotes, or none if they are removed. ``` ▒ rad untrack --all ok Tracking relationships for rad:git:hnrkrjq98dyjuson9dzuu8utjawenj7x3jjsy removed ▒ rad remote...
A regression was introduced in the recent sync merge (b09bffc) causing 'git remote rm' to fail. For example. as the contributing user (scooby) from the contributor workflow ``` # rad...
Running the radicle-cli's [test contributor workflow script](https://github.com/radicle-dev/radicle-cli/blob/master/scripts/contributor-workflow-setup.sh) is causing the latest version of linkd to fail over. ``` 2022-10-18T19:25:58.782152Z ERROR quinn::builders: I/O error: Invalid argument (os error 22) at [home]/.cargo/registry/src/github.com-1ecc6299db9ec823/quinn-0.7.2/src/builders.rs:79...
The library fails with a double free when merging two Diff's built from buffers. Is this intended to be supported? Cargo.toml ``` [dependencies.git2] version = "0.17.2" default-features = false features...