Makoto

Results 9 comments of Makoto

I'm wondering if it works on VSCode because it runs rstests without the `--exact` flag? But then that would probably cause problems if you had two different tests `abc` and...

Elo comparison between this and Stockfish would be great too.

I compiled in debug profile and that binary outputted a different message. I don't know if this error is related to the previous one in release profile. ``` 2021-05-02 14:44:51.078*1*--------------------------Starting...

You must compile on nightly with `cargo +nightly build --release`. The readme should be updated to reflect this.

I am seeing the same error as above comments with and without `FROM mysql:5.6`. I think there is supposed to be two running containers but only one is still alive....

I don't have experience with PHP but I can see that [this case](https://github.com/phan/phan/blob/0fd8121798fa1c77d7f7608cf36d71f0b8325880/src/Phan/LanguageServer/ProtocolStreamReader.php#L82) isn't being taken if `Content-Length` does not exist.

But one of them awards x3 and the other is less than 3, right?

I'm in agreement that positions with only 1-2 valid moves should not be included. What about 3 moves? I think there is some value in including those.

I often change the white spacing in XML files - whether tabs or newlines. If SemanticDiff supports XML files, it would greatly help me ignore whitespace changes.