Results 54 comments of Dominic

Yeah, I think you're right. Once either of the 2 issues we've discussed with the SWF are resolved, we can start looking into this again. Also, you might be right...

@pieroit, `.one + playing` is just our shorthand for saying you register a one time handler for the `playing` event. The basic strategy you outlined will work for an HTML5...

@hxdev, still no movement on either of the SWF issues this depends on ([#92](https://github.com/videojs/video-js-swf/issues/92) and [#13](https://github.com/videojs/video-js-swf/issues/13)). Once those issues are resolved, then we can think about implementing this plugin for...

Good catch. I don't use the interactive password prompt, so I missed the fact that my original solution did break it. I spent the better part of the day trying...

One last comment of interest. Another rsync wrapper does use `stdio: 'pipe'` (see [code here](https://github.com/mattijs/node-rsync/blob/v0.6.1/rsync.js#L503)), so it must be possible, but I couldn't figure out what they did differently to...

> Plucky devil to go ahead and call the package rsync straight up Haha, I know, the nerve. :) I did try passing in `process.cwd()` and `process.env` to the child...

I'm new to this project, but I believe you will want to use something like [php-writer](https://github.com/glayzzle/php-writer) for that.

Just chiming in here. I don't use styled components or GraphQL and I still see a marked difference in my React components with the built-in JavaScript parser compared to language-babel....

Thanks for the detailed feedback @maxbrunsfeld I appreciate it. Most of my reaction is probably due to the fact that I have gotten so used to the `language-babel` syntax highlighting....

Thanks for the response. My code right now is pretty custom. I'm using a function like the [apply example](https://github.com/kubernetes-client/javascript/blob/0.17.0/examples/typescript/apply/apply-example.ts) to deploy YAML to the cluster. When I call that function...