George Bateman
George Bateman
Another one from management: > I was speaking to the Disabled Students' Campaign recently and we were > wondering if it was possible to have a centralised place that lists...
Currently it is impossible for an admin to edit an un-authorized show without automatically authorizing it. This sends an email to the show owners and causes confusion if this is...
We currently have no testing of what happens in the browser beyond some basic tests such as navigating the DOM during tests of largely server-side functionality. We should have tests...
Camdram has a (dubious!) markup format of its own creation in [https://github.com/camdram/camdram/blob/master/src/Acts/CamdramBundle/Service/TextService.php](TextService.php). It needs some rough edges trimmed (e.g. many legitimate links are forbidden due to issues with the regex)...
I’m imagining some sort of “Welcome to Camdram” panel on the homepage (until dismissed) with three strands: * How to get involved with Cambridge Theatre, across cast/crew/musicians and students/non-students. *...
She Loves Me is an ADC main funded by CUMTS with the standard 7:45 slots and a Saturday matinée, but it only appears once in the list of shows by...
Currently when querying some aspect of a show it's necessary to send an email, most straightforwardly from a personal account to the show admin's personal account, which is a bit...
From #536: hoyes • about 2 hours ago This bit was there to try and prevent the following: Person who happens to be an admin of society X is putting...
See https://mariadb.com/kb/en/library/json-data-type/ which gives `CHECK (JSON_VALID(socs_list))` as a minimum, but we might as well add more if possible; sadly they don't seem to let you add a JSON Schema! Antigone...
Split off from rust-lang/rust#124475. The functionality of the `lazy_static` crate is now available in the standard library as `OnceLock`. Rustfmt can now use this directly and drop the dependency.