Mathias

Results 5 issues of Mathias

I've added the implementation to configure the buffer size on Windows. I don't know Linux well enough to add a proper implementation, so for now I've made it always return...

I'm making a program that needs to send 16K bytes over a COM port but my program freezes due to the default buffer size on Windows (4096 bytes). I don't...

**Is your feature request related to a problem? Please describe.** I'm trying to make an egui program that shows images loaded from an CDN, but it requires that the request...

egui_extras

It seems that the objectalignment property is not being properly respected when rendering objects in the game. In the following image, the ``objectalignment`` property is set to ``topLeft``, however, the...

**Describe the bug** When using VersionedFastAPI wrapper object, lifespan event is not called **To Reproduce** Run ```py from contextlib import asynccontextmanager from fastapi import FastAPI from fastapi_versioning import VersionedFastAPI @asynccontextmanager...