Kym Eden
Kym Eden
Understood: `if '/' in v` will only work on strings (or I guess, lists). But I'm passing the same argument in when using EasyID3 and not getting this error for...
Are you querying the default uft8 encoding in parameters.yml when launching wallabag-docker? i had this issue too. Eventually I found that the ansible entry point already has `SYMFONY__ENV__DATABASE_CHARSET` but it's...
In a different context I believe I found the solution, although I still need to implement this in swagger somehow. ``` python def decorator(f): @wraps(f) def decorated(*args, **kwargs): if not...
As a mechanism for serving up the data, it's a good one. I'm just not sure what else it could be.  The error indicates the page as the source...
Same exception when running `tc420 demo`. I have it installed via pip3 on Ubuntu 18.04 and `tc420 time-sync` works.
It may also be relevant that I'm getting an error when I chain `mode` calls. ```tc420 \ time-sync \ mode --name Default --bank 0 \ --step 08:00 0 0 0...
I _think_, though maybe wrong, that NTP failing to sync after reboot is what's causing my switch to be non-accessible after reboot. It always restarts thinking it's about (but not...