hjpalpha
hjpalpha
tested (via previews) on dota, lol, brawlstars, valorant, wildrift, overwatch and stormgate
can you check if it breaks infoboxes with fixed image size? example page: https://liquipedia.net/starcraft2/Stimpack from preview it looks broken to me but i can not check the css changes applied...
imo add it but maybe rename it since it seems pretty specific for tournaments list (right?), also due to that maybe use `tournaments_list` as folder(?)
split it up into this and #962 and #963 @JaspervanRiet
> Since match2 has the syntax `[[opponent::`, what is your suggestion for an "opposite" opponent syntax? maybe `vsopponent` but the issue runs deeper because we would need to condition on...
again the other option would be to do the sorting in the modules (but that would cost some lua runtime which might be a problem for the special query/stream pages...
> Sounds like you want to put a where clause on a multi-table join, sounds like that would be a performance challenge tbh so querying 5k matches that meet some...
okay so querying and sorting via lua works pretty good only issue i get is memory shortage but that is unrelated to how we query the data ~ 150 matches...
hmm how about something like this for display (written on phone so take it with a grain of salt) ```lua local createdDisbandedPairs = {} for _, created, index in Table.iter.pairsByPrefix(args,...
for storage maybe store created of the first pair and disbanded of the last pair (so it is unsed if reformed and not re-disbanded) as currently and the inbetween ones...