Dirkjan Ochtman
Dirkjan Ochtman
It might be useful to submit an advisory to the advisory DB that tokio-tls is no longer being maintained and that people should upgrade to tokio-native-tls instead. At least for...
I just upgraded from chrono_tz 0.5.3 to 0.6.0 and in the process, a whole bunch of new dependencies appeared in my `Cargo.lock`: chrono-tz-build, phf, phf_codegen, phf_codegen, phf_generator, phf_shared, siphasher and...
I'm no longer motivated to maintain nnpy, and I don't know anyone else who is. Would be good to clarify the maintenance status in the README and/or archive the repo...
In my test instance, Hotmail/Outlook.com is also supported. We could easily support a few other big OIDC-supporting providers in the future. It seems like this should be reflected in the...
I am building an application which I'd like to deploy as a minimal container (into Google Cloud Run, or equivalent). As such, I'm compiling my application as a single binary...
As mentioned at RustFest, it would be nice if `impl` with lots of methods would be more organized. One way to do this would be to (make it possible to)...
Investigate using https://github.com/graydon/sixbit or something like https://github.com/internetarchive/openlibrary/blob/master/openlibrary/utils/compress.py or https://github.com/antirez/smaz.
In testing this crate's TOTP implementation against Yubico Authenticator, I found that the (default, so 6-digit SHA-1) TOTP codes generated by Yubico Authenticator were not accepted by `TOTP::is_valid()`. I tested...
I read your blog post through the Rust reddit, and this looks like an amazing piece of work! I just wanted to highlight one potential improvement: You currently generate code...
### Describe your use case There has long been an RFC for "private" dependencies, which would help crates ascertain that they don't depend on a (particular version of) a crate...