James Thornton

Results 18 issues of James Thornton

It appears that instantlinks is only part of indextank-service, and there is not a endpoint on the engine like autocomplete. Are there plans to make it part of the engine?

Traceback (most recent call last): File "~/env/lib/python2.7/site-packages/flask/app.py", line 889, in **call** return self.wsgi_app(environ, start_response) File "~/env/lib/python2.7/site-packages/flask/app.py", line 879, in wsgi_app response = self.make_response(self.handle_exception(e)) File "~/env/lib/python2.7/site-packages/flask/app.py", line 876, in wsgi_app rv...

The Objectify Memcache API integrates the memcached service with the low-level databse API. It also properly updates memcache in accordance with completed transactions, similar to the Python "New DB" (NDB)...

This issue came up a while back because the Gremlin Plugin wasn't automatically converting the JSON ArrayList to a primitive String list, like the REST API does. See https://groups.google.com/d/msg/neo4j/sjH2f5dulTQ/ZwOeAsWovtUJ However,...

python -m unittest ====================================================================== FAIL: test_encoder_large (tests.test_h264.H264Test.test_encoder_large) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/james/src/aiortc/tests/test_h264.py", line 131, in test_encoder_large self.assertEqual(len(payloads), 1) AssertionError: 2 != 1 ---------------------------------------------------------------------- Ran 462 tests in...

Server ready INFO: Started server process [3479353] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit) Synthesizing: "Hello World" INFO: 127.0.0.1:36486...

Closing/opening the laptop lid works, airplane mode works, but changing wifi breaks because ICE needs to be restarted. Implement RTCPeerConnection restartIce: https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/restartIce Is this implemented anywhere? I'm not seeing it...

Does bifrost have support for P2P WebRTC from the browser using the WebRTC DataChannel ? See https://github.com/ambianic/peerfetch https://webrtchacks.com/private-home-surveillance-with-the-webrtc-datachannel/