Awn
Awn
Related to https://github.com/TaylanTatli/Moon/issues/64
I think the social links on the home page would look better if the button colours didn't alternate. How would it look if only the darker one was used? I...
The Keychain API supports requiring that the user is present when accessing a secret, e.g. by entering a password or using touch ID. - https://developer.apple.com/documentation/security/secaccesscontrolcreateflags - https://developer.apple.com/documentation/security/keychain_services/keychain_items/restricting_keychain_item_accessibility#2974973 - https://developer.apple.com/documentation/security/secaccesscontrolcreateflags/1392879-userpresence Currently...
This package is pulled in as a dependency of one of my dependencies, and it's causing unusually high RAM usage. Related issue: https://github.com/prologic/bitcask/issues/67 This looks like a memory leak to...
Scrap all the current encryption code and switch to using NaCl's SecretBox for symmetric crypto. I'll list a few reasons below: - Don't roll your own crypto - It handles...
One misclick and that's potentially your account lost.
With the [release of Go 1.22](https://go.dev/doc/go1.22#math_rand_v2), there's a new version of the `math/rand` package. At present, it's not possible to use a randomness source created by v2 with jitterbug, e.g....