Jeremy Fleischman
Jeremy Fleischman
That's fine by me. What about searching for delegates?
I'd rather have every organizer put in the organizers table, but last time I tried, I found that people are apparently addicted to having a text box they can type...
One problem is that some organizers prefer to list their organization team instead of the individual organizers. Another problem is that organizers want to be able to provide a single...
Darn! We could probably hack around this in our deploy.sh script by manually removing the `public/packs` directory as you suggested, but that seems like it could break the website while...
A related bug from Radu talking about the registrations page: > And one more observation for the software team. It seems that competitors are sorted by name, but "ș" letter...
There's a pretty heated discussion about the Ł character on the mysql bug tracker: https://bugs.mysql.com/bug.php?id=9604. There's a lot of confusion/unsatisfying answers, until you get to [Peter Gulutzan's well written explanation...
Unfortunately, it turns out our production version of Mysql is 5.5.49: ``` ~ @production> mysql -e "SELECT VERSION();" +-------------------------+ | VERSION() | +-------------------------+ | 5.5.49-0ubuntu0.14.04.1 | +-------------------------+ ``` which doesn't...
Note that thanks to #1489, we're actually using `utf8mb4` instead of `utf8`. That means we want to use `utf8mb4_unicode_520_ci` instead of `utf8_unicode_520_ci` as mentioned above. However, after reading [this article](http://mysqlserverteam.com/mysql-8-0-1-accent-and-case-sensitive-collations-for-utf8mb4/),...
This sounds like a great idea, and hopefully we can get someone to take it on as a ment2.
For the record, here's what the Results team requires when someone requests a change to competition results: ### Requesting changes to competition results (updated on September 22, 2017) If changes...