Sander Teunissen
Sander Teunissen
I'd love to see Py3 implementation.
Trying to use you module. I am generating the form template dynamically using python. However, I want to have control over the order in which the form items appear. I...
Some small changes allowing for wheel distribution
Using this from the command line. But I am not able to insert an image in the output. Regardless how I reference it. (absolute vs relative path..) Anyone any hints...
Does this package also support websocket connection mocking ?
I am trying to use Events in combination with pynsist to build a build a windows installer: https://pynsist.readthedocs.io/en/latest/index.html However, pynsist only consumes `wheel` files as packages (which I see as...
Thanks for this great library! One thing I am experiencing though is my ssh connection dropping. Is it possible to add something like a keepAlive functionality like this ?: https://github.com/golang/go/issues/21478...
The Drivermanager (for Edge) has a default `log_level = none`. This raises an attribute exception. If you set it to `log_level=logging.INFO` (or any other loglevel) all is fine.
Comparable to the default glances card it would be great to be able to set the column count. Normally I set it to 4. Which than basically acts a grid...
shouldn't the _onKeydown function implement a check for `stopKeyboardEventPropagation` for it to work ? ``` _onKeydown: function(event) { if (!this.keyboardEventMatchesKeys(event, 'up down esc')) { // all other keys focus the...