Florian Best

Results 263 comments of Florian Best

I personally prefer variant 2 as the function might be called from different/multiple places which need to consider the escaping. It is the correct place where escaping should be done...

That would be wonderful!!!

Hello Graham, thanks for your response! yes, I want to mix static content with my single WSGI script. Prior I did this with a `RewriteCondition !-f`. I was suggested to...

CC. Still affected in ``` Python 3.7.3 (default, Jul 25 2020, 13:03:44) >>> import coverage >>> coverage.__version__ '4.5.2' ```

I have the same problem that setting any color for the indent char has no effect. How to debug? How to fix?

@matsimon You already signed it digitially at https://cla-assistant.io/univention/univention-corporate-server?pullRequest=13. That should be enough :-)

@thomasbach-dev Can you rebase your branch? I think not all changes have been taken.

Thanks, I created https://forge.univention.org/bugzilla/show_bug.cgi?id=49842.

Thanks, I created a bugzilla entry: https://forge.univention.org/bugzilla/show_bug.cgi?id=53730

I need this especially / only for `from djcelery.models import TaskMeta` → `from django_celery_results.models import TaskResult` (don't know if `djcerely` provides more than that).