Gijs Molenaar

Results 56 issues of Gijs Molenaar

we support arm 64-bit wheel installation, but not arm 32-bit yet.

We could decide to use black. How to proceed: * Run black on the source code, see if the changes are good and commit. * Add a github actions job...

we get a warning during `build-push-image` actions step: ``` Warning: Input 'repository' has been deprecated with message: v2 is now available through docker/build-push-action@v2 Run docker/build-push-action@v1 ```

CFFI is an easier method to create bindings. It also simplifies the binary wheels creation process, greatly simplifying the installation procedure. https://cffi.readthedocs.io/en/latest/

enhancement
idea

the logo module was contributed a long time ago, and I always disliked the code duplication with snap7/client. maybe we can merge the module into the snap7/client code?

they don't match the snap7 anymore. Maybe we should add checking these files to github actions also.

The current struct wrappers can have a cleanup and made more pythonic.

enhancement

What is the proper way to kill toil? If I ctrl-c a cwl toil (3.19.0) run it keeps on going. For now i'm using: `$ ps ax | grep toil...

roadmap