Andy Kipp

Results 611 comments of Andy Kipp

> locate an indicated name when executed, never having to scan for it. I think this is exactly what other shells do. And this leads to the question: why we...

First. I've fixed commands cache update in #5539 and the fix was merged into the main branch. This does not address this issue directly but it should help to reduce...

Hey folks! I've made a PR that has significant changes in the process of locating executables. I hope not only solve the case with WSL but also increased the speed...

Hey! I'm going to close this because it looks like "user error". We know that `$[]` is uncapturable operator. Output will be streamed directly to the terminal. Why you expect...

hi @sbliven! I made an effort to understand the operators machinery and described the [result in xonsh-cheatsheet](https://github.com/anki-code/xonsh-cheatsheet/blob/main/README.md#overview). Also I added the way to test different kinds of printing from callable...

Can you repeat this in `xonsh --no-rc`?

I can't repeat the error and I think there will be no error if you run bash as the login shell and then run `xonsh --no-rc` and then `wget`. To...

I imagine this issue appeared after some manipulations with environment. It's needed to trace what part of xonshrc or source-bash changes the behavior. I'm going to close this issue until...

Hey @jnoortheen! It looks like it's great work! Please open issue for talking instead of "Discussion". Do you plan to continue work or where you stopped?