wovano
wovano
Also note that even when checking the box "Do not ask me again when I press F7" it will be asked again the next time you start calculator and press...
Hi @frafra, I agree `pyfilesystem2` is a great project! It's even better than you think, because it's already possible to nest file systems :-) The error "File is not a...
I generally agree with the wish to support warning-free compilation, but in this case it simply means that [you've turned on too many warnings](https://stackoverflow.com/questions/20184259/what-does-the-padding-class-tester-with-4-bytes-warning-mean#comment30091914_20184259) (see also [here](https://stackoverflow.com/questions/40662265/warning-for-struct-padding-in-clang)). This is not...
In Python 3.11 the `getargspec()` function has finally been removed and the pyFirmata library now gives an error: ```none AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?...
NB: This is a duplicate of issue #84.