Yannis Gerlach

Results 14 issues of Yannis Gerlach

I have reorganized parts of the code to be more readable and probably more performant as well (one `fwrite` and `fread` instead of single byte writes and reads).

Having many polygons next to each other makes the stroke overlap. When zoomed out, only the top rendered polygons appear. That makes it look like only the top rendered polygon...

I find it very annoying, that the entire clipboard content is shown to me, which can be quite long. You can see the same content in the html overview and...

Currently you can not call `synthesize` multiple times for the same wav file. So doing stuff like creating some tts with `model a` and then appending some tts with `model...

This fixes #33 ~~This requires https://github.com/oatpp/oatpp/pull/1073~~ (merged)

The one in `UuidObject` drove me insane.

I execute an `UPDATE` statement and would like to know how many rows where affected (so i can throw 404 if it was none). Is there anyway oatpp exposes this...

this allows other classes to access the log formatting without implementing parts of it themselfs. I wanted to use the formatting in other parts of the program as well. But...

This allows me to use the `oatpp::Object` type in the value and key of a `std::multimap` or other sorted container. You may need to implement an `bool operator