Mihail Malo
Mihail Malo
Also, since there is no `with_capacity` trait, should this be earmarked for when https://doc.rust-lang.org/std/iter/trait.Extend.html#method.extend_reserve is stabilized?
Regarding `extend_reserve`, that's what I meant. Perhaps something like "Depending on collection type, collections of less than `capacity` items may be yielded, as long as `capacity` elements were consumed." (but...
Updated link, since in 3.0 it was renamed to `lockfile` and is now stored as `pnpm-lock.yaml` https://github.com/pnpm/spec/tree/master/lockfile
@ExE-Boss I tried in #229
Not sure if it's exactly a bug. Is this the only "irreversible" `Filter` that exists right now? Because what is actually happening is it yanks the `hyper::upgrade::OnUpgrade` future off the...
I think I would like to attempt this (within this project). I know the line protocol is identical, and this library did not use UDP, do you have some notes...
@xoac thank you. 1. At the moment __I__ only need writes. However, what I expect a library to be able to do is batch data points while: 1. sorting by...
#102 is not merged though?
@chpio they are seeking to *accept* routes while I am seeking to *return* routes, but indeed making a public `Route`(`s`?) abstraction fixes both without/instead of making `IsReject` public. I could...
Oh, and obviously `_yes` is a stupid name and we should call it something else. And we need to confirm that this is the intuitive order in the returned tuple.