Hans Schülein
Hans Schülein
As far as I am aware this is not an issue with cutie but rather reachar / PyCharm. See https://github.com/magmax/python-readchar/issues/51 Do you agree that this is what is happening?
I am a bit uncomfortable with pinning a specific version as python version management is a mess and it might conflict with other packages also requiring readchar. If you are...
My reasoning for this was: It is (in my opinion) more intuitive to have `ENTER` for confirmation. It is more similar to what we are used to from graphical interfaces....
Should be solved by https://github.com/Kamik423/cutie/commit/6fdfd2a709393fd7eb7bd9695fa1bff1d9956a3b. You can now select as many or as few options as you would like. It will just stop you when you try to confirm. Can...
I just created a new branch [https://github.com/Kamik423/cutie/tree/consistency](consistency). The first commit in it, https://github.com/Kamik423/cutie/commit/8e89baf54498cc83821d3a9a0b9147279d745046 (Default key list), should take care of at least `CTRL + C` in this case.
Is this fixed by https://github.com/Kamik423/cutie/commit/24659a95691a2dc05630aa36aa8b59f49e54d977?
I also cannot reproduce the issue. What version of python and cutie are you using? You mentioned an `init.py`. There was an `__init__.py` that has been removed in version `0.1.0`.
I still cannot reproduce the issue. HOWEVER, I think it should be fixed in [a new branch](https://github.com/Kamik423/cutie/tree/consistency). Could you manually download the version from there and try if the issue...
Thank you for the huge amount of effort you are putting into this! You are saying, that it "improves" the situation. Is there any way you are still noticing it...
Looking through the readchar issues: this might be related to [this](https://github.com/magmax/python-readchar/issues/14) which references [this](https://github.com/magmax/python-readchar/issues/24). This appears to very much be a [readchar](https://github.com/magmax/python-readchar) issue. Maybe you could post over there and...