jakeweary

Results 4 comments of jakeweary

Yeah, this is the only issue I have so far. 15px seems to be the minimal font size where `===` looks nice in VSCode. But the font itself doesn't feel...

Yeah, something is still broken when cross-compiling for Windows within WSL, but im unable to localize it. :/ The error is `undefined symbol: _tls_index`.

Hmm, I just randomly found out that it only happens when `exe.single_threaded = true` in my case.

Found a fix for my case: I had to define `STBI_NO_THREAD_LOCALS` before importing `stb_image.h`.