William Di Luigi

Results 102 comments of William Di Luigi

I studied the source code of this project a little bit and it looks like, for writing data, it just calls this: return this.UsbSerialModule.writeInDeviceAsync(this.id, value); Is it much harder to...

Mmm... We could try to call a method for returning all users and, if it's not implemented by the specific loader, we could just fallback to the current behavior (repeated...

I think the milestone here should be changed from 1.3 to 1.4

The format didn't change much. I think there were just some additions (e.g. the `per_user_time` field in `contest.yaml` and the support of English names). The issue should still be relevant,...

for what it's worth, it looks like a compiled java file, not a java source code (or maybe I'm missing something?)

Are there updates on this? I just encountered this bug as well :sweat_smile:

I was affected in the same way as OP, with a wrong Java submission. I don't really understand why postgres is so picky with the characters we use. We just...

Oh, so the output of the compilation is what we are talking about. I was thinking about the source code itself (being a Java byte code, it makes sense that...

I checked old telegram messages and it appears that the discussion was actually on User.username and not on Task.name 😅 and the outcome was that you all wanted to enforce...

Anyway > you want to keep the uniqueness of (Task.contest_id, Task.name). Is that the case? If you did this exact replacement right now in the DB would anything break? Yes,...