Peeter Aleksander Randla
Peeter Aleksander Randla
oh, you're right, this could be implemented as an extra boolean on Attachment, the code ended up being quite similar to the attachment handling...
I think just implementing sharing tasks would require some extra work to be as useful. We occasionally need to change the division on some user (e.g. when a middle schooler...
Fixed by #1426.
reading TelegramBot.py as it currently is, i feel like that is quite telegram-specific still, i don't know if there's much code we could reuse there. also, it notices new announcements/questions...
(it's called testlib.h, not polygon.h.) this file is only necessary when compiling checkers or managers (though it seems the polygon importer only supports batch tasks anyways, so only checkers in...
> Another alternative is to make opaque_ids a bit longer and globally unique. Does anyone have any objections to this? I think having a globally unique opaque ID might come...
I think I would be in favor of just using UUIDs. The arguments made by @gollux in #1419 don't sound very convincing to me, I don't think the submissions table...
> I'm Trying to debug why coverage updates are not being sent anymore I think it's some weirdness with the branches; codecov's UI says the "last commit on main" is...
okay, it's now at least uploading coverage for the pull request successfully, so i can only hope that it'll also work on the main branch... then again, it was also...
> I suggest parsing the input as aware datetime in the current time zone instead. that wouldn't give the correct answer either. the problem is that sqlalchemy (or perhaps psycopg?)...