Simon Brüggen

Results 5 comments of Simon Brüggen

There's a WASM port/wrapper of RE2: https://github.com/google/re2-wasm/

I also can't apply the patch, but here is a GDB session with a bit more information: ``` (gdb) run -l trace Starting program: /usr/bin/waybar -l trace [Thread debugging using...

Ignoring some edge-cases and assuming a `close` will always try to reconnect, I solved this for my use-case with this simple snippet: ```js htmx.on("htmx:wsOpen", (evt) => { evt.detail.elt.classList.remove("htmx-request"); }); htmx.on("htmx:wsClose",...

I just had a chat with @andygrunwald and we settled on implementing something like a `--check-one-exists` flag which will only error out if none of the found issues exist in...

That's the default "yellow" colour being used https://github.com/lycheeverse/lychee/blob/caddc9f14ca2d31e8b7f51d9c81ea1d49aaaf3d0/lychee-bin/src/formatters/color.rs#L15 Apple picked a specific colour for yellow that isn't legible on their default background. There isn't _really_ something we can do here....