René Léveillé

Results 29 comments of René Léveillé

Funny thing is I was actually getting this issue in docker yesterday fairly systematically. But today it seems to not want to reproduce... Thats annoying. I made a repo here...

I just ran into this issue when merging env with a toml file on a linux system.

also reported in https://github.com/mapbox/mapbox-gl-native-android/issues/614 . Seems like an important issue in the fact that we can't update our dependencies...

+1 on this as well. I'm eagerly awaiting a built in exporter to junit rather than an ad-hoc one.

It seems there have been many changes since the RxBinding2 library used in many tutorials and books. There are no longer `RxView`, `RxTextView`, etc. The lack of documentation is a...

Cargo ndk only allows to compile using the Android NDK so only for `*-linux-android*` targets. The difficulty with this is if i need to run tests on my bindings, i...

Top level it would be nice to simply have a `"host"` entry in the targets, or something similar so that this plugin just works in android studio. One thing i...

We've have an implementation on our end but hasn't been completely separated in a way we can open source yet. An we got side tracked by the credential exchange and...

Yes, however [the operation should not fail if UV was not performed and the preference is "preferred"](https://w3c.github.io/webauthn/#dom-userverificationrequirement-preferred). In practice its also been interpreted as "up to the client". The thing...

As a way to keep CTAP interface compatibility, we could implement this as an authenticator extension. We'll be bringing PRs soon adding extension infrastructure