cugone

Results 15 comments of cugone

Thanks. Your suggestions to open the captures in different instances or export them will help in the interim. :) Too bad there's no way to vote on issues, that way...

Out of curiosity are you compiling for x86, i.e. 32-bit, targets? It's my understanding that processes run in 32-bit mode are only allowed 2 GB of memory. 1.9 GB is...

> I mean, how would you get the required stuff without Python.... Custom C++ `cURL/libcurl` and `zlib` code. All the Python scripts do is download and unzip files from the...

Additionally a recent update to windows that makes some changes to the Windows SDK causes issues. I had defined my UUID class as unqualified (not inside a namespace); turns out...

> There was actually an earlier issue about this: [#60](https://github.com/nicbarker/clay/issues/60) And Nic himself even said it was a good idea.

Similarly `Clay_MinMemorySize(void)` returns a `uint32_t` but slipping a smaller type into a larger type is okay, it's just me being pedantic.

The way Dear Imgui does it is it knows when a window wants the input (Re: `WantsMouseInput`, or `WantsKeyboardInput`) by simple focus/hover/mouse inside window bounds/mouse click checks and the user...

> I see, so if I understand correctly they provide a function that takes mouse coords and does the bounds check for you, returning a boolean to indicate if the...

See an example [here](https://developer.chrome.com/docs/css-ui/css-text-wrap-balance)