Tudor Brindus

Results 128 comments of Tudor Brindus

Could you try to see if the issue reproduces with https://github.com/swaywm/sway/pull/6844?

Unfortunately, that didn't fix things.

* [x] SVG/PNG math isn't color-inverted, though MathJax is. The PNG may fall under image color inversion.

* [x] User profile images should have a background set, see e.g. comments on https://dmoj.ca/problem/fibonacci This is a subset of > Images need `background-color: white;` because the image may have...

Here's a CSS export of pygment's `github-dark` theme: https://gist.github.com/Xyene/e0cac053b28507cd5e65478ae44eba22 This could be used in place of https://github.com/DMOJ/online-judge/blob/master/resources/pygment-github.css ![image](https://user-images.githubusercontent.com/1403503/211182855-e1c80da5-10b7-476a-a827-c482d500ea9d.png)

* [ ] Grading / processing submission status rows are janky ![Screenshot_20230108-162850~2](https://user-images.githubusercontent.com/1403503/211220106-253f1fa6-3002-4036-a8df-70c9b17eca76.png) Unsure if we want to just invert the spinner colors, or set a background on the row.

We should import more ace.js themes, upstream has many more dark themes than we do: https://ace.c9.io/build/kitchen-sink.html Maybe we should add a "Default" editor theme, that does different things for light/dark...

* [ ] Blockquote sidebar is too dark, I think we want to make it lighter than the background rather than darker:

* [ ] When hovering over the X on alerts (e.g., https://dmoj.ca/problem/cco21p6/tickets/new), the X blends in to the background. It's also pretty light to begin with. * [ ] We...

Also ``` /code/dmoj-virtenv/lib/python3.7/site-packages/django/views/generic/list.py:88: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: QuerySet. allow_empty_first_page=allow_empty_first_page, **kwargs) ```