Steven B
Steven B
https://github.com/greiman/SdFat/blob/1535ac2b0332c22da26ca876fd2a04641dffadb4/src/SdFat.h#L42 Previous versions of SdFat prior to v2.X had versioning done with an integer, which makes preprocessor checks possible. e.g. `#define SD_FAT_VERSION 10102` This allows code such as #ifdef SD_FAT_VERSION...
The game loop doesn't use a deltaTime parameter based on the current frametime, or a fixed FPS, either of which are necessary in order for the game's performance to be...
### Feature Explaination: This is a patch to allow the user to search sketches by default in the /libraries folder if it exists. This feature is referenced and/or requested here:...
TThis is a patch demonstrating a proposal to add a new `alignment` tag which allows a safer and more user-friendly experience across platforms for alignment and facilitates generic code. Specifically,...
It seems like it's very very important for the array specification that `mdarray` should inherit from `mdarray::view_type`. or perhaps there should be a series of implicit conversation operators defined to...
I dramatically improved the implementation of encode and decode to use efficient bit-twiddling and scaling to perform the morton-code encoding and decoding in constant time with only a few operations....
I made a second version of the offline patch. This time it includes multiple commits from the refactor so you can see and verify each step. Then, it includes also...
I wrote (but didn't completely test 100%) a patch to allow offline signing on an airgapped computer to prevent users from needing to expose their private keys to an online...
I'm working on some improvements to your script with an eye to integrating it with my open source wallet in the future. One thing I noticed is that on my...
As seen in the cashaddr spec, cashaddr is supposed to have the bottom 3 bits of the version byte be an indicator of the size of the address. This means...