Francesco Lodolo
Francesco Lodolo
> We'll need to optimize the code further, because it still doesn't complete. I'm curious: what is killing the migration? Is it a setting on Heroku, a setting in Django?...
Interesting choice to hard-code the saving percentage, instead of calculating it on the fly. https://github.com/mozilla/bedrock/blob/aef53424eb7bb13d900ac0778d491e8e9b500271/bedrock/settings/base.py#L1617
> Should I put up the patch for the l10n repo, or is that something you'd want to do? It's much easier if it comes from your team, as it's...
> Addons get built and deployed from `main`, so I think we should be okay, given that this is addons-specific. (Yes, this is confusing. And yes, addons should probably be...
You don't need to `import yaml` in files like `build.py` or `generate_shared_addon_xliff.py`, since there is no code using it. I assume you're trying to fix a test failure somewhere?
Not sure if this is worth investigating, as it's a messy local setup. I had a local sync from before testing this code, but the remote branch was removed and...
> A "messy local setup" as mentioned above should no longer be able to produce the error that @flodolo encountered. Confirming that this worked locally 👍🏼
> Confirming that this worked locally 👍🏼 Correction: the error now shows up when you update any string (e.g. reject one), e.g. ``` 2024-10-16 15:07:05 server-1 | django.db.utils.IntegrityError: new row...
Two issues with pretranslation: * Local setup with Firefox + Italian, a new file is available on sync (profiles.ftl) but it's not pretranslated. * Manual pretranslation is broken ``` 2024-10-30...
Also for the same new file (not committed to the repo). Trying to download translations will crash Pontoon, because the file is not in the repo. ``` 2024-10-30 07:56:43 [ERROR:django.request]...