Jakub Wlodek
Jakub Wlodek
Travis runs the tests in an ubuntu server version, so any imports for displays may fail, as you said. You can probably manually install them by finding the required packages...
Actually, take a look here: https://github.com/moses-palmer/pynput/issues/6. Similar issue with the same library
Can you give some more information? Like OS, pyautogit version? As far as I know there should be an error for invalid credentials, but maybe something is causing it not...
I can't seem to reproduce the error on an Ubuntu 18 machine. I have a debian 10 VM on my laptop at home, so I'll try there. This is what...
What specifically does not work in windows terminal?
I think this is a side effect of how `py_cui` currently handles mouse events, since it captures mouse presses/holds etc. We might need a function to override this behavior. Something...
This issue is actually related to https://github.com/jwlodek/py_cui/issues/91 . Basically, the way the textbox is currently drawn is that it starts with the textbox title in the center and draws down....
This is a fantastic idea! I was thinking about how to allow something like this for a while, but didn't come up with just adding an `add_generic_widget` function. The whole...
I think this is a good idea, and shouldn't be too challenging to implement. One thing to consider would be whether or not we should allow for specifying a different...
As long as existing popups continue to work as they did I would be Ok with looking into this. There probably will have to be additional logic to make sure...