Rémy Mathieu

Results 17 comments of Rémy Mathieu

Greato! I'll try it this weekend and do some tests on my gamelists.

Hi @kivagrant-ba ! I think the check ``` ``` will have the expected behavior if `consumer_groups` is null but it is an empty object in your example.

I have the exact same issue but with a different C library. An important note is that it happens on macOS M1 (aarch64) but not on my Linux box (amd64)....

> Also amd64 and aarch64 should be the same. misread as arm64. If I'm not mistaken, `aarch64` is basically the same as `arm64` (and not `amd64`), and I've seen your...

Hey folks. Just a small note that it is still broken with `0.10.0-dev.4560+828735ac0` (`zig-macos-aarch64-0.10.0-dev.4212+34835bbbc.tar.xz` from the website) on macOS M1 when using `stage1`. Let me know if that deserves a...

No solution for the API but I just want to +1 the fix, I've been bitten by this recently. I was loading each time the font using `dc.LoadFontface(string, float64)` when...