Jeff Hiner

Results 29 comments of Jeff Hiner

I don't have an ETA on this, but the upstream bug has been acknowledged and the work is ticketed out.

The Wireguard implementation relies on packets being sequentially numbered. These packets should fall within a "window" in order to avoid replay attacks. The window is adjusted as new packets arrive,...

I just bumped into not having `clear()` which was a little disappointing (though I was able to work around it with `mem::replace`). Rather than tackling all of these, maybe it's...

Just FYI, I've been using a fork of some of @xgroleau 's work for implementing a completion-based i/o model with async. I did run into some deadlock issues with the...

Separate feature flags for `serde` and the provided `impl Serialize/Deserialize for T` would be very helpful (and address https://github.com/time-rs/time/issues/672)

> @jeff-hiner I'll be honest, it's not likely to happen. The clippy issue you linked would solve your request while being more general purpose and would avoid the overhead of...

> > It was claimed, but I don't see any progress over the last year. > > Are we looking at the same thing? There was an update just a...

As far as I know the crate is still active. I'm still a reviewer and have merge perms, but I don't have permissions to publish. If you submit a PR...

The problem actually runs deeper. `/proc/device-tree` is a symlink to `/sys/firmware/devicetree/base`, and the latter is not visible from within Docker containers. We need some way to readonly mount that host...