David Drysdale

Results 18 issues of David Drysdale

While there are still crates whose no_std status isn't correctly determined, it's useful to be able manually allow specific crates that are known to be no_std.

Existing docs are lacking information on pre-ordered log mode, including: - how it differs from 'normal' mode - why it differs (i.e. why would you want a pre-ordered log?)

docs

Helps with (but doesn't fix) #264

Allows included code to be shifted left or right by a specified amount, or to be automatically left-shifted so that common leading whitespace is stripped. Uses a new command name...

S-waiting-on-review

This project has a sole maintainer (@daviddrysdale), and has had since the project inception in 2011. This means that new releases are entirely gated on the availability of the maintainer....

process

From https://github.com/daviddrysdale/python-phonenumbers/issues/200#issuecomment-910799543: > it is possible for `None` to be returned, but a lot of implementation code expects a value and doesn't check for `None` > applies to `phonenumberutil.(example_number |...

feature

As per [RUSTSEC-2022-0071](https://rustsec.org/advisories/RUSTSEC-2022-0071) > The maintainers of Rusoto advise that all its crates are deprecated. This includes the common crates `rusoto_core`, `rusoto_signature`, `rusoto_credential`, and service crates such as `rusoto_s3` and...

Although it's not yet included in a released version, the upstream [Tink Go code](https://github.com/google/tink/blob/master/go) has recently added [HPKE support to its hybrid implementation](https://github.com/google/tink/tree/master/go/hybrid/hpke). Also, [RFC 9180](https://datatracker.ietf.org/doc/html/rfc9180) was just published covering...

Use tink_core::subtle::random::rng() to return an instance of the tink_core::subtle::random::Generator trait, which is just a combination of rand::RngCore and rand::CryptoRng. Use this rng() instance throughout the code. Drop a couple of...