lolbinarycat

Results 142 issues of lolbinarycat

this should make things a bit easier for any programs that want to make '-?' an alias for '--help'

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version 4.5.4 ### Describe your...

C-enhancement
A-help
S-waiting-on-design

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version clap_complete 4.5.1 ### Describe...

C-enhancement

> All executors have a queue that holds scheduled tasks: this is not always true. a simple implications of block_on that loops until it receives Ready does not fulfill this....

### Problem you are trying to solve a full rust toolchain is quite large, around 2GB. this puts the user in a tricky situation, where they don't want to have...

enhancement

returns `Option`. if the [Retry-After] header is present, convert it to an Instant and return that Instant. useful since there are two possible syntaxes for the header, one that specifies...

the github breaks cross-site submodules, and it took me quite a lot of digging to find the actual wayland-protocols repo.

i have a self-referential struct and i would like to name its public constructor "new" for consistency with other types in my crate, however, due to the auto-generated method created...

[sighandler_t is the type of the callback passed to signal()](https://www.gnu.org/software/libc/manual/html_node/Basic-Signal-Handling) it is a function with one argument. sa_sigaction is a struct field containing a function pointer that takes [three arguments](https://www.man7.org/linux/man-pages/man2/sigaction.2.html)....

C-bug

# Proposal ## Problem statement It is often desirable to look ahead a small amount in an unseekable stream, such as a unix pipe. ## Motivating examples or use cases...

T-libs-api
api-change-proposal