@IAmNotCyril J'imagine qu'il y a une option pour générer un certificat pour ton `https://t.co/VOXzbZLsQL` et qu'il l'envoi à la place de celui de *.github.io
@Donzanoid Although I think the usual practice was more to inject a DLL in the process and directly hook into the main HWND. Or was it with something like "Find HWND using window title matching". Can't exactly remember 😅
@rydgel Strings are not first class citizen in zig, making it harder to work with utf8 like random access indexing, get the length (not the number of bytes) and simply no syntactic sugar at all.
@rydgel Given the C interoperability is seamless in Zig, using glfw or Raylib should be straightforward. As for writing idiomatic Zig with those, there must be existing bindings :)