Evan Zhang

Results 16 issues of Evan Zhang

When we have a nested `span`: ``` test ``` The expected text should be: ``` test ``` However, we get: ``` test ``` For problem descriptions, this happens both with...

bug
ui

Supercedes #1495. Refs #1493.

Part of #2035. Before: ![image](https://user-images.githubusercontent.com/29607503/217431521-43b6f74b-84b1-4c2e-acad-c1ee9eaa2ff6.png) After: ![image](https://user-images.githubusercontent.com/29607503/217431563-4bc06f8d-05e7-457a-a2b4-fb0ffedd2c0e.png)

https://dmoj.ca/organization/96-dmpg-18/users?page=2 Rank numbering should continue from the previous page, not reset back to 1 on each page.

bug
ui

The database schema generated through the migrations do not support FTS. The indexes must be created manually: ```sql ALTER TABLE judge_problem ADD FULLTEXT(code, name, description); ```