Andrew Kaster

Results 509 comments of Andrew Kaster

If there's no clear way to make the proxy sometimes accept circular arguments, then in order to keep using swiftly toolchains for my project I'll need some way to work...

Ah! I'm not sure how I missed that option. I prototyped up a CMake disaster using clang --print-prog-name that seems to work. Using that path from swiftly use should make...

I think technically we could remove clang-tools-N from BuildInstructions.md, setup/action.yml, and .devcontainer/features/ladybird/install-ubuntu.sh and not break the build. However, I don't think it's doing much harm. ... even if most of...

Thanks for the docs fix! Not sure how I missed this when adding those files.

Since this issue tries to apply all of `height`, `line-height` and `clear` to a `` element, https://github.com/whatwg/html/issues/2291 seems relevant

"how atomic" has a clear definition: the repository with commit as HEAD must build without warnings or errors. Every commit should pass all tests in the test suite. If a...

> So would one commit for all modification in the cpp files be too big in this case? If you did that, the maintainers would start pointing out places where...

This requirement for Xcode 16 is kind of new. I'll need to document it or work around older apple clang

Apple clang 16 from Xcode 16 is not too old. This seems to be a command line tools issue, someone else mentioned it in discord yesterday. Presumably installing full Xcode.app...

We previously pulled in WolfSSL but then backed it out because we had forgotten to check the license 😅. So yes, replacing LibCrypto with an audited FOSS crypto library is...