Andrew Kaster
Andrew Kaster
Ready to go on this guy
WebContent comes from the serenity repo. The contents are almost exactly the same. By building it without Qt (ENABLE_QT=OFF), we get the serenity RequestServer implementation. I think there's some room...
Ah. I forgot to add the actual build instructions. If you build the flatpak it works 😬. I'll whip something up for local builds
All right, after an embarrassing number of pushes to serenity master, this should all work now. Let me know if the new build instructions make sense
The all red CI tells me that in fact, P0690R3 support in clang is not without bugs :D
NodeType is an enum, so this is likely a null ptr deref. The stacktrace looks like we're inserting a style property into an SVGUseElement. Smells like GC use-after-free, or some...
cool cool, my latest push hit a 9 year old gcc CWG defect report that they haven't implemented yet. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66892
@microsoft-github-policy-service agree
> Simply select build from source when no matching binary is available. I'm not sure how this approach would fix the linked issue, https://github.com/microsoft/vcpkg/issues/39468 The problem there is that while...
> What makes gn special and lets the other aarch64 things we expect to download work? @BillyONeal My understanding of the reason that gn has issues on 16 KiB Linux...