Matthew Leon

Results 40 comments of Matthew Leon

Update: still having this issue with clang 13 as distributed with Xcode 13. Quite frustrating.

This seems like it might be a node issue, to the extent that it's even an issue: https://github.com/nodejs/node/issues/37314#issuecomment-777650565

@biglambda is this still in issue for you? For what it's worth, on MacOS 10.12.5 I have high DPI working even without the plist key. I can check, but I...

SDL 2.0.5. The latest version on homebrew. Using the haskell sdl2 library from this repo.

Just using `initializeAll`. Nothing special. Using the following configuration for the window: ```haskell windowConfig :: WindowConfig windowConfig = WindowConfig { windowBorder = True , windowHighDPI = True , windowInputGrabbed =...

Note that if I set `windowHighDPI` to `False` in the config above, then those dimensions will be 800x600. It is from this information, as well as the impression (if I...

This failed on a bloom filter test _only_ on JDK 11. This seems quite unrelated to this PR, and hopefully won't happen if the tests are rerun. The test in...

> Interestingly, BIP67 states that there is already an implementation in bitcoinj and links to Yes, I noticed. I should have noted that here. The only thing missing from the...

(I've avoided discussing perf here because I imagine the effects in that regard to be a bit difficult to determine but also probably not very important)

The test failure here on `ECKey` is truly bizarre. Will look into it.