James
James
Windows is not a system I have tested on, though I'm a bit surprised there are problems simply due to the "write once, run anywhere" mantra of the JVM. I...
I can't see a good reason for it to remain package private; pull requests welcome
I poked at this for a minute today to see what it would look like: 927cf775771dd121bd009aa99e256a6d6c126c28 (https://github.com/Nycto/Hasher/tree/signing) The difference between signing and verifying is a bit awkward in the current...
Thanks for the contribution! I just wanted to drop a note that I will try to take a look after the holidays are through
I would support this change. Pull requests are certainly welcome. I'll need to consider whether this would require a major version bump, though. I'm thinking "yes", since it would be...
I locally resolved this by running `git config --global init.defaultBranch master`, then re-running `nimble publish`
For documentation, I updated the github workflow to add Nim 2 support -- you can see the failures here: https://github.com/Nycto/playdate-nim/actions/runs/6286168524/job/17069326685
I've made some progress on Nim 2 support -- it seems like the amount of change required is fairly small: https://github.com/Nycto/playdate-nim/commit/nim2 You can see a build running here: https://github.com/Nycto/playdate-nim/actions/runs/7867464179 I...
I've done some testing using my own game, and everything seems to be working just fine. But I realized that I've got the `nimble develop` lifecycle wrong in the workflow...
PR to add Nim 2 support: https://github.com/samdze/playdate-nim/pull/58