Josh Smith
Josh Smith
There's also a column in the `users` table -- `latest_activity`. We could use this to display the latest activity, without the user needing to be online. This can be fetched...
This will also supercede the `@pymysql_encode` decorators throughout the codebase
> i know this is drafted but i'm fairly assuming that's mostly likely because the telemetry server needs to be made, but i'm aligned on this Yep -- I'd also...
I think the data is the most important topic, and we could make the telemetry server pretty effortlessly once we're aligned on what the exact purposes of this system are...
+1 for rootless containers
is this query the problem? https://github.com/osuAkatsuki/bancho.py/blob/701c4627cf66c4dd5d5f364ef35e7cd7cb53423a/tools/recalc.py#L183-L190 looks like it's only chunked for processing once in memory which is not particularly useful, it should be pulled from sql in chunks to...
I've created this PR as a reference for breaking up the `collections` modules, as they may be a bit trickier than usual: - https://github.com/osuAkatsuki/bancho.py/pull/597 This PR's description breaks down how...
nice work on this, so quickly
cc: @tsunyoku @NiceAesth @minisbett
This is intended to be handled here https://github.com/osuAkatsuki/bancho.py/blob/a043f12e4a77f83faa180938214e02f79333872d/app/objects/beatmap.py#L482-L486 Might be bugged, or this logic might be missed in another place (though, I think this path should always be taken for...