Axel Örn Sigurðsson
Axel Örn Sigurðsson
> I started working on this and noticed that the tests fail for python 2.7 Interpreter as py27 does not support the http package implicitly. Is there a way to...
Are there any updates on this? #233 has been merged, which means that `aioredis` can be removed here as well. As for the outstanding todo tasks on this PR it...
> As far as I remember, it was faster for me to run tests without concurrency than with it. The question is "is it really needed?", as stated in the...
Homebrew tap added: `brew install ikornaselur/tap/litime`
Oh thank for that tip, I'll have to have a look at some point when I have access to Windows for testing 🙏
Are there any outstanding blockers on this PR? I'd love to get MQTT support in to the service and if there's any more work that needs to be done, I'd...
More realistic example: ```json { "type": "Parent", "data": { "children": [ { "type": "Child", "data": { "url": "..." } }, { "type": "Child", "data": { "url": "..." } } ]...