You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this could easily be achieved in user-space / outside of concurrently, if the JS API had a way to configure a separate output stream per process? maybe?
pnpm has a max of 10 lines per process when it's running things in parallel:
would be super cool if I could do this with my own scripts via concurrently some how.
It seems there is a max of 10 lines per process?
The text was updated successfully, but these errors were encountered:
kind of all of it -- I don't have enough information to ask something specific.
For my concurrently command which starts a lot of watching processes, I'd like to have the output constrained to a 10-line window. Idk if it's already supported (I didn't see anything in the --help), or even if it makes sense to implement in concurrently.
If it doesn't exist already in concurrently, I could see this behavior being pushed to user-space via a per-task formatter / stream output? maybe? this may be naiive as well.
I think this could easily be achieved in user-space / outside of concurrently, if the JS API had a way to configure a separate output stream per process? maybe?
pnpm has a max of 10 lines per process when it's running things in parallel:
would be super cool if I could do this with my own scripts via concurrently some how.
It seems there is a max of 10 lines per process?
The text was updated successfully, but these errors were encountered: