Kym Eden

Results 6 comments of 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. ![image](https://github.com/iv-org/invidious/assets/1693155/b64e91ee-6d8f-4f48-a00c-6784dfefcf57) 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...