Patrick Barrett

Results 8 issues of Patrick Barrett

I've got a two year old repo that [shows](https://deps.rs/repo/github/azdle/hello-gtk.rs) as up to date: Crate | Required | Latest | Status -- | -- | -- | -- gtk | ^0...

enhancement
help wanted

I created an uploaded [a new package](https://luarocks.org/modules/azdle/log) that consists of a single source file, but when I install it it results in an empty lua file getting "installed". I am...

bug

#### Your system information * Steam client version: N/A * SteamOS version: Download dated 2019-07-17 * Opted into Steam client beta?: [Yes/No] No * Opted into SteamOS beta?: [Yes/No] No...

@CryptArchy was doing some clean up on the project where we're using this and noticed the update to rand 0.8 never got pushed to crates. It looks like you're the...

I'm working on [a tracing layer](https://github.com/auxoncorp/modality-tracing-rs/tree/master/tracing-modality) that we're trying to integrate with tokio and I would like to be able to store metadata about each task somehow on each task...

A-tokio
C-feature-request

**Motivation** I've got a few different things that are shaped like https://doc.rust-lang.org/std/thread/struct.ThreadId.html, opaque identifiers that wrap a `u64`, that I'm using to generate reproducible unique IDs by name-spacing them with...

Would it be possible to add some mechanism to get mutable access to an encoded value? In my current use case it's specifically for an OCTET STRING where the length...

When the browser retries an SSE connection it sets a `Last-Event-Id` header that contains the event ID of the last event it received. But when the the htmx sse extension...