-
Notifications
You must be signed in to change notification settings - Fork 70
Add fuseki #949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: testing
Are you sure you want to change the base?
Add fuseki #949
Conversation
* Docker | ||
* bsdtar | ||
* Python 3.10 | ||
* Python 3.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/toltec-dev/build requires 3.11 at this point, so I couldn't install the requirements.txt
packages on 3.10.
I will try to getting to testing this sometime this week, along with the other changes in this milestone. No promises though, as I'm in the middle of a heatwave, which makes doing anything outside of my dayjob kinda difficult at the moment. |
No worries. I finally got closed out a PR I opened 2 years ago, so if you're able to do faster than that, all good :) More seriously, I know well the load of maintainership, so whenever's good for you, no rush. |
Life has other plans, it'll have to be later. Perhaps next weekend, but with how things are looking likely later than that. |
Adding the fuseki GnuGo frontend (which also packages a copy of GnuGo cross-compiled for the Remarkable). I'm the author, I own both a v1 and a v2 Remarkable, but Toltec et al is only installed on the v1 as it's my "hacking around" Remarkable as opposed to my "I keep my work and personal notes in it and need not to break it" Remarkable, so I've marked this as RM1-only currently.
So far, I've implemented a Atari Go and human-vs-machine mode (the latter gets a bit slow at times, but that's because GnuGo only goes so fast running on a non-desktop machine) and it all works pretty well.