<Guest59>
its trying to build them but it says build.zig not found
<Guest59>
I am going into the deps folder and the submodules are empty
<Guest59>
yeah thats the one ^
<ifreund>
you're probably better off asking in a nix channel, I'm not sure how to debug that
<Guest59>
alright thx for the help
waleee has joined #river
Guest59 has quit [Quit: Client closed]
<elshize>
hey all, I keep seeing this weird bug, where sometimes when I have two tags activated and toggle one of them to just have one, the only window in that tag maximizes, but its border is drawn around the old-size area, so one of the borders goes through the app window. it's werid because it never happens when I try to reproduce it, only happens sometimes, couldn't figure out the exact conditions. must
<elshize>
be some corner case... anyone else noticed something like this?
<ifreund>
hmm, I haven't see anything like that no
<novakane>
never saw that too
<ifreund>
does it perhaps only happen with certain programs? Any chance it's only reproducible with xwayland programs?
<elshize>
it's only happened to firefox and qutebrowser so far, if I remember correctly. I think they're both xwayland...
<ifreund>
firefox should be wayland native by default, at least on recent versions
<ifreund>
not sure about qt browser, but I think that uses qt5 which has decent wayland support
<elshize>
yes, it's qt5
<elshize>
alright, I'll see if I can figure out how to reproduce it.
<elshize>
it's not a big deal, just a little inconvenience, and it must be rare if nobody else noticed that
<elshize>
but I'll let you know if I can pinpoint the usecase
<ifreund>
yes, if you find any way to reproduce please open an issue and I'll do my best to fix it
<ifreund>
hah, well I found one way to break things while poking around just now
<ifreund>
not sure if that's the issue you were having or not
<ifreund>
the transaction system is complicated, but frame perfection is so worth it
<elshize>
ifreund: let me know if you want me to test a patch if you fix anything (but don't rush with any fixes on my account)
<ifreund>
elshize: I'll probably push a fix for the bug I found to master in the next hour or so
<ifreund>
not sure if the fix will fix whatever bug you're seeing as well, but there's a non-zero chance :D
<elshize>
ifreund: sure
elshize has quit [Ping timeout: 255 seconds]
elshize has joined #river
<ifreund>
elshize: just pushed fixes for the two bugs I found by the way :)