David Sugar
David Sugar
* `MAIN_CLK` * 48MHz on startup via `DFLL48M -> GCLK0 -> GCLK_MAIN` * `GPIO` * `PA{0..31}` * `PB{0..31}` * `UART` * Via `SERCOM5` (`PB16` (TX) and `PB17` (RX)) * Clocked...
I just encountered the following bug when using a Button with a Text, e.g.: https://github.com/r4gus/keypass/blob/4a480b8eda69ccd1be8549e1a823244996372283/src/gui/login.zig#L103 ``` thread 5585 panic: reached unreachable code /home/sugar/.cache/zig/p/1220bff2951dbed145107b567ad05ae4830bde54fb54d0d96f5297f7aeccfe7dc7c7/src/Options.zig:152:99: 0x322e16 in color (passkeez) .press_text => ret...
I think it would be nice to have a href/ url object that is a combination of label and button (but without the styling of a button). The expected behavior...
The hidapi dependency exports a header file that is not found by the client-example when using Zig 0.12.0
It's probably time to reintroduce C bindings for the project. Overall users should have similar configuration capabilities for the authenticator as Zig users.
Instead of directly calling functions for commands like `authenticatorGetAssertion`, add a indirection so that users can inject their own functions.
This should be straight forward as soon as the client part is implemented. Passkeys can be stored in plaintext, as we only need to map the user to a public-key...
This function must be adapted to the new design before it can be re-implemented.
Hi, sry I don't want to annoy you to death but I found another issue with the code generation. ```zig /// Port Module pub const PORT = struct { pub...