Ben Chambers
Ben Chambers
I think that would be a good start. The other things that could be useful in this direction: * A version of `reallocating_insert` that takes `Iterator`. That could be useful...
It may also need additional functionality for things like `union` and `intersect`. Looking deeper, the BitAnd and BitOr seem to truncate the length to the first set, rather then resizing.
I'm only seeing the warning once, but I theorized that is because I have enabled de-duplicating messages. When I used the above to explicitly run `onejar` in the top-level `BUILD`...
This could also be helpful (I think) for cases where a large object is received in the request and needs to outlive it. Allowing that object to be an `Arc`...
I don't have one. I found this in some production code I'm working on that I can't share here -- I can try upgrading again to see if it has...
But as some details, I had basically the situation described which works in `0.7.0`. When I upgraded to `0.8.0` it failed because the `#[serde(flatten)]` was added to the enum variants...
Ok. Repro is here: https://github.com/bjchambers/prost_repo_504. If you change the prost versions from 0.7.0 to 0.8.0 you'll see the following error: ``` error[E0277]: the trait bound `Bbb: Deserialize; | ----------------- required...
> Don't think there's anything else required for p1 and p2 to publish them, unless we want to discuss any changes to the examples/graphics. In p2 we should update the...
This may also apply to the Sparrow logs.
If we went the route of JSON logging, it could also be a path towards better interactions with the logs. For instance, we could use `jq` to filter to the...