Anton Kosyakov

Results 209 comments of Anton Kosyakov

Also migrating to the latest chokidar also would be nice

Sometimes not all files are copied for some reasons, we want to try to pass `awaitWriteFinish`.

@mysticatea Maybe you can actually fix real issues: - cpx sometimes copy files which are not completely written yet, only partial content - if a glob src pattern can be...

I've ended up using gulp 4 instead for watching and copying. It uses https://github.com/gulpjs/glob-watcher for watching that behaves quite deterministic. And for copying one can use `newer` plugin to copy...

@tsmaeder I can have a look at it beginning next year. Sorry, too much work with theming support yet.

Generally looks good, but does not seem to work with reconnections since instances are cached via the contribution and service providers. Also think that service provider interface can be removed.

@JPinkney let me know when it is good to have a look again

It looks very clean, but unfortunately using isTransientScope leads too many instances for identifiers injected several times: I don't think we can bind rpc services in the application scope :(...

I would like to run something like `./gradlew runIde --headless` which starts IDE in the backend mode with my plugin. Right now we emulate something like that with custom shell...