Andrew Kaster

Results 509 comments of Andrew Kaster

> Unfortunately Ladybird does not use normal CMake commands for building and installing, and [master/Documentation/BuildInstructionsLadybird.md](https://github.com/SerenityOS/serenity/blob/master/Documentation/BuildInstructionsLadybird.md?rgh-link-date=2023-07-04T22%3A48%3A08Z) does not describe how to install Ladybird. This is not really true. We have had...

Given https://github.com/google/gitiles/issues/217 and https://github.com/google/gitiles/issues/84 It seems like the response from the owners of the google service that drives `googlesource.com` is "if you want a stable tarball store it yourself". @timschumi...

Patch submitted upstream at https://gn-review.googlesource.com/c/gn/+/15660/1

Aight, I'll fix this up to not be quite as jank and open an issue to discuss the future design of pulling from git

All right, I cleaned this Port up. The upstream patch was accepted, at https://gn.googlesource.com/gn/+/fae280eabe5d31accc53100137459ece19a7a295. Amusingly it was accepted by Nico, Nico, Brett and Brett. Apparently chromium.org emails are no bueno...

That just looks like a typical stack overflow. We can't possibly know the stack bounds on wasm without some serious hax. Any LibJS bugs or errors should be reported on...

const return values are meaningless in C++, so it would be difficult to enforce any sort of const correctness that way in either the generated C++ code or any external...

A quick check upstream https://github.com/oneapi-src/oneTBB/issues/823 Suggests that adding warnings via CXXFLAGS is not particularly supported by OneTBB. You might have more success creating a separate tbb package for your distro...

re: reasonable demo app, why not use the ones we tried for the rust experiment? - lscpu/lspci/lsusb - Clipboard