Mitchell Hashimoto
Mitchell Hashimoto
Currently if a handler you specified is undefined, you get a HUGE error message. It looks a lot like this: https://gist.github.com/ca6b961cb39d0cd49f87 It would be nice if webmachine caught this error...
By using the `DryRun()` option with a call, argmapper will noop all the converter or target function calls. This can be used to verify that given a set of inputs,...
I'm still using my own freetype zig fork for now and haven't had time to contribute (sorry!) but I ran into this and I think you will too. Some Emoji...
### Zig Version 0.10.0-dev.4342+8bb2e96ac ### Steps to Reproduce ```zig const std = @import("std"); const Rect = struct { x: f32 }; fn doAThing() Rect { return undefined; } test {...
### Zig Version 0.11.0-dev.86+b83e4d965 ### Steps to Reproduce and Observed Behavior ```test.c typedef struct Origin { unsigned long x; unsigned long y; unsigned long z; } Origin; typedef struct Size...
### Zig Version 0.11.0 ### Steps to Reproduce and Observed Behavior Depend on something like GTK: `step.linkSystemLibrary("gtk4")`. On Xubuntu, gtk4 from apt is installed in `/usr/lib/aarch64-linux-gnu`. I've noticed this on...
Subject is self-explanatory...
Here: https://github.com/ziglang/zig.vim/blob/0c4f965468259ab6e47fd7c6b2127583a8860eb1/ftplugin/zig.vim#L39 On my NixOS system, when the dynamic linker is broken (an upstream bug that I'm waiting for a fix), it outputs some garbage to stderr about not being...
I know this is an easy fix, I'm on mobile now so just noting this is missing!
See: https://github.com/harfbuzz/harfbuzz/discussions/4525 When attempting to render the character `θ̂` using Harfbuzz, you end up with something that looks like this:  The theta character requires...