JRFarmer
JRFarmer
> That would be nice, but it seems a bit tricky. This app needs to communicate with the players via various ports/filepaths. Also not sure how notifs will work in...
> I'd need to set up a small CMake app that'll compile this as a static lib In my tinkering, I had been compiling my example code as a shared...
> sol does not take ownership of raw pointers I don't want sol to take ownership. I do want sol to call the `garbage_collect` method if one is provided. The...