Rain

Results 100 issues of Rain

Hi there -- I noticed that cargo-release 0.22 changed things so that it's now an error if there's nothing to publish: https://github.com/crate-ci/cargo-release/commit/4783fda710e3f4543472c5aabb38cdfbc920930e I'm wondering if it would be possible to...

While trying to resolve RUSTSEC-2024-0020, we found some conflicting information (https://github.com/ardaku/whoami/issues/97#issuecomment-1978981489): * https://github.com/rustsec/advisory-db/blob/main/CONTRIBUTING.md#optional-steps recommends yanking affected crate versions. * However, https://doc.rust-lang.org/cargo/commands/cargo-yank.html#when-to-yank says to not yank for security issues, and instead...

## Description While not in a repository, an operation like `jj cat -R ` produces an error: `Error: Path "" is not in the repo`. I was confused for a...

**Edit 2023-10-23:** I no longer believe in what I wrote below -- I've seen data which has changed my belief into checking out the merge commit is the right default....

Hi everyone (and epage in particular), thanks for all your hard work on toml! Really appreciating all the work y'all have done integrating toml_edit and toml. For [guppy](https://github.com/guppy-rs/guppy), tried upgrading...

C-enhancement
A-edit

Hi everyone, I've been using spr for the last year or so and really love it so far. As an ex-Meta source control person I've always preferred the stacked diff...

Let's say we have a `PartialOp::Limited(4096)`. If a write call results in 1024 bytes being written, we consume the entire `PartialOp::Limited`. Because of buffering and such, this means that we...

Hi there, thanks for dialoguer! I noticed that in the default `ColorfulTheme`, some of the entries (`prompt_suffix` and `success_suffix`) are marked as being black: https://github.com/mitsuhiko/dialoguer/blob/29da763bf7221d8f072bab0bdab9a29322e9e8f9/src/theme.rs#L290-L292 Since many terminal themes don't...

t-bug
c-theme

This can be done through use of `unchecked` today, but it would be great to have an ergonomic way to do so given how much `duct` is built around making...

Add support behind a non-default `"camino"` feature. Closes #90. (One question I have is whether the feature should be called `camino` or `camino1`. I personally prefer baking in the semver...