Michal Čihař

Results 788 comments of Michal Čihař

Draft PR for this is available at https://github.com/WeblateOrg/weblate/pull/9361 What is missing is user configuration, and I'm hesitating here whether to make it in user settings and for all devices, or...

The browser preference works already in the PR. Most sites allow you to configure this as well. Or is it no longer useful these days?

Shouldn't it be `SOCIAL_AUTH_GOOGLE_OAUTH2_LOGIN_REDIRECT_URL` instead of `SOCIAL_AUTH_GOOGLE_OAUTH2_REDIRECT_URL`?

The very same issue is with return and R505: ```py def test_2(bar): if bar == 3: baz = 1 elif bar == 4: return 3 else: baz = 2 return...

Has anybody seen this issue recently? I still fail to reproduce it and in case we don't see it on recent releases, it might have been fixed by some other...

I was able to reproduce the issue after deleting a glossary term in all languages (what deleted it from the database and not from the file, see https://github.com/WeblateOrg/weblate/issues/10403) and adding...

Workaround in Python: https://github.com/WeblateOrg/weblate/discussions/8554#discussioncomment-4612940

@juliancoffee Yes, it is accepted that we need such a feature. The exact design was not yet discussed, so please post your proposal here before implementing so that feedback can...