Walther Chen
Walther Chen
I'm on niri with 2x scaling, really looking forward to having this implemented.
Seems to work well for me setting `GDK_SCALE=2`.
I originally found this bug when copying out keys that were strings. Somehow, I expected that I would manage the memory for `String` keys, but it turns out that they...
Ok, updated with test and release note. Took a quick look, it seems like Zig and Odin require the key memory to be managed separately from the map. If both...
@Caleb-o I'm fixing some of the commas, but I can't reproduce your example (a struct with what appears to be a list of members as just strings). Can you give...
Oh, I see now https://github.com/c3lang/c3c/commit/1adad860f495800be69423a1c2917a72c4ec3d1d I have some additional fixes up at https://github.com/c3lang/c3c/pull/1550/
Thanks! `try_new` will get me through for now, looking forward to the bugfix. Let me know if there's anything I can do to help.