AleCaste

Results 20 comments of AleCaste

I posted my comment on the wrong tab (span-zoompan's) thinking I was on this project instead. In any case the question still remains as we are using your plugin and...

Hi hello. Yes of course you can. Sorry I missed your request; I did not read it until today. By the way your plugin worked really well on a real...

My solution is NOT very elegant but it works. Here it is. After running ```npm install [email protected] -g``` I got the following error: ``` npm ERR! path d:\node\npm.cmd npm ERR!...

Here is a solution that works for me. **VERY IMPORTANT:** you MUST set the Connection header to close! ``` form.on('part', function(part) { if (![some condition I want to be met])...

Ok, I found what is causing the problem. What happened is that on index.js I commented out the following lines: ``` // import { overrideComponentTypeChecker } from 'react-toolbox'; ... ......

Hello, I just cloned the current webpack-hot-middleware repository (2.19.11) and ran the example. As you can see on this image, I am still getting the ```EventSource failed loading``` error on...

Issue solved. Bitdefender was the cause. See: https://github.com/glenjamin/webpack-hot-middleware/issues/36#issuecomment-182354904 https://github.com/glenjamin/webpack-hot-middleware/issues/189#issuecomment-286158153 https://stackoverflow.com/questions/30625261/server-sent-events-not-send-until-php-script-execution-end/30626490#30626490 https://forums.asp.net/post/5315602.aspx As for today, it doesn't seem one can do much about it apart from turning Bitdefender off (there is...

Thanks @glenjamin, I was just writing my last answer about the same thing! Thanks a lot!!!

I am interested in this too. Did you release a new version supporting this? Great little module!

Hello @mind84 , I am facing the very same issue. Did you manage to get this working?