Nicky Gerritsen
Nicky Gerritsen
We should make this an option with default 2 that you can override
Note that the rank is the same for teams with the same number of problems solved. For WF47 we thus have two region winners with rank 36. Is that fine...
Might be that we do expose points but we don’t set the scoring type to scoring for sure. For that we need more changes probably anyway
Seems not since @tossy310 tested it there as well. We should investigate
I opened a PR with a potential fix. Thanks for finding this!
In the past we have used the database to store sessions to achieve the same. I remember talking about making this the default. @ubergeek42 do you remember why we didn’t...
> I'm not sure why we didn't do it by default, I guess performance is probably better if you're on a single node and don't need to hit the database...
What do we want here? I expected the code to NOT save the contest problem. Clearly it IS doing that, but is that the fix, not creating the contest problem...
Ah I now know what's wrong: when adding all problems initially it already breaks but we don't check. I will add validation there.
We also run into this if you call `$propertyAccessor->isReadable` on a property that doesn't exist on a 'ghosted' Doctrine entity, you get this error. Not sure if it happens in...