Barry G Becker

Results 59 comments of Barry G Becker

Hmm - looked at this a bit this morning. Something about the way the gtps commands are sent has changed in leela-0.17. The commands are not even getting the BufferedOutputStream...

I figured out what the problem is. The EVENT parser is pretty fragile in the sense that if the initial text sent by autogtp changes at all, it can fail...

I believe I have fixed this with https://github.com/fsparv/LeelaWatcher/pull/41, but it does not look like this repository is being maintained anymore. @fsparv , @jun63cn , @ihavnoid how can we continue to...

With java web start being remove from java, I am thinking about using scala.js as an alternative way to deploy to the web. It would be great if I could...

Thanks. The above fix worked for me. I was struggling with this for quite a while. I saw it using sbt 1.3.8, sbt-assembly 0.14.10, and nd4j 1.0.0-beta3 and 1.0.0-beta6

@sramirez, I added the Jenkinsfile on our fork, but I'm not going to do a PR for it because it is fairly specific to our use. It does not effect...

I've seen this a few times now. It's frustrating because its hard to reproduce and makes that one unit tests occasionally fail. I wonder if this is a concurrency issue...

Unfortunately, the issue is still there (I think). I see it only occasionally on one or two of the unit tests. If you have any thoughts about how it might...