Andy Kipp

Results 609 comments of Andy Kipp

hi @jaraco! The issue was fixed as a part of #4826. Could you please install xonsh from master and confirm this?

Hi! Good suggestion! We're using the [Rever](https://github.com/regro/rever/) project to push the files to the Github Release Assets. Rever has [many types of activities](https://github.com/regro/rever/tree/master/rever/activities) and the generation of the md5 could...

@AstraLuma May be there are easier ways? * Reduce cross platform * Reduce Python (use prebuilt helpers or bash or write some code on C) * Make fork from Python...

May be [the plumbum project](https://github.com/tomerfiliba/plumbum) has new ideas? Could anyone take a short look?

@AstraLuma Just to let you know that if you have some thoughts but have no time I can sponsoring the work because believe that xonsh is great and the executor...

@AstraLuma > There's restrictions in the core of python that prevent you killing other threads. I made steps in the direction of killing the threads. ~First of all I tried...

I see that `psutil` and `slug` use `os.kill()`. Agrh... Now I don't understand what this mean without repeatable example: > There's restrictions in the core of python that prevent you...

If you mean that we have processes for the tools in pipe but not have the process for callable alias... what if we will do replace `echo 1 | @(lambda...

> > Problems and complexities come from what slug calls virtual processes--callable aliases in xonsh. @AstraLuma why this answers is not working - https://stackoverflow.com/a/325528/14470020 ? > The nice way of...