Jacob Rief

Results 514 comments of Jacob Rief

Any volunteer? Currently I have no spare time or a project which funds this feature.

I'm happy to hear that! Currently I have no time to work on ws4redis, therefore I'm very pleased on pull requests for enhancements.

you write > Bootstrap3 containers should not be nested. why not? This is one of the many cool features of BS3. If you want to fiddle with CMS placeholders inside...

You're right. It currently is possible to add a `BootstrapContainer` as a child of another `BootstrapContainer`, `BootstrapRow` or `BootstrapColumn`. This is a bug. Unfortunately the parent-children relationship code in django-CMS...

Please vote for this proposal on the CMS discussion group by adding your 2 cents. Traversing the plugin tree is rather easy. Find the root node and invoke `.get_descendants()`. More...

This is likely a bug and a duplicate of #56. I will check as soon as I have some time, next week. Thanks for for report.

In order to ease troubleshooting, I added a reference implementation for this project: http://websocket.aws.awesto.com/ this implementation runs on a AWS EC2 instance using one nginx with two separate (one for...

It currently runs on django-1.6, but that's not your problem. Presumingly one of the parts between your browser and Django, does not support the Websocket extensions added to HTTP/1.1

OK, then this seems to be a bigger issue. Will try with Django-1.7 next week.

What is the benefit of socket.io over native websockets?