Tyler Glaiel

Results 11 issues of Tyler Glaiel

trying to figure out how to get a better stack trace without needing to include the PDB file for end users, came up with this very simple change on windows...

its an alignment issue because jumpbuf needs to be aligned to 16 bytes, so I had to make sure my custom allocator was aligning stuff to 16 byte boundaries (instead...

fix DPI issue where mouse would show when mouse is outside of the viewport

If I move the mouse outside the viewport, it sometimes still shows up in the recorded gif at a random location. Mouse works fine when the mouse is in the...

theres an inconsistency here in that SaveOutStr doesn't save the name of self, and LoadFromBuffer encloses the entire object in {} before loading it. have a hack fix for this...

in my engine I run all the text files I load through a simple preprocessor before sending them to Gon to be decoded, this preprocessor handles #includes, basic macros, and...

Unfortunately a client who doesn't have a .PDB to go with the exe gets a much less useful crash log ![image](https://github.com/TylerGlaiel/Crashlogs/assets/1686664/212f6ad4-909c-45b0-9dee-b9fbc2ce3883) There should be a way to resolve the generated...

So this is something I've personally spent a lot of time dealing with in my engine that I feel would greatly benefit from having a simple standardized solution baked into...

### Describe the Feature If I mute someone I follow, that should only mute their posts in the main feed and NOT also mute their direct replies to me. Unfollowing...

feature-request