Jari Vetoniemi
Jari Vetoniemi
This would be great for tests as well that rely on platform specific search paths and what not, to validate that the search path logic works.
In the meantime you can use zig-curl https://github.com/jiacai2050/zig-curl/pull/4
It would be nice if fixed buffer allocators could be used comptime to increase code reuse.
I guess this proposal won't allow you to jump from a switch statement to another statement? I'm writing a ragel compatible state machine compiler and for the default code generation,...
True I guess you could have outer switch with the machines as cases for the same effect and then continue to those, and finally break out on final state, as...
_Having same issue_ EDIT: permission issue with plugins folder, it was not writable. Works now
a687827 Connector (adapter) names and ids are now available.
They already have names None-1, None-2, if you need to check if running under X11, use wlc_get_backend_type()
Is the output handle valid?