Emanuele Sabetta
Emanuele Sabetta
@holzschu Yes, it took me a while to reduce the thing to a small source python file that reproduced the bug. I had to cut many things. Just run it...
To test the most suspect cause, I need to know what ANSI control codes are supported by a-Shell. Apparently, rich uses the ENABLE_ALT_SCREEN and DISABLE_ALT_SCREEN control sitring, as you can...
So why does the terminal stop responding?
I tried them already. Both rich console.input() and prompt.toolkit prompt() show the same issue. But you should remember that the issue is not happening all the time. Some times calling...
While I was trying other input libraries, I found this bug with the [readchar](https://github.com/magmax/python-readchar) lib: ``` k = readkey() ^^^^^^^^^ File "/var/mobile/Containers/Data/Application/5896FDC4-A93C-4F95-B6E0-41EAF01171C3/Library/lib/python3.11/site-packages/readchar/_posix_read.py", line 34, in readkey c1 = readchar() ^^^^^^^^^^...
@holzschu any update on this?
> I understand the need for Rich and textual and I'm going to see if I can fix the behaviour. Thank you, that would be a lifesaver! 👍
Apparently there is a switch to enable the inclusion of GPKG driver in GDAL when building from sources: https://gdal.org/development/building_from_source.html#selection-of-drivers ``` OGR_ENABLE_DRIVER_GPKG ``` And there is another switch to include all...
This means that we cannot read GPKG files in a-Shell? Geopackage is the only (good) free and opensource geographical data format. What a pity. But I understand that this is...
GREAT! You are the best! 🎉👍