Andy Kipp

Results 611 comments of Andy Kipp

setup.py is [python setup script](https://docs.python.org/3/distutils/setupscript.html) and it will be replaced by [pyproject](https://peps.python.org/pep-0621/) [soon](https://github.com/anki-code/xontrib-rc-awesome/issues/3). xontrib is just python package. When you install a xonrtib you just add a package files to...

Hi @ixemad! Thank you for catching this! PR with fix is welcome! If you like the contrib please star the repo to put it to the trends and get more...

Hi @singpolyma! It looks useful. PR is welcome! You can start from copying the [`_pl` function](https://github.com/anki-code/xontrib-pipeliner/blob/022071c86685746e6b6ccc64199fc1b9a36dff39/xontrib/pipeliner/__init__.py#L9) and read all stdin before calling the `fn`.

This looks like a known issue - https://github.com/anki-code/xontrib-pipeliner#ppl-on-macos-multicore-pipelining-freezes-on-end

You can use `pl` instead of `ppl` on mac.

May be this is also related to [`$XONSH_CAPTURE_ALWAYS`](https://xon.sh/envvars.html#xonsh-capture-always). Try to set `$XONSH_CAPTURE_ALWAYS = True` before usage.

@amitkot `pl` is a [callable alias](https://xon.sh/tutorial.html#callable-aliases): https://github.com/anki-code/xontrib-pipeliner/blob/022071c86685746e6b6ccc64199fc1b9a36dff39/xontrib/pipeliner/__init__.py#L9-L38 So as a good start you can just debug this function on mac.

hi! Could you please add the minimal example to repeat the issue?

pwsh was added in this PR - https://github.com/anki-code/xontrib-sh/pull/5 What is the exact question?