Malcolm Still
Malcolm Still
# Description - Big rewrite - Elm-architecture-inspired event iterator # Closes - Closes https://github.com/malcolmstill/foxwhale/issues/59 - Closes https://github.com/malcolmstill/foxwhale/issues/58 - Closes https://github.com/malcolmstill/foxwhale/issues/44 - Closes https://github.com/malcolmstill/foxwhale/issues/11 # To do - [ ] DRM...
# Description # Todo - [ ] `comptime` magic to avoid the so much manual indexing of `instruction` array - [ ] Don't bother passing `instructions: []u64` slice. Instead just...
# Description - We were using tail call dispatch, but still performing a runtime lookup of the function to jump to, based on the opcode. - This PR adds an...
- Different users may have different requirements / constraints - Allow the consumer of the library to configure, at compile time, certain limits. E.g. if they know they will only...
I was playing around yesterday with getting a `*.pth` file generated as part of a `build.zig` rather than invoking `zini-pthash` manually. Now, that was using a custom binary for my...
Firstly, thanks for the lit nanostore integration. Here's what I'm wondering: In the README all three of the examples (`@useStores`, `withStores` and `StoreController`) are being applied "directly" to the component....