Edoardo Morassutto
Edoardo Morassutto
`UNION ALL` is not guaranteed to keep the order of the results. In fact with Postgres 13 the order is not well defined and can change between executions (not sure...
During a contest it might be useful to be notified on the smartphone when a new question arrives. This is especially true for long contests where keeping the admin page...
Add a new command: `cmsPrometheusExporter` This will start a new HTTP server that listens on a port (defaults to 8811) for requests to /metrics. At this endpoint many metrics about...
Is it possible to have multiple mutations with the same name, under different parent types? For example: ```python @gql.type class Namespace1: @gql.django.mutation def mut(self) -> Res1: return Res1(1) @gql.type class...
This is the tracking issue for a tool that selects the best time limit to use for a task, such that every solution gets the correct subtasks. **Inputs** - Solutions...