Gusted
Gusted
- Currently the compose form is light themed when you have selected dark mode/high contrast as Mastodon theme. This unexpected and actually should be, like all other components be dark...
**Describe the bug** When using the org mode highlighter it removes a newline when using code where a line starts with an emphasis or strong where previous line was an...
Resolves #101.
Hi, I wanted to use the Wycheproof to test against my implementation of the Ascon cipher. I was already using the KAT test vectors by [pyascon](https://github.com/meichlseder/pyascon/blob/master/genkat.py) (one of the reference...
At this moment at the very start malevic will render every child/node and thus calling onCreate once and on every node changes, every thing that specified onRender will also be...
If you do /up 1 in a protect area work that so can you close spawn
FLAC encodes for each frame the sample rate of that frame, it is therefore to be expected that the sample rate changes between frames and is valid per FLAC's test...
FLAC can have a different sample rate for every frame, therefore it should be stored in `Block` and have a function that exposes the value of it. Ref: https://github.com/ietf-wg-cellar/flac-test-files/blob/main/uncommon/01%20-%20changing%20samplerate.flac
Updates pprof to the latest version, which notably includes commit https://github.com/google/pprof/commit/67f7ab83a680ba34fca7abdf754d643dff377aff, resulting in the removal of quite a few indirect dependencies.
Allow for a custom post_connect to run for new SQL connection, for example registering user functions for SQLite connections. It feels like a small example can be added to h-sql,...