Sidney Cadot

Results 4 issues of Sidney Cadot

Fixed two typing errors, where float values are passed to PyQt5 methods that expect integers. This issue leads to exceptions being thrown in (at least) Python 3.10.6 with PyQt5. The...

In core/garbage_collector.py, a QTimer's start method is called with a float argument which should be an int argument. Probably in earlier versions of Python/PyQt5 this was implicitly handled, but at...

Hi, A suggestion: it would be useful to have a brief statement concerning Python 3 support on the project's website. The installation page currently says: "It has been reported that...

Hi Pierre, I've been toying with PyDAQmx for a bit, thanks for this -- looks like a well-done wrapper. One thing I bumped into was this: In C, it is...