Camilo Nova

Results 38 comments of Camilo Nova

@sabderemane I just applied your code suggestions but seems something is wrong. Please take a look and let me know.

@sabderemane please open a PR with your changes. I think by merging yours this one is no longer necessary, is that right?

I had the same problem too, you must send parameters like: ``` var compass_options = { config_file: 'path/to/config.rb', css: 'css', sass: 'sass', debug: true, sourcemap: true } .pipe(compass(compass_options)) ``` You...

@crydotsnake please provide us the screenshot so we can make sure it looks good before deploying to production. Otherwise, I'll need to revert this merge.

This solves the SQL problem https://github.com/daipresents/redmine_all_time_team/pull/7

I just hit the same issue with: ``` celery==3.1.17 Django==1.7.4 django-websocket-redis==0.4.1 gevent==1.0.1 greenlet==0.4.5 redis==2.10.3 ``` To make it work I have reverted the libraries to: ``` celery==3.1.17 Django==1.6.10 django-websocket-redis==0.4.1 gevent==1.0.1...

@jrief Thank you, please let me know if I can do something to see this fixed soon.

Django 1.6 and django-websocket-redis==0.4.4 fails the same. Using django-websocket-redis==0.4.1 works.

@jrief Did you tried with Django 1.7? We should better make sure it works with Django 1.8 LTS ![screen shot 2015-05-27 at 8 53 11 am](https://cloud.githubusercontent.com/assets/202559/7837677/1f64843c-044e-11e5-8ae8-e29d864badc6.png)