Fabian Rothfuchs

Results 4 issues of Fabian Rothfuchs

Hi, I'd love to use your fantastic plugin; however, it currently does not seem to support i18n. In my case, I use `django.conf.urls.i18n.i18n_patterns` in my url, which will give me...

enhancement
help wanted

I'm having the case where I found not other option than to monkey-patch the `escape_chars` function as it just did the wrong thing for me: `ffmpeg.nodes.escape_chars = lambda x, y:x`...

Hey there, I'm using django-compressor with Django 1.7.2, AngularJS and HAML. In AngularJS, you can define inline templates within your HTML or HAML Code by enclosing it into a tag...

Twitter Bootstrap classes have hyphens in their names, i.e. `is-valid`. Vue supports hyphens by encapsulating classes within quotes: https://vuejs.org/v2/guide/class-and-style.html#Object-Syntax ``` ``` widget_tweaks however does not support this currently if I'm...