thundron
thundron
Clicking the links doesn't do anything as the targets are not set properly, see https://github.com/unikraft/docs/blob/31b4a545b82cc11ac32980cc5170874e8eb6bd42/content/docs/cli/index.mdx#L128-L130
Similar to https://github.com/glzr-io/glazewm/issues/283, it seems like workspaces are shuffled between monitors upon wake after monitors shut off in a multi monitor setup I set the proper bindings in the configuration...
On macOS, when loading a website, the input is not forwarded to the window but remains in the terminal. Code to reproduce: ```zig const std = @import("std"); const webui =...
Uncommenting the README.md line at https://github.com/thechampagne/webview-zig/blob/main/README.md?plain=1#L45 without adding the nested comment turns into a syntax error. With a `//` after the `;` the line can be uncommented freely