Andrew Kelley
Andrew Kelley
This looks like the 64-bit version of https://github.com/ziglang/zig/issues/4925
Upstream issue: https://github.com/ziglang/zig/issues/4887
With https://github.com/ziglang/zig/pull/4924 applied, the next issue is: ``` lld: error: can't create dynamic relocation R_MIPS_32 against symbol: DW.ref.__gxx_personality_v0 in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to...
Upstream issue: https://github.com/ziglang/zig/issues/4925
For what it's worth, the zig binary itself will use execve on Unix for `zig run` and CreateProcessW on Windows.
The CreateProcessW path? Yes, I believe this would be equivalent to the status quo python code. To be clear I'm not saying you can get execve semantics on Windows, just...
I am unable to reproduce this problem, can you provide an example?
not going to be solvable by putting a handler on window. I think the best that we can do is on mousemove check for `event.ctrlKey` etc and fire the up...
then add `size` property and `hitTest` function
\o/ I'll work with you on upstreaming all the zig improvements needed to get this working again.