David Sichau
David Sichau
We also ran into this bug. I took us quite some time to figure out the reason behind this. The workaround works, but figuring out the cause for the huge...
Thanks for your effort to help to make meteor more type-safe. We struggled with this for a while and developed our own approach to make meteor type-safe. We added type-safe...
It would be possible without any Sessions via the `ip_hash;` See http://nginx.org/en/docs/http/ngx_http_upstream_module.html#ip_hash. This would not add any state to the container and still allow sticky sessions.
I run into the same problem when drawing 1Bit png images. Is there a fix in progress?
Very nice, thanks for sharing it.
@vincentracine It would be nice if you could share some code with me. I am currently working on the transition to npm packages. As soon as I finish this I...
@vincentracine Sorry for the long delay. I will take a look at this. I think the best would be to distribute it as an individual package. Something like `sharejs-ace-react`. I...
The difference is that for ace all code is loaded as static asset and for codemirror this is currently not done, only the required files are imported. Maybe we should...
As static assets they are only loaded if an user requires them, so this is not a big issue. However then the user is able to load them. I will...
It seems to be related to this: https://github.com/meteor/meteor/issues/5270 Maybe you have another package requiring `sharejs-codemirror` Could you try to manually update the package by changing `.meteor/versions`