Maciej Olko

Results 132 comments of Maciej Olko

Alternative solution for the issue here, as [suggested](https://github.com/psf/black/issues/2188#issuecomment-1013336882) by @haridsv, is an indentation: ```python flash( 'None of the email addresses or domains you entered' ' are valid', 'error', ) ```...

As an alternative both R102 and R103 could be ignored by default, as it is done with W503 and W504.

For what is worth I was able to disable the plugin by prepending pytest invocation on CI with: - sed -i "s/--flake8//" pytest.ini # removes --flake8 from pytest.ini - pytest...

This is the current example in documentation: > For example, if you specify a 100/minute rate limit on a route and it is being attacked at the rate of 5...

Would it be possible to reopen this issue, having [Wagtail RFC 77: Support for SVG images](https://github.com/wagtail/rfcs/pull/77) opened by @kaedroho?

Definitely it would be better to have one Weblate project with multiple languages. In the issue description I was meaning to consider having separate Weblate projects for languages as a...

@burner1024 I created a symlink to the main directory. It occurs that currently Weblate doesn't handle that. Please see #7909. I think that creating a `pl` directory and many symlinks...

Hi, another use case example. It comes from Django. The snippet provides correct Polish translations to sentences consisting of model objects' count and the model's name, like "1 user" or...