Frank Elsinga

Results 1076 comments of Frank Elsinga

Could you provide a screenshot of what event you are refering to? Calendar entrys in TUMonline natively only have one room as far as I have seen

Could you share the source ical of just these events which we are not deduplicating? Note that we already have deduplication (=> maybe this is not working perfectly?): https://github.com/TUM-Dev/CalendarProxy/blob/01b86bafc9ea23c4f79444f3b822dd6cb0cee98d/internal/app_test.go#L59-L70 This...

@abnereel You are missing a lot of details here. Could you attach a minimally reproducible example? For example, what derives you have for `DictState` and what the custom type in...

#3080 is quite different as that issue is about changing the connection pool settings at runtime from `sqlite://sqlite/db.sqlite3` to `:memory:`. This means that connections after part of the pool might...

@wawrzek Your comment seems a bit weird. Are you using https://docs.rs/sqlx/latest/sqlx/macro.migrate.html and why is a one time installation bad?

> I was told that these migrations can only be run via sqlx-cli, otherwise 'bad' things going to happen. That sounds.. a little sus.. Ask your developers to be more...

I think this is the correct link for said feature: https://caniuse.com/webgl2 => currently `96.1%`-`98.1%` of users have webgl2. The remaining users are in a few small clusters (0.8% IOS mobile,...

> And the sprite generated by Spreet @Shikakka just to make sure. Have you used - (CLI) the `--sdf` option or - (Rust) converted the sprite via both `make_sdf` and...

I think this issue is an [XY-Problem](https://en.wikipedia.org/wiki/XY_problem). What problem were you originally facing which made you want more display options?