Radim Sückr

Results 5 comments of Radim Sückr

The minimal example is as simple as `{% extends "base.html" %}`, which results into following screenshot. ![image](https://user-images.githubusercontent.com/2447438/45734134-a3825c80-bbe3-11e8-900c-a1ce7e54d460.png)

Yeah, disabling it is an option, but I was hoping that maybe it'd be possible to have HTML rainbow parentheses combined with Django tags.

Yeah, `bytes` work just fine, but the documentation states that `str` should work too. :( Or do I miss something? https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#model

Hi @LincolnPuzey, I've implemented a workaround for this issue in [module druids/django-chamber](https://github.com/druids/django-chamber/blob/master/chamber/storages/boto3.py#L44-L52). You might want to take a look at it. Nevertheless I agree with you that this behavior in...

It's a pity. I would love coding for Arduino using only Vim.