emarj

Results 5 comments of emarj

Yep! Having this as a CommonJS package would be nice

Encountered the same panic. Thanks for posting this. > Replacing `var strIDPtr uint32` with `var strIDPtr uint64` fixed it, so I sent a PR for this. Maybe `uintptr` instead of...

I confirm this works on Windows 64bit. Maybe `uintptr` instead of `uint64` should be more appropriate since it holds a pointer, regardless of the platform you are in: > `uintptr`...

I'm also experiencing this issue while running macOS High Sierra on MBP Mid-2010. By the way thanks for this useful software!