Xavier Combelle

Results 8 issues of Xavier Combelle

That might be don't give the expected result. If it gives the right result is dependent of the python implementation and on cpython it depends how big is 2. if...

I believe that the approach taken by leela zero is a lot more promising, that is distributing the whole workload of playing games to volunteers GPU https://github.com/gcp/leela-zero This approach has...

With this code: ``` import unittest class MyTest(unittest.TestCase): def test_fail(self): self.assertTrue(False) unittest.main() ``` I get the following result ``` xcombelle@ender ~/d/sgftool> vprof -c cmh -s test.py --port 8080 Running RuntimeProfile......

bug
known issue

I was reading https://join-monster.readthedocs.io/en/latest/query-planning/ and wandered why making a two step request should be faster than a single step request with a correct query planning by the database. Maybe I'm...

When using both tree view and shortcut after reusing the same container and playing the mark "current node" stay on several nodes on the tree view. example: ``` var player...

When someone sharing http://pasteboard.co/tEGLl0t.jpg on an irc channel, one user said that it breaks is current workflow. His irc client is configured to open such url with a picture viewer...

when using command line ``` markdoc serve ``` the port specified in markdoc.yaml is not used always 8008 to use a different port you have to ``` markdoc serve -p...