Tomas R.
Tomas R.
Removes `transform` from the `will-change` property. Pretty hacky and I don't fully understand _why_ it works, but this should only effect performance (if at all) and not appearance so it...
- Email is not mandatory, but if used it is checked like in registrations - Prevents adding two people with the same email - Warns if the person already has...
### Feature Request Type - [ ] Core functionality - [ ] Add-on hardware support (eg. audio, RGB, OLED screen, etc.) - [X] Alteration (enhancement/optimization) of existing feature(s) - [...
Something that has been asked many times before is the ability to reference regform fields in the badge designer. Currently you can use any regform as a source when printing...
This is related to the new translation instance (localization-demo.getindico.io). This PR adds a new workflow which periodically (every 6 hours for now) pulls translations from Transifex and builds a new...
Depends on #6178 This helps check for missing or unclosed HTML tags and also guards against some bad actor sneaking in a `` or similar This helped find dozens of...
Doing `zip(all_orig, all_trans)`, we only ever check at most two translated messages since the original is either the singular or (singular, plural) Running the updated version, lots more issues are...
When editing person links in the person link widget, event persons will be automatically synced unless the user explicitly chooses not to. #TODO - [x] Better user facing UI, explanation...
Copied from the [forum](https://talk.getindico.io/t/japanese-ja-translation-group/542/15) so it does not get lost. > ... the PDF view of the schedule is not showing the Japanese characters properly.  Possible solutions: - Add...
Code to reproduce: ```python from itertools import groupby for _, gen in groupby([]): gen = list(gen) print(gen) ``` This wrongly triggers B031 even though the generator is indeed saved to...