David Hersey
David Hersey
This looks like its dead... has anyone found a good solution to logging from workers?
same here ... `ps -ef | grep vdir` showed the process and `kill -9 (pid)` did the deed
I have this too ... fortunately I don't have too many webex meetings. I worked around it by finding the webex meeting invitation, deleting it from google calendar and re-creating...
banged my head around this for a while then realized ... wait... I can just use 2 terminal tab, one for webpack-dev-server and one for rails. Duh.
Curious if you had any success with this? I just came across this plugin while looking for exactly this convenience. It's the biggest productivity-hit I find using guard. I might...
This would be a good addition to the README!
Bump on this....
Ok, this is working with a few changes. After posting, I was able to make it work with the following code. All I did was remove the call to `setState(formData)`...
Just raised PR #134 with the fix for those who need it
same issue ... any updates?