Martin Zackrisson
Martin Zackrisson
I would suggest extending @muzhig regex so that it handles cases like: `` -> `{myid}` with using the following `re.sub`: ``` re.sub(r']+)>', r'{\2}', rule) ``` I'm not 100% if flask...
Do we have an endpoint for notes I've written (preferred if you get back at least node title and type)
Then I'll await backend progress.
@Frozenfire92 take a look at https://github.com/ludumdare/ludumdare/blob/master/src/com/content-games/filter.js and how the other filters work there. Basically you would need to have the list of platforms and an `All` option and then build...
True, that would work as an intermediate solution, but there should be a way to build the request so that you only get the right games from start.
I tried to find what this is a duplicate of without finding it.
The container element (light grey area) there probably has overflow hidden set in it's css.
I've lost semi long comments too, and now I done just take a copy before I press submit. I think saving a comment in local storage should be trivial. The...
Trying to answer some of the points...but in general I agree that the games-view borrowed from when event is in voting mode isn't a good way of displaying the results....
The view where you see the games that you have graded so far in an event and what graded you have them along with nice graphs. That page doesn't check...