Melanie

Results 7 comments of Melanie

I surveyed the landscape for implementing this: - Theres a [pure python](https://pypi.org/project/exif/) exif library that does have some users but is relatively new. Testing shows it works though and is...

What I'm curious about is why @SfietKonstantin has a [fork](https://github.com/SfietKonstantin/qml-rust) that has dramatically expanded DOtherSIde and this crate but hasn't published his changes to either. His fork works great and...

The prefill sounds like a great UX solution. Maybe just have http:// in there prefilled, people will know what to do with the rest, so when you edit over the...

Just to throw my bone in the ring I've been fighting against the state of config in Rust this last week and came up with this as my personal ideal...

> Also, it's not just as simple as Default and UrlSafe: there's also padding and wrapping. You can infer based on the Base64 you get if its padded or wrapped...

Almost forgot to do this! Just threw together an example over [here](https://gitlab.com/zanny/base64_t). [1] You are right, in that there is no real intuitive way to persist the config data in...

Is there an ugly way to get an rsa pubkey as `Vec` from `n` and `e` out of a jwk right now without pulling in openssl? I'm going to need...