Michal Čihař
Michal Čihař
The celery batches doesn't do retries, in more detail it's described in https://github.com/celery/celery/issues/1498 with possible workaround.
The GTK-Doc 1.26 has removed tmpl support and because of this the generated enca docs is mostly empty at it is mostly documented there. Probably it is needed to move...
Support for Finnish language has been requested in Debian BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688501 ##
The flake8 recommendation is to use "3 letters followed by 3 numbers" for the codes for third-party extensions. Fixes #3
I've tried to use this action, but it seems to ignore some errors: ``` ./setup.py:76:9: BLK100 Black would make changes. ./wlc/__init__.py:25:1: I003 isort expected 1 blank line in imports, found...
The `damerau_levenshtein_distance` function segfaults with long strings on 32-bit platform. This was originally reported at https://github.com/WeblateOrg/weblate/issues/2673 by @scarabeusiv, but the actual segfault happens in jellyfish: ```python abuild@bugaboo:~> python3 Python 3.7.2...
## Proposed changes Fixes #7066 ## Checklist - [ ] Lint and unit tests pass locally with my changes. - [ ] I have added tests that prove my fix...
### Describe the problem It would be useful to support backup/restore of individual projects. Use cases: * Individual backups from shared instance, such as Hosted Weblate * Migration to different...
## Proposed changes As suggested by @Geeyun-JY3 at https://hosted.weblate.org/translate/weblate/documentation/en/?checksum=8357774a20640da7#comments ## Checklist - [ ] Lint and unit tests pass locally with my changes. - [ ] I have added tests...
**Is your feature request related to a problem? Please describe.** Currently, translation propagation is configured per component and affects components within project. In some cases it does not work well:...