Xavier
Xavier
I have a question regarding the initial problem : Does the Fido2 library deal with *users*, or does it deal with *credentials* ? In my mind, a library like this...
Hi, is this still a thing ? I'm looking for side projects and I'd be interested in participating in this (creating the `.editorconfig` and fixing the code where needed). Some...
A few other things that crossed my mind while starting to format the code: ### No more than one statement per line To improve readability, there should not be more...
I gotta say, I'm not used to inverted ifs and it is pretty weird to read :) I didn't say anything in my previous messages because it's really a matter...
A few missing options that we would be happy to have are : * Dotted / dashed lines (ideally we should be able to do anything we can do with...
Of course, using dynamically generated bitmaps is the way I was planning to go for these features. But it's always nice when I can use an API to avoid spending...
We also encoutered this issue after upgrading to 8.2.1. As an example, in the proxy's `models.ts` file, before the upgrade, imports were : ```ts import type { UserType } from...