Jonatan Kłosko
Jonatan Kłosko
Looks good to me, we just need the docs now. Ideally with some IaC snippets, I think either is fine, terraform, cloud formation or CLI, just so it's more standardised.
I believe the issue is simply that the given translation file hasn't been updated for a while. To verify this, I created a new translation in Internationalize, pointing to the...
FTR that the [translations status page](https://www.worldcubeassociation.org/translations/status) also shows the unused keys for each local.
Thanks for the report! Interestingly the modal flicker happened only on Esc, and not backdrop click. That said, I've just updated LV to 1.0.0-rc.7 and it appears to be fixed...
I actually like `:test_options` a lot, it gives more flexibility, while still keeping stubbing within Req boundaries.
We already update each table in a transaction, so it should be atomic: https://github.com/thewca/worldcubeassociation.org/blob/1e83c26f9b204bfbd236c6a074fff309eb9d8a47/lib/auxiliary_data_computation.rb#L15-L19 Just looking at the code I don't have any reasonable idea, unless the queries skip the...
I believe we can close this now, thanks @dunkOnIT :)
Hey, I no longer add new stats, but if someone is motivated, a PR is welcome!
We are embedding Python and we have a few threads that we re-use for code evaluations. We were wrapping each evaluation in `PyGILState_Ensure` and `PyGILState_Release`, which I believe is a...