Kristian Perkins
Kristian Perkins
I'm using the workaround suggested by @pettyalex but unfortunately makes me hit another issue where cloudformation stalls in the state UPDATE_COMPLETE_CLEANUP_IN_PROGRESS where it is taking a long time to delete...
The latest code on master should support python 3. Perhaps we just need to push this to pypi.
Sounds like a great idea if you are up to it :). Less just happens to be an easy way to get paging working. You should be able to scroll...
btw, it may be helpful to give some history on the current implementation :smile:... `asciitable.py` was written by @jaysw to display database result sets for the ipython extention [ipydb](https://github.com/jaysw/ipydb). This...
Also, from the ipydb perspective, one advantage of using less is that is doesn't read everything into memory straight away. If you run ipydb and do `select * from all_the_things`...
Thats interesting. This program [displays the output in less](https://github.com/kristianperkins/x_x/blob/master/x_x/compat.py#L38). Looks like the `-X` switch does this, so it might be worth removing that.
Looks like this is causing problems with downstream applications and maintainers are warning against using pyexcel because breaking changes aren't being fixed (see above linked issues).