Andy Kipp

Results 470 comments of Andy Kipp

It's helpful! Thanks!

> Just curious, what would be your recommended UX? I was thinking something like the T keyboard binding that pops up a terminal window on the lower 50% of the...

To support your project I mentioned browsr on the [xxh readme](https://github.com/xxh/xxh):

Hey, may be the zsh version will give answer. PR is welcome!

Hi @yaxollum! Thanks for the fix in xonsh/xonsh#4713! Could you please take a look into this similar issue?

Nice start! To go with #5538 I suggest to create this structure: ```xsh xonsh/ built_ins/ # or another __init__.py aliases/ # aliases that we can call e.g. `history pull` __init__.py...

@jnoortheen @jaraco @gforsyth Please use commits with sane name and especially first bunch of commits to understand changes step by step. UPD: after usage this on remote server I see...

@jaraco thank you for testing this! > I can see that now the commands cache is much smaller: > len(__xonsh__.commands_cache.all_commands) > 863 There is no changes in commands_cache logic. Could...

@jaraco I've implemented all of your comments except one. Thank you for review and awesome spells! @jnoortheen and @gforsyth please take a look as well! These changes looks so obvious...

@Qyriad thanks for test! Could you please report your `len(__xonsh__.commands_cache.all_commands)`? I expect this: * Speed up xonsh startup because commands_cache replaced. * When you press key there is no significant...