Erik Vroon

Results 65 comments of Erik Vroon

Thanks for your suggestion. It was like this in the past, but the problem is the limited amount of space in the table. Having two of such big "scores" columns...

Thanks for the PR, I hope to be able to look at it within a few days

Hmm I looked at it but I am not sure this is the way to go. I would prefer something more flexible, like how other tournament systems have a scoring...

I'm working on a draft here: https://github.com/evroon/bracket/pull/797 Ah I think I understand now what you mean why it wouldn't work. It's because you add the number of points in the...

I have implemented my idea in https://github.com/evroon/bracket/pull/797, with support (from what I understand) for your use case. There is a checkbox you can check when creating a ranking to enable...

I don't really have time currently to do troubleshooting. If the problem is with `NEXT_PUBLIC_API_BASE_URL`, you could consider building the Docker frontend image yourself, then the environment variable should be...

> Hey there! I am new to APIs, why are you using FastAPI ad nextJS together and what does it actually accomplish in this project? Thank you for your time...

Thanks for the fix, I think it looks good! There was a reason I disabled the player names in the past, not sure why anymore, probably because I temporarily excluded...

Hey, sorry that I haven't responded earlier. Thanks for raising this feature request! I think the idea to add judges is a good idea. However, I am not sure what...

hmm yes there's two court scheduling "algorithms": - swiss: just assign every match in a round to a court, since rounds don't overlap in time and there's not more matches...