Luca Bolognese

Results 7 issues of Luca Bolognese

Hi, Apologies if there is a way to do this already. In other programs you can select 'Program Plays Fast' when playing against the computer at long time controls. The...

This PR encompasses two things: 1. Move the code to C# 10. 2. Move the generator model to the incremental model. Lingering doubts: 1. Is the incremental model the recommended...

Sorry for the Rust newbie question. I am trying to port existing working code to be zero-copy. I have spent a fair amount adding/removing lifetimes, without success. Everything commented out...

I want to use a system similar to [The Archive](https://zettelkasten.de/the-archive/) where the note filename is in the format `ID Title.md` and the links are in the format `[[ID]]`. In other...

enhancement

Removed -lc switch from Windows branch of Makefile

With this change it compiles on MINGW64 URT (but it doesn't produce any sound on my machine).

Hi, Beginner here. I tried to reduce my model to as few variables as possible, and follow the Quickstart, but still getting this error. Not sure how to debug. ~~~python...