Bouke van der Bijl

Results 66 comments of Bouke van der Bijl

@emdneto I think running the workflows requires approval, are you able to do that?

@emdneto done, and the tests pass

I have time for this tomorrow, sure.

Right, I'm actually using this now: ``` export CC_wasm32_unknown_unknown="$(nix build --no-link --print-out-paths nixpkgs#llvmPackages_19.clang-unwrapped)/bin/clang" export AR_wasm32_unknown_unknown="$(nix build --no-link --print-out-paths nixpkgs#llvmPackages_19.bintools-unwrapped)/bin/llvm-ar" export CFLAGS_wasm32_unknown_unknown="-I $(nix build --no-link --print-out-paths nixpkgs#llvmPackages_19.clang-unwrapped.lib)/lib/clang/19/include" ``` This ensures the...

@jplatte can you take a look at this one?

Ah, figured it out: it's because `http::uri::Uri::host` returns ipv6 addresses surrounded by square brackets but `ServerName` expects them without square brackets.