tailuge
tailuge
For ndjson stream that has many json objects separated by newlines but not contained in a top level object the following pattern worked for me: }).node("!", function(data) { all.push(data); itemCallback(data);...
Hi its designed to work in node not chrome. good luck On Wednesday, 3 November 2021, 03:26:36 GMT, ajm2017 ***@***.***> wrote: https://tailuge.github.io/bot-o-tron/dist/testBot.html Hello - I was testing my new token...
Nicely worked out. I'm not used to windows Thanks. On Thursday, 4 November 2021, 02:41:28 GMT, ajm2017 ***@***.***> wrote: I found this! https://stackoverflow.com/questions/35347451/why-is-setx-path-not-working the setx var is not accessible in...
Thanks for using my billiards project. I'm not used to typescript and I think the problems probably go deeper than just the constants. I hope to return to this project...
on lichess you need to make a bot account https://lichess.org/api#operation/botAccountUpgrade | * Token can be created on BOT accounts at https://lichess.org/account/oauth/token/create | Put that token in your environment with export...
Are you able to challenge it to a game on lichess logged in with your human account? When you play the moves in lichess you will see this kind of...
by default your javascript is using this code to act as the bot: https://github.com/tailuge/bot-o-tron/blob/master/src/bots/PatzerPlayer.js it is called with the moves so far in the game and you have to return...
that right just stick to the PatzerPlayer and go from there On Saturday, 21 December 2019, 09:31:11 GMT, Wolfgang Fahl wrote: So I am reverse engineering this by looking at...