Jari Vetoniemi

Results 300 comments of Jari Vetoniemi

It's most likely issue with atoms prop being set _after_ window creation. So the window creation to for _wlc_ needs to be delayed until we have got the initial atoms....

It might also be issue with invalid calling convetion as the stuff for x11/xcb and few others in wlc still use weak linking. See: https://github.com/Cloudef/wlc/pull/46

Window reuse is not uncommon in X11. Each time window is unmapped in X11 on wlc side the view is destroyed due to the surface being destroyed on Xwayland side...

Release / Upstream change would indicate there is still race condition going somewhere here hmm..

It would be great if the package manager could also point to the LICENSE file, so they can be processed. Some licenses require that you include attribution somewhere, and this...

While par5er's workaround works for compile, it changes ABI so if you use sqlite3 [amalgamation](https://www.sqlite.org/amalgamation.html), which redefines it in the sqlite3.c or you have some other sqlite3 code linked to...

Considering how zig package manager works, I think this behavior should be the default. Update checking / security vuln checking should be a separate tool or pass imo.

Since the git url already has special syntax, another option would be to use query parameters to encode more information for example.

Is the x86_64-macos build bugged? Edit: seems like it unbugged itself

Updated for BYOS changed Edit: seems like x86_64-linux-release bugged