James S Blachly, MD

Results 73 comments of James S Blachly, MD

@romanz I'm now running a later commit (bb382a6dcee193584a4495e64aa30eace645fee1) from Nov 2022 and everything appears stable for months. HOwever as to your speculation that it should be fixed by 53e16f8, I...

Discussion question posted here: https://users.rust-lang.org/t/rust-1-67-lifetime-error-compiles-with-1-66-what-changed/88483 Likely offending rustc change is here: https://github.com/rust-lang/rust/pull/95474/ although this supposedly was merged into 1.66, but compiling doesn't break until 1.67

Since this issue remains open (Thank you @Keats for leaving it open for discoverability), I would add that my fork (https://github.com/jblachly/jsonwebtoken/commits/jwe_alg) which explicitly handles JWE alg types, or @nick9822 fork,...

> > What is benefit of those keys in JWK Set when we don't have encoding/decoding capabilities yet? > > Just so it doesn't error out like when deserializing like...

> Anyone interested in writing the PR? ~~Sure, I will make one for my fork. May need to update to your HEAD first; will check.~~

> As I use it, if you know a room, you can just type its first four letters of id, or few words in name, and you will get into...

> Yeah, the crate doesn't really expose an interface for editing existing TIFF files at the moment. You can use `get_tag` and `more_images` / `next_image` to determine which images have...

Correct; I was not specific enough in my original issue report; updated the text to reflect this. Thanks!

> And if it's just a maintenance issue what needs to be updated and can we do PRs for those? The problem is that the maintainer of rust-bitcoin/rust-bip39 is unresponsive...