Erik Vroon

Results 40 issues of Erik Vroon

The SVG logo in the README relies on the Lato font. If you don't have that font, the logo apparently looks weird. So we should find a way to make...

It would be nice to allow players to sign up themselves. So have a page where a user fills in a form and then they're signed up for the tournament....

enhancement

I found this issue: https://github.com/Keats/tera/issues/211 but it has been closed for the last 5 years without update. So I wondered whether this is something that's still being considered. I think...

On the dashboard page with matches, the order of matches is sometimes wrong, depending on browser i think

bug

We should enable static export so it's easier and more efficient to selfhost the frontend and you have to rely on Vercel less.

It would improve user experience quite a lot if you could quickly set up stages and stage items from a predefined list of templates. One template could for example include...

enhancement

Based on feedback from https://news.ycombinator.com/item?id=43895456 We should support sending notifications to players when their match is about to start. It might make sense to support a platform like [apprise](https://github.com/caronc/apprise) for...

enhancement

In the following example, I have one path parameter ```py from openapi_pydantic import ( DataType, Info, OpenAPI, Operation, Parameter, ParameterLocation, PathItem, Response, Schema, Tag, ) open_api = OpenAPI( info=Info( title="My...

Thanks for this package, makes generating OpenAPI specs much easier! I couldn't find an existing issue, so here it is. I noticed that when you put a pydantic model that...