Sean Middleditch

Results 32 comments of Sean Middleditch

Removed now thanks to #27

There's a few different changes here. I'd somewhat prefer them split out into separate PR, e.g. the `verbose` flag and any bug fixes. (Repo isn't fully abandoned; I'm just not...

Small personal pet peeve around terminology. :) > Sparse storages causes cache incoherence Should say "Sparse storage has poor cache **locality**." Cache _coherency_ is the (generally in-hardware) process by which...

I think that makes sense. I can't personally think of a reason I'd want a timeout at all (even if it didn't cause Windows hitches), but I'm sure you and...

I agree, that would be a better approach. So long as you keep the `WebbyConnection` user data, too. I originally started by just add the `user_data` to get passed along...

Very related issue (not sure if you'd prefer this as a separate ticket) is that the calls to `reset_connection` are resetting the connection user data after each request, including after...

This isn't blocked per se since CMake and MSVC can handle this, but... I'd really prefer looking into this once there's better ecosystem support. We might want to do a...

I haven't noticed anything, but frankly I'm not even paying attention to whether I'm running things in DPI-aware mode or not. Here's the example_win32_directx11 app right out of the imgui...

Ah, alright. When I took those screenshots I was on an AMD (RX 6700 XT) system. I don't recall seeing anything funky on my NVIDIA+Arc laptop (though maybe my app...