Andrew
Andrew
The `.gitignore` literally ignores those files on one's local copy. It just means they won't be accidentally committed. It also avoids any committer needing to remove them (locally) when preparing...
Thanks @MLXXXp for feedback. After ~decade of using Git, I didn't know this could be set globally! ...You don't know, what you don't know!... I have removed the `.gitignore` changes.
Please can you raise a PR for review?
Follow-up question: if HWID is available, should `i2c` and `spi` be accessible through the API? Why is it required to be exposed to third-party code? Should this be part of...
Corresponding issue for Editor repo is [here](https://github.com/TinyCircuits/TinyCircuits-Thumby-Code-Editor/issues/99).
Additional 'wish list' : - [ ] Test and ensure every dungeon floor has stair exit present during proc'gen'. - [ ] Implement our own PRNG, to avoid [Mersenne Twister...
> could you just run oxipng on a subset of your files I would say this is how *all* png optimizers work. Handling of bulk jobs is normally done by...
Personal opinion: Any metadata that could have been 'baked' into the raw RGBA, but wasn't, can be stripped as part of 'lossless' optimization. i.e. removing gamma, color transforms, and now...
Is the artefact build good enough for some regression testing? Or should I wait for the point release?
Hey gang... any chance of rebasing to main, to regenerate the CI artefacts? 🙏🏻