arcnmx
arcnmx
Due to the dependency on the clippy plugin, `cargo-clippy` does not work as a standalone binary. [`cargo install` does not support external resources](https://github.com/rust-lang/rfcs/blob/master/text/1200-cargo-install.md#non-binary-artifacts) and so cannot be used as-is to...
## Feature request Could `InputStream::GetURI()` be virtual/mutable or otherwise expose a new way to customize the current URI (maybe via `ReadTag`) for decoders to use? The actual remote resource's URI...
#### Current Behavior If a notification has spawned (due to taking longer than 45s), and zsh re-draws the prompt, it will immediately re-appear. This can happen for example when resizing...
Calling this a draft because it's probably not polished enough as-is, but I've been working on this as a personal module and figured it may be worth sharing/upstreaming. (is a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Issue description Starship uses an [IndexMap](https://github.com/starship/starship/pull/1782) for its module settings that use dictionaries/attrsets...
Attempting to initiate a remote build results in the following: `error: you are not privileged to build derivations` (nix (Nix) 2.2.2) Adding the remote user to the remote machine's `nix.conf`...
Major API change, it passes on the responsibility of dealing with `CString` conversions to the caller. The error type is now just `Errno` itself. Closes #221 cc @kamalmarhubi
The only way to interact with a [`PtrArray`](https://gtk-rs.org/gtk-rs-core/git/docs/glib/translate/struct.PtrArray.html) is to use `ToGlibContainerFromSlice`, a very unwieldy extension trait (honestly just impl `FromIterator` and `Extend` instead?). It's impossible to even construct an...
This can fix up `cargo doc --no-deps` URLs, which is nice for anyone hosting their own crate's docs online in the same way glib does - particularly if it targets...
The relationship between these 3 types isn't very clear from the documentation, and conversion traits between them don't seem to exist as one might expect (plus iterator conversions may also...