Andrew Kaster

Results 509 comments of Andrew Kaster

This affects [LadybirdBrowser/ladybird](https://github.com/LadybirdBrowser/ladybird) in a very negative way as well, bringing our CI times from 10-20 minutes to 60-100 minutes per job. An update to the documentation on how to...

In https://github.com/LadybirdBrowser/ladybird/pull/4461, we went with the "cache the built artifacts" approach, rather than trying to cache `$CMAKE_BINARY_DIR/vcpkg_installed/`. The most important part is to set `VCPKG_BINARY_SOURCES` to the same `files` source...

I swear we had an issue open about this. It shows up almost instantly when using fuzzers like fuzzili. But I couldn't find one here or in SerenityOS/serenity. > I...

Any chance of getting a test262 diff from this? the process is a bit esoteric if you haven't run through it before. we should probably add a doc for it...

Does this change actually have an impact on the generated code?

Do you have an example of a Qt app that can throw up an input method editor that allows inputting CJK unicode characters? Or a reference to which Qt6 class...

curious that a "32-bit fix" commit could have that result. Is there something wrong with the check against the "invalid_offset" constant vs -1?

The point of stalebot is to give both maintainers and contributors more opportunities (and distinct gates) to get emails/notifications about the PR. It forces action to either say "oh yeah,...

> Maybe we can pull in llvm demangle Certainly not. Like I said, we only use this for debugging purposes. Performance of demangling is not a concern. Memory usage is...

Quick pre-review comment: Is this going to be straightforward to extend to functions/partial interfaces marked `[SecureContext]` ?