Andy Kipp

Results 611 comments of Andy Kipp

What if you run xonsh from https://github.com/anki-code/xonsh-install ?

Workaround is using quotes: ```xsh showcmd echo '$123' # ['echo', '$123'] ```

Hey! * I like the idea! * I don't like implementation. Let's find another way. * For example cache for clean PATH can be part of commands_cache object. * Also...

> Also it will be good to have clean_path_cache=False as argument by default and use True in pygments hook to directly say that it uses cache. This is to have...

You are very self-confident. I was like that too at the beginning of my journey in shells world. Sorry but personally I don't like the implementation. Maybe someone from xore...

We have no performance tests. I think it's the distinct PR to introduce this kind of tests.

Hey @gforsyth @jnoortheen @jaraco! I would like to start review of this PR. You can find the description in the first message. We need all eyes and all hands here...

I've convert PR to draft to avoid unintended merging. Thanks for testing!

hey! Maybe it's related to [#5003](https://github.com/xonsh/xonsh/pull/5440). The good start point is to provide repeatable list of commands in docker like this - https://github.com/xonsh/xonsh/issues/5003#issuecomment-2127665481

As I see in the first message: > xonsh: subprocess mode: command not found: 'echo' So it's mostly about isolation in Nix I think. Why there is no `echo` during...