Jennifer Richards

Results 72 comments of Jennifer Richards

There should be a pull-down on the 'start workflow' button that lets you choose a branch

Created #4657 to capture the factory refactoring

Yes, it's still there. To see the problem, create a new schedule for 114 or 115 (right now 114 is easier because there are no timeslots or rooms for 115...

Odd - and not seeing it here. What browser?

I poked at this a little bit - deactivating the primary email and applying the change gives all indications that it succeeded, but does not actually deactivate that email address....

I don't think the particular problem that inspired this report was caused by a person merge - the User left behind still had `is_active=True`, but merging records deactivates the user...

It was pointed out in #7113 that the current mechanism for including timezone data includes daylight savings RDATE fields going back to the early 1900s. If possible, the timezone data...

I believe you are correct that it is related to the format of your username. Will take some investigation to see whether we can fix this to accept the username...

The issue is caused by the "/" in the email address used for the Django username. Django's User model allows only alphanumerics and the `@.+-_` characters in usernames. The _easiest_...

Character frequencies in all of the addresses in the datatracker: ```python >>> Counter(c for c in list("".join(addrs))) Counter({'a': 75109, 'o': 71142, '.': 63757, 'm': 62223, 'i': 59199, 'c': 57918, 'e':...