atom-python-black icon indicating copy to clipboard operation
atom-python-black copied to clipboard

Handle chunked stdout

Open richardbann opened this issue 6 years ago • 5 comments

This fixes #14.

richardbann avatar Jan 25 '19 21:01 richardbann

Could you merge this to solve the #14 ?

svandecappelle avatar Apr 11 '19 08:04 svandecappelle

If this fixes #14, I'd like if it were merged. At the moment this plugin is completely unusable as it is liable to destroy source files. If @mikehoyio is not active on GitHub, we should fork this repository.

samwaterbury avatar Jul 29 '19 22:07 samwaterbury

@samwaterbury, feel free to fork it, let me know if I can help in any way.

richardbann avatar Aug 02 '19 11:08 richardbann

Hmm, on second thought I'm hesitant to fork since it would be nice to avoid duplicating the package in APM. I'm going to try to contact @mikehoyio to see if he can revisit this repository and ideally add another maintainer.

In the meantime, I realized you can install Atom packages from a repo! So a temporary workaround until this can get merged is:

apm install https://github.com/richardbann/atom-python-black.git

samwaterbury avatar Aug 14 '19 15:08 samwaterbury

@samwaterbury, atom-beautify (https://atom.io/packages/atom-beautify) works for us. What do you think?

richardbann avatar Aug 26 '19 11:08 richardbann