Yandi Banyu Karima Waly
Yandi Banyu Karima Waly
## PR type(fix, feat, docs, style, etc.) feat ## PR change and describe Added a new file called `library.json` on the root. PlatformIO can then build and link against the...
It worked fine on its own, I have tried running it first with the same settings (mod and profile and all). Now, this "bug" maybe a bit hard to detect...
So, I was changing the cryptographic module used to that of [noble cryptography](https://paulmillr.com/noble/) and modernizing some other thing. However, as I was changing the test I noticed that the Ed25519...
### Type description + examples When making dynamic enum from string template union: ```typescript const x = ['create','read'] as const const y = ['other','foo'] as const type SomeTemplate = `${x}_${y}`...
## What is missing or needs to be updated? With the newly accepted [RFC 9807](https://datatracker.ietf.org/doc/rfc9807/), make a recommendation to use that. The advantage is that the password never leaves the...