David Vo
David Vo
I've also encountered this. httpstatusgoats.net is apparently PHP, but it looks like there's a common factor of Apache here... ```console % curl -I https://httpstatusgoats.net/img/200.jpg HTTP/2 200 date: Wed, 08 Apr...
Interestingly, I wasn't able to reproduce this issue locally. Eventually I discovered that I had aiohttp without the Cython extensions on my server (as I'm running Python 3.8 so pip...
> I ran into this error on Python 3.8.2 in a docker image using the `python:3.8.2` image. When I downgraded it to `python:3.7.7` the error went away. > > The...
From [discussion in #synchronicity:mozilla.org](https://matrix.to/#/!pcfWjiETvnVuspPLPl:mozilla.org/$sob1VY_uN2xbLA7TY_kO1HJvNJvxv7wZdm0kSGCcT7I?via=mozilla.org&via=matrix.org&via=kde.org): > the code sheriffs would have a better life if we'd see a user's [...] time zone Seems to me that local time zone would be...
I don't believe this actually addresses the issue referenced.
Can you give an example where this would be useful?
The other HID wrappers should also be fixed to inherit from CommandGenericHID, like in Java, instead of inheriting the HID itself.
should really use [`numpy.typing`](https://numpy.org/doc/stable/reference/typing.html), specifically [`numpy.typing.NDArray`](https://numpy.org/doc/stable/reference/typing.html#numpy.typing.NDArray)
oh, hmm. open numpy issue by the looks of things: https://github.com/numpy/numpy/issues/16544
Well, if we can get everyone working on this on nix, we should resolve everyone's weird "it works on my machine" build issues related to node-gyp