Teodor Källman

Results 38 comments of Teodor Källman

> but what to use for the key it is not as clear as with fonts. It's probably fine to have string names like `FontId` with some named enum fields...

`ImageSource` doesn't make much sense to expose through `struct_ui`. You have to provide pointers to data which isn't reasonable to do via a text entry. Just opting out of showing...

I'm not getting any stuttering from hover, but while dragging the fps gets limited to 30fps (60hz vsync normally). If I'm holding the window during a drag but not actively...

> Is there a workaround to display unsupported characters? Or the only way is to wait until this issue resolved? I'd really like to display `і`, `ґ`, `ї`, but only...

I added the header to existing tests, hope that is satisfactory. The other propagated headers are also tested indirectly but are more directly linked to a specific type of api...

I misunderstood the purpose of the ManageChannelsClient tests and there indeed doesn't need to be a separate test there as is also uses the Client. I removed the duplicate

Thank you for taking the time. I've simplified the test as per the recommendation (amending the commit) and rebased on master