Christopher Arndt

Results 235 comments of Christopher Arndt

In my experience, `dateutil.parser.parse(s, fuzzy=True)` often guesses wrong. If we're going to use it, at the very least we should make options like `dayfirst` and `yearfirst` configurable. And it also...

@willdurand regarding the integration with a Watson dashboard mentioned #29, I think the same would apply: it should be implemented as as plugin and the API be specified, so third-party...

Well, since the backend (artichio), which the current code is written for, never materialized, there is no real need to follow the synchronization protocol it implements. Especially, since it has...

See the last third of the decription of the PR above. It may be that the interface has changed in the meantime, though.

The more options the report and log commands grow, the more I'm thinking, there should be an extra script `watson-report` or sth similar.

You need the `libasound2-dev` and `libjack-jackd2-dev` packages installed when compiling from source. See https://spotlightkid.github.io/python-rtmidi/installation.html#linux

Thanks for the test code. At first glance it looks correct. I'll look into it as soon as I can (some time this week).

@cyberic99 Sorry, no, I didn't have time yet. I currently have to look for paid work.

I finally had time to try out your script. Unfortunately, I could no reproduce the errors you have. (I'm on Manjaro, using Python 3.9.1 too). How much load are we...