erikli
erikli
Raw pointers are error-prone and should be replaced by std::*_ptr, depending on the use case. It's also easier to reason about the data-flow of the application if shared / unique...
Raw loops are pretty old-school ;)
### Demo https://user-images.githubusercontent.com/20012009/178080096-8720e0de-5149-4385-801d-7170b0187f05.mp4 ### Description Requires https://github.com/radicle-dev/radicle-cli/pull/171
### Description Consider implementing `rad issue show ` which renders a detailed view of an existing issue. This should contain: - Header with title, state, author, date, labels and assignee...
### Description This PR introduces a thin layer on top of [tui-realm](https://github.com/veeso/tui-realm) and provides some common components that can be re-used across multiple TUI applications in the Radicle project. It's...
Closes #249.
### Motivation `rad patch` is out of sync with `rad issue`: - `rad issue`: list issues; `rad patch`: create patch - `rad issue list`: list issues; `rad patch --list`: list...
Fixes #254. In conjuction with patch `hnrkmrkhwif` in [radicle.xyz](https://app.radicle.network/seeds/pine.radicle.garden/rad:git:hnrkq5sti58yw41szighu565oprgt5eduhmhy/remotes/hydwyyod7zet66r7x5fkckkbqp8zgpgjbnxf5rydaqfmqs3sigguwy/) ### Motivation Since the Homebrew / Ubuntu installation instructions in `README.md` are different from the ones on https://radicle.xyz/get-started.html, I propose to...
### Motivation If a user attempts to switch to another profile, the active profile will already be set to the selected one, even if the passphrase is not supplied and...
### Objectives It should be easy for users and contributors to see what changes have been made between each version. ### Specification Create `CHANGELOG.md` that follows the [keepchangelog specification](https://keepachangelog.com/en/1.0.0/) (as...