Ben Boeckel
Ben Boeckel
Users can set colors themselves, so assuming green is not really robust (e.g., red/green colorblind users might have a non-green addition color set). It might just be better to not...
--- Needs releases of https://github.com/tokio-rs/tokio/pull/1764, https://github.com/sfackler/typed-headers/pull/6, and https://github.com/alexcrichton/socket2-rs/pull/46 first. This also only gets `trust-dns-resolver` working under the `-Z minimal-versions` flag. More PRs will need to be filed for the other...
I'm having trouble deserializing input like this: ```xml some other value kind a 32 ``` into a structure like this: ```rust #[serde(untagged)] enum AnEnum { KindA(String), KindB(i32), } struct MyStruct...
**Is your feature request related to a problem? Please describe.** It'd be nice to have color detection implemented in crossterm. I'm looking at converting my "plain" colorizing to using termimad...
Something with [this zip file, md5: 53c1c32f8f4730538a6d3e9eb5d8589e](https://sourceforge.net/projects/freetype/files/ftjam/2.5.2/ftjam-2.5.2-win32.zip/download): ``` CMake Error: Problem with archive_write_finish_entry(): Can't restore time CMake Error: Problem extracting tar: ftjam-2.5.2-win32.zip ``` This has also been seen with some...
**Is your feature request related to a problem? Please describe.** It'd be great to be able to tag images in use for a given deployment. **Describe the solution you'd like**...
It should probably just add a message somewhere in its interface rather than dying.
The release packages have the license file with +x permissions. This seems misleading :) .
It'd be nice to be able to restart a job or pipeline from the viewer. Triggering a new one would also be nice, but is probably more involved (at least...
Probably should be a configuration setting, but making a bell on the terminal when an event happens would be great (I'm using GitLab terminology here, I'm not too worried about...