Andrew Kaster

Results 509 comments of Andrew Kaster

This works well for me when I change to find_package(Clang 18.1.6), matching the version of clang I have installed exactly down to the patch version. Not sure what to do...

This apparently breaks running headless-browser from the ladybird app bundle on macOS... need to break out the MacBook to debug this one, that shouldn't be happening.

Turns out that using the install rules from lagom_install_rules.cmake don't work at all from the build directory on macOS. Needs some help from the build script to make running apps...

Also, static LibC seems completely removed? How will this affect ports that wanted a fully static LibC? Can/should we add it back?

Is this related to https://github.com/SerenityOS/serenity/issues/21137 ?

This'll need proper window.open support for new windows, most likely. With the actual support for new windows in each of the Chromes now, that shouldn't be too much of a...

This has a conflict with DanShaders' Kernel/Memory/Region changes that I merged today

So I'm a bit worried about the design here. Correct me if I'm wrong about this :D It looks like the current approach is to store the Blob URL's "data"...