Björn Pedersen

Results 47 comments of Björn Pedersen

Part of the anoymization (with hard-coded fields for now...) is available via https://github.com/bpedersen2/indico-cron-advanced-cleaner

https://github.com/Ionaru/easy-markdown-editor looks promising as a frontend

Seems to be not much different for the github editor here ( using the preview toggle it is correctly styled in the demo.)

One use-case I currently have in mind: - export a bunch of registrations - import on a different form - delete registrations in first form to move registrations from one...

Update to resolve merge conflicts. I still need to check if e.g.choice fields work correctly this way or if I need to match the choice display string to the choice...

Q: Should I add a fallback to the old format if none of the headers match a field name?

Still open: mapping of e.g. Choice fields

I created a test repo: https://github.com/bpedersen2/pylint_reproduce run: 1. ```bash export PYTHONPATH='.' pylint bin/project project/test_package/test_mod2.py ``` ``` No config file found, using default configuration ************* Module project C: 12, 0: Trailing...