You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently zig-webui returns a bool when a error occurs.
It may be worth instead having zig-webui return a error instead of a bool when it sees webui returning a false value to make it easier for users to use zig semantics.