07:31
<annevk>
sideshowbarker could you maybe ping siusin for https://github.com/w3c/selection-api/pull/356?
07:50
<annevk>
Noam Rosenthal I should have done it the other way around (so you could try it out), but you and Dominic Farolino now have access to the main branch on Fetch as well. I thought that was already the case, but apparently we have quite a few restrictions in place to prevent mishaps.
08:07
<Noam Rosenthal>
Thanks! Seems like I have merge rights now
08:11
<sideshowbarker>
I went ahead and merged it
08:30
<annevk>
jjaschke: I noticed that disabled was not recalculated during post-insertion which seems like a bug
08:31
<annevk>
jjaschke: and I think I also kinda agree with one of your earlier comments about just using microtask for all the things; seems that would make it more predictable
10:33
<Tim van der Lippe>

https://ladybird.org/posts/changing-how-we-develop-ladybird/

We will no longer accept public pull requests. From now on, code changes to the Ladybird codebase will only be introduced by project maintainers.

10:47
<jjaschke>
annevk: And also the implementations would likely become simpler if everything's a microtask
11:24
<annevk>
jjaschke: yeah I pushed a commit to jarhar's PR to show that; we wouldn't need post-connection steps
11:40
<annevk>
emilio: I think I'll add a test later today for the select clip issue; looks like we had some leftover imperative styling in WebKit that should be restricted to the native appearance. Looks like an easy fix
11:56
<emilio>
Sweet!