Harold Brenes

Results 11 issues of Harold Brenes

The windows version does not yet have a crash handler to dump debug data. See https://docs.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-setunhandledexceptionfilter

enhancement

User [Reythia on reddit](https://www.reddit.com/r/chia/comments/pzfj9z/bladebit_v120_released_added_windows_support/) provided timings for several timings for tests he ran, showing severe performance deficiencies, especially during Phase 1 sort, when running on windows as compared to Linux...

Hello, fantastic library! I'm trying to implement an autocomplete popup, but I've not been able to find a way to create a popup that can received mouse input and not...

enhancement
popups
useful widgets

Example: ```odin SizeRec :: distinct SizeRec ``` Possibly related to #313

Attempts to add support for building for iOS and iPhoneOS simulator targets. The basic changes for compiler support are few, mainly on the CLI frontend and on the linker side....