andrea

Results 20 issues of andrea

First, thank you for supporting this app. I had an issue with multiple on scroll paginations each inside one tab. When I load (on scroll) first tab, I also need...

Hello, I'm visualizing toasts in 2 areas on the page at the same time. I tried using groups, so changing my notifications from this: `this.$toasted.show( ... )` to this: `this.$toasted.group().show(...

Hello, I'm trying to visualize the report in Jenkins, but I got these errors: ``` Refused to load the stylesheet 'https://unpkg.com/[email protected]/build/pure-min.css' because it violates the following Content Security Policy directive:...

After upgrading RESTier it seems like the combination of ConventionBased Interceptors and CustomSubmitProcessor is no more working. Before upgrading I had some working code like the following for triggering both...

Hello, sorry but I'm a bit confused about how to generate the sitemap.xml I tried the code in the README.md but it is not working. Then I found different threads...

Hi all! I'm using redmine_dmsf on redmine 2.2 (ubuntu 11.10): it installed with no problems and works great. Definitively a must-have on redmine. I'm wondering if is it possible to...

type: enhancement

I'm installing askbot-devel as an additional app in a project already containing django-ratings. Django version is 1.8 When I run runserver, I get this error: ``` SystemCheckError: SystemCheckError: System check...

Hi, I just migrated to django 1.8 My operations are: 1. scratch whole db 2. remove all migartions from my apps 3. manage.py makemigrations 4. manage.py migrate However I get...

Hi, thank you for this module. min_pos = min(min_pos, fields.keyOrder.index(field_name)) raises an error: ``` File "/home/main/Workspace/rsn/rsn_env/local/lib/python2.7/site-packages/olwidget/forms.py", line 83, in __new__ default_template=opts.template) File "/home/main/Workspace/rsn/rsn_env/local/lib/python2.7/site-packages/olwidget/forms.py", line 156, in apply_maps_to_modelform_fields min_pos = min(min_pos,...

Hi. I'm experimenting slow template rendering due to the fact that easy_thumbnails is touching remote storage although thumbnails are cached. I'm successfully creating thumbnails in a celery task like this:...