René Léveillé

Results 9 issues of René Léveillé

There were spaces missing between the # symbol and the header text for Github Flavored Markdown to properly render the README.

The README is missing spaces for the headers to fully utilise the # syntax in [GFM](https://github.github.com/gfm/)

I've been loving this crate so far. Seeing as `min_const_generics` is on track for rust 1.51, is there plans for using const generics within this crate? I find that being...

road-to-v2

I'm currently building an app using [buildozer], i've patched it to compile the version 10.12 of libpq. Their recipe for compiling psycopg2 compiles against the static lib of libpq which...

It is my understanding that the `#[strum(disabled)]` attribute should remove it from all the expansions. However, it seems that it is still included in the `VariantNames` trait implementation. ## Example...

I've hit a snag where I'm trying to run unit tests with Junit on my bindings to make sure everything works nicely. Unfortunately I keep hitting the following error: `no...

Find an ergonomic way to add asset links fetching from an app's manifest on android and validating it's signature to the public asset links

In #24 a way for the authenticator to force UV for specific passkeys was added. This coincides with the [`credProtect`](https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#sctn-credProtect-extension) authenticator extension's functionality. Once we have extension infrastructure in main...

> **Suggestion(follow-up):** So this would put `uv = true` on `preferred` and `required`. This may not be true for other providers, they may want to do UV only on `required`...