Tudor Brindus

Results 98 issues of Tudor Brindus

``` black . --line-length 120 --skip-string-normalization --exclude 'judge/migrations/*' ```

[Mistune](https://github.com/lepture/mistune/) has a new version that supports more fancy formatting (for instance, alignment on Markdown tables). It is a breaking upgrade, but we should upgrade nonetheless.

feature
ui
easy

Rather than go through each problem, we could allow an entire contest to be printed as a PDF.

feature
contest

The idea behind this would be to allow users with a certain PP and/or contest rating to add problems without admin supervision. User-added problems would appear in their own list,...

discussion

We should add a field mapping a problem to a list of "exclusion" problems. This would solve issues where we have both standard and signature-graded IOI problems, as well as...

feature
ui
database

If we make the optgroup the language common name, we can have a select2 filter that looks like: ``` C++ C++11 C++17 Python Python 2 Python 3 PyPy 2 PyPy...

enhancement
ui
good first issue

For example, hovering over Java 10 shows `javac`, instead of `javac 10-ea`.

bug
ui
good first issue

![image](https://user-images.githubusercontent.com/1403503/33293748-d7093424-d39b-11e7-913c-bfd39857fa63.png) Specifically, if the second token of the language split on a space is an integer, it should be used to sort. That is, Java 10 should appear after Java...

enhancement
ui
good first issue

Ref https://perf.wiki.kernel.org/index.php/Perf_tools_support_for_Intel%C2%AE_Processor_Trace#Adding_capabilities_to_perf Right now we just check if the user is root, which covers most cases but isn't precise.

enhancement
good first issue