Ben Hoff
Ben Hoff
**Describe the bug** Using the CAPTURE_THE_FLAG race type causes a segfault **To Reproduce** ```python config = pystk.GraphicsConfig.hd() config.screen_width = 800 config.screen_height = 600 pystk.init(config) config = pystk.RaceConfig() config.num_kart = 2...
Traceback (most recent call last): File "/usr/lib64/python3.5/asyncio/tasks.py", line 239, in _step result = coro.send(None) File "/home/hoff/swdev/vexbot/vexbot/adapters/youtube_api.py", line 144, in _recv_loop livechat_response = youtube_api.liveChatMessages().list(liveChatId=live_chat_id, part=part, pageToken=next_token).execute() File "/home/hoff/swdev/vexbot/env/lib/python3.5/site-packages/oauth2client/util.py", line 135, in...
## Intent Classification Rasa NLU uses a [linear SVM](https://nlu.rasa.ai/pipeline.html#intent-classifier-sklearn) to classify the intent by leveraging [spaCy's](https://github.com/explosion/spaCy) [n-gram model](https://en.wikipedia.org/wiki/N-gram) to vectorize utterances. There's also been research into using seq2seq to classify...
There's something weird about the way that I'm handling the subscriptions. For example, on the adapter messaging side, there should be an easy way to do multiple subscriptions. This is...
Need to start thinking about supporting multiple languages. Should be able to follow Django's approach. See here: https://docs.djangoproject.com/en/1.8/topics/i18n/translation/
Are there any resources for how to get something similar to the demo website running? Or is the source code included in this directory? Cool project
### The problem 2024-02-07 17:05:09.602 ERROR (MainThread) [homeassistant.components.opower.coordinator] Unexpected error fetching Opower data: async_login not called Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 313, in _async_refresh self.data = await...
https://llvm.org/devmtg/2014-10/Slides/Hawes-Frappe.pdf