Erikas Tranauskas
Erikas Tranauskas
> @erikas-tranauskas Symfony's Process component is blocking, you may want to use ReactPHP's non-blocking ChildProcess component instead: https://github.com/reactphp/child-process Could you please explain the blocking part? It looks like ReactPHP implementation...
> Well, in addition to that, I've figured out a few things that may help us. Supervisor has shown me this: > > * `PHP Warning: Attempt to read property...
Same thing happens here. It looks like connection to WS works fine, but if I send any message to the socket - it automatically closes the connection. Everything is fine...
> > Same thing happens here. It looks like connection to WS works fine, but if I send any message to the socket - it automatically closes the connection. Everything...
I believe this is the same problem discussed here: https://github.com/sagalbot/vue-select/issues/1311 Is it possible to apply the suggested change?
I also had this situation on one of our QA browsers. Very strange thing that this problem was gone after browser restart. Couldn't reproduce it again. Also this happened only...
> Install ext-uv or ext-ev, without those you can't handle more than 1024 file descriptors. Any config I have to change to make these extensions work? I installed them but...
I believe it should start this separate process by adding a plugin to webpack config. `.addPlugin(new ForkTsCheckerWebpackPlugin({ async: true }))` doesn't do much. Any idea how to start it?
Has anyone tried the beta package of Quill v2? Does it break the vue2-editor?