Andy Kipp
Andy Kipp
// Just thought: what about adding Nix to [xonsh CI](https://github.com/xonsh/xonsh/blob/938db85a8733eb15be76d8b599c0d6dfc68b7cac/.github/workflows/test.yml#L33)? Is it possible?
I see much work was done and intention is clear. Personally I will NOT merge this because: 1. I have a question and have no answer in previous threads: if...
Huge amount of work but personally I will not merge this because of [this note](https://github.com/xonsh/xonsh/pull/5652#issuecomment-2275465662).
Hey! I'm not the Windows user but I see there is `case_insensitive_dict` package in pypi. What if you install it? (https://pypi.org/project/case-insensitive-dictionary/)
If you install xonsh 0.16.0 is it solves the issue? ```xsh xpip install git+https://github.com/xonsh/[email protected] # restart xonsh ``` I just see no any installations of `case_insensitive_dict` in the xonsh code....
It will be cool to catch the difference. PR with fix is welcome!
Really, https://github.com/xonsh/xonsh/blob/31e7c4204ad41368aa0b47c18292f77c823c575b/xonsh/commands_cache.py#L26-L29 We can remove this completely and replace `CacheDict` to `dict` in the code. @sbillinge if you can prepare the PR it will be cool.
Thank you for detailed reporting. I think this is an upstream issue https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1123
We need more help to investigate the upstream issue. My guess is that it has to do with how xonsh is started. We've had cases where the PTK has fallen...
First of all 1. I think that you can't repeat your issue if you install xonsh from pip. 2. So the issue appears when you use AppImage. 3. I think...