Kory

Results 10 comments of Kory

Thank you for the simplification. I am unclear how to reproduce this: > Seems to be connecting to the socket now What does that mean?

Fixes to build and test socket connections. Fix: L46 in index.html was calling the socket javascript ```html ``` We want to use react/node to handle our package calls, especially for...

As per: https://socket.io/get-started/chat/ and yeet example, let's move to express. More complex server, means we have to migrate from create-react-app to express. Install express ```sh yarn add express ``` Edit...

Hi @andrewjaykeller, thank you kindly for raising the issue and for reaching out to us. We would be delighted to add additional hardware to our list of compatible devices. We...

Me too. Which is why I think it shouldn't be called `disconnect`

Well covered in our tests/ suite: ``` FAILED tests/test_conceptnet.py::ConceptNetTest::test_conceptnet_multiword - KeyError: 'edges' FAILED tests/test_conceptnet.py::ConceptNetTest::test_conceptnet_only_english - KeyError: 'edges' FAILED tests/test_conceptnet.py::ConceptNetTest::test_conceptnet_standard - KeyError: 'edges' FAILED tests/test_specific_text_generators.py::SpecificTextGeneratorTest::test_talk_title_generator - KeyError: 'edges' FAILED tests/test_talkgenerator.py::TestTalkGenerator::test_all_slide_generators -...

https://api.conceptnet.io/c/en/lap?limit=10 This is the issue, the page itself is giving a 500 Here is their live issue: https://github.com/commonsense/conceptnet5/issues/313

I followed these instructions, and had a conceptnet up in 5 minutes. https://github.com/commonsense/conceptnet5/wiki/Running-your-own-copy Then I ran the simple test here: https://github.com/commonsense/conceptnet5/wiki/API import requests obj = requests.get('http://18.215.180.62/c/en/example').json() http://18.215.180.62/c/en/hotdogs

This discusses a similar issue: https://github.com/dzhu/myo-raw/pull/11