Anders Åberg

Results 148 comments of Anders Åberg

While only slightly related to this issue, we should probably improve documentation to instruct people to turn of attestation. Very few actually need it, and those who do probably already...

`Initialize` is already Async, but I'm guessing you want the other methods (such as `GetEntry`) to be async as well? https://github.com/passwordless-lib/fido2-net-lib/blob/master/Src/Fido2/IMetadataService.cs In that case I think a good path would...

I believe this Task could be helpful, will explore: https://devblogs.microsoft.com/devops/automating-releases-in-github-through-azure-pipelines/

Alright, successfully added Release Drafter (https://github.com/marketplace/actions/release-drafter) which generates a draft release for every merge on the repo, result looks like this (see below). It also have good support for categories...

@dIeGoLi I'm not very keen to slap jquery on as a "fixes it but not sure why"-band aid. I would be open to change fetch to a function that uses...

@dIeGoLi Good details. While many has moved onto fetch and left jquery, I can see the value of using jquery just to get it working. You have my blessing. A...

I could probably get this into a 3.1 beta

I understand your perspective. So only using var for primitive types? Also; I'm open to allowing the inverted if statements in the Cert/Crypto code. I actually found it to be...

@Shtong This is till a thing! I absolutely welcome your contributions on this.

I'm not sure about "Do not swallow generic exceptions". In certain scenarios you really do expect a "ON ERROR CONTINUE" ;) But I think we should prefer specific exceptions rather...