Chris McDonough
Chris McDonough
> > @JarbasAI mentioned the VLC version in chat. It may be useful to update the requirement, it's been a long while. > > Yeah, thought I'd do that in...
FWIW, I locally updated python-vlc to the latest (python-vlc==3.0.12118), changed the default audio backend to vlc, and it indeed played the news and passed audiobackend unit tests successfully at least...
I created a branch in a fork of mycroft-core to document attempting to run the vk tests using the newer python-vlc lib version here: https://github.com/MycroftAI/mycroft-core/compare/dev...mcdonc:feature/newpythonvlc?expand=1 These tests passed, FWIW.
And here's another branch as a proof of concept to start "all" services under supervisor, just in case it interested you. https://github.com/MycroftAI/mycroft-core/compare/dev...mcdonc:feature/supervisorservices?expand=1 It does not yet implement an eventlistener to...
systemd user services would work just as well to restart crashed services, I think. supervisord was written before systemd existed, and has been maintained since then pretty well; I have...
See https://github.com/plamut/colander/tree/json_support_iss112 for an initial stab by @plamut
Oops, no, sorry, that's wrong.. that branch deals with json schemas, not json data.
Marking as "sprintable" to see if someone can determine if this is actually fixed.
Not sure, I guess I'd need to see some code.
Hi folks! I'm not entirely sure how I can best help, but I would be interested to if I could. Prior experience: primary author of the "The Pyramid Web Application...