James Myatt

Results 152 comments of James Myatt

Just to be clear. Looks like the E5-A has an all-in-one controller rather than a separate keypad, so connecting it to ESPHome or similar will involve internal modifications. Good luck...

I haven't investigated the exact situation, but I expect that the following are true: * Piper is *not* a derivative of espeak-ng: it's only dynamically linked * https://github.com/rhasspy/espeak-ng *is* a...

I understand that lots of people have differing opinions on this (which is one of the big issues with GPL), but I believe the most widely held is that only...

It's up to the relevant IP owners to enforce the terms of the licence they choose. In this context, the only relevant IP that FSF owns is the copyright to...

FSF only requires that contributors to programs that are already FSF-copyrighted assign the copyright **of those contributions** to FSF. This in necessary to ensure that FSF maintains the copyright to...

See https://github.com/SauceCat/PDPbox/pull/77

It's probably worth updating the exact pin on matplotlib `==3.1.1` too

https://github.com/SauceCat/PDPbox/blob/7fae76b895f705124b137dfacb55bce22a828bd6/requirements.txt#LL9C1-L9C13 Should be `scikit-learn` not `scikit_learn`. See https://pypi.org/project/scikit-learn/. This is also a security issue.

Pinning exact versions especially for libraries (rather than applications) doesn't work with Python's dependency management. It's a practice that comes from Javascript, which has an entirely different system. See https://iscinumpy.dev/post/bound-version-constraints/.