WofWca
WofWca
Currently, browsers don't offer us API that lets us simply get decoded audio samples of a video before actually playing them. But we would like it since it would allow...
### Describe the problem Unless you explicitly specify "Repository browser" link template, repository browser links will never be generated (they'll remain as text). But we can infer them (at least...
### Describe the issue Sounds nitpicky, but it confused me when is was editing glossary since there's an "Explanation" text area which is in place of where the translation text...
### Describe the issue E.g. here https://hosted.weblate.org/translate/weblate/documentation/fr/ the link is https://github.com/WeblateOrg/weblate/blob/main/docs/fr/LC_MESSAGES/docs.po#L1, but the filename is correct `docs/locales/fr/LC_MESSAGES/docs.po`, so in the link the `locales` part is stripped off. ### I already...
### Describe the problem Almost none of the pages are cached, they're decorated with `@never_cache`: https://github.com/WeblateOrg/weblate/blob/1090b1314958db47062a6b9f76fc9dee21931f87/weblate/trans/views/basic.py#L131, which makes navigation slow. ### Describe the solution you'd like Surely it's not the...
### Describe the problem As we all know, creating an account is a big showstopper for users, which is 9000% more true when they don't know what they're making it...
### Describe the problem There is some code that is hard to check whether is safe or not. Namely: * [ ] Remaining `mark_safe` usage (e.g. https://github.com/WeblateOrg/weblate/blob/f0b4c8146b7c0663003ab04233c09f3cb8457119/weblate/accounts/templatetags/site_url.py#L32-L49, https://github.com/WeblateOrg/weblate/blob/6e28638d2a251aec65b84beb097cf00eac911af7/weblate/trans/forms.py#L275-L277, looks like...
### Describe the problem Many pages include lists that may get quite long. For example `/user/`. If a user has a lot of contributions, the page may be so big...
### Describe the problem Now I'd say it really takes a lot to get to business from the engage page. You have to: 1. Click "Translate". 2. Select language (even...
### Describe the problem There are no tests for #7558, #7573. ### Describe the solution you'd like Add tests for this. But I'm not sure where to put them. Can...