Thayne McCombs

Results 136 issues of Thayne McCombs

This is similar to #1217 but uses an underlying boxed slice to buffer items, and as a side-effect has a finite buffer size. This is a work in progress. I'd...

A-stream

I think the waker_set implementation is useful in it's own right. At the very least futures-util has something very similar and could probably benefit from sharing the waker_set implementation between...

api design

With etcd 3.4.7 the expected line "ready to serve client requests" never appears. Instead it has the following lines: ``` 2020-04-18 23:52:59.873615 I | embed: ready to serve client requests...

This is still very much a work in progress, but I'd like to put it up to see if this is a direction worth pursuing. See #3895

So that `value_parser!(usize).range(1..)` works.

### 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 ### Rust Version rustc 1.62.0 (a8314ef7d 2022-06-27)...

C-bug
A-completion
E-easy

## Expected behaviour If my `application.ini` file, loaded by the `loadConfigFile` contains arguments with a space in it, for example: ``` -J-XX:OnOutOfMemoryError=/usr/sbin/my-oom-handler arg1 arg2 ``` then that line should be...

universal

It seems that even even constructing a new `Hunspell` isn't thread safe, because of the use of global state for the utf_tbl in csutil.cxx. The only solutions I've found for...

This is still a WIP