flow / vim-flow

A vim plugin for Flow
Other
525 stars 52 forks source link

Bunch of Flow instances running in parallel #49

Open rafaelrinaldi opened 7 years ago

rafaelrinaldi commented 7 years ago

After spending a full day working on a Flow project I've noticed that I had hundreds of instances open on my machine.

flow-memory

Apparently there's no such thing as a daemon or even pooling to kickoff and reuse the same Flow instance instead of creating new ones.

Anyone has any ideas on how to fix this?

Zyst commented 7 years ago

I'm also seeing this.

thomb commented 7 years ago

Same here.

tylerthehaas commented 7 years ago

me too. This is causing flow to run so slow that vim-flow times out and throws an error everytime I save.

k commented 7 years ago

Would it be possible to instead have vim-flow connect to an existing flow server that we run separately?