Tim Flynn

Results 190 comments of Tim Flynn

Right, we are sticking with un-apologetically native looking UIs for now.

I am quite opposed to the new tab page loading a remote URL. IMO the page should be kept extremely simple at this point in time.

IMO there's not a lot of value in running tests with all flags enabled, I think most developers are turning on single flags at a time (even often just in...

We manage dependencies with vcpkg. We recommend using [ladybird.sh](https://github.com/LadybirdBrowser/ladybird/blob/master/Meta/ladybird.sh) to build Ladybird, which handles all vcpkg related things (including getting vcpkg itself) for you. To build Ladybird: ```bash ./Meta/ladybird.sh build...

I've no idea if this works for AppImage, but you can also run cmake from the command line manually while still letting vcpkg do its thing. We provide "presets" in...

Fixed here: https://github.com/trflynn89/ladybird/commit/5dfde2533bc7b2b8f1bf9447e63de7c327504a75 But I'm not familiar with this area. @AtkinsSJ does the above patch make sense? ![Image](https://github.com/user-attachments/assets/ab1846a7-5d45-4c21-a0e6-a9d5d00f4334)

Yeah I still see this occasionally.

Better stack: ``` #0 ak_trap () at AK/Assertions.cpp:113 #1 0x000076fdac7bc6ff in ak_verification_failed () at AK/Assertions.cpp:123 #2 0x000076fdae630525 in as_nonnull_ptr () at AK/NonnullRefPtr.h:215 #3 operator-> () at AK/NonnullRefPtr.h:168 #4 operator() ()...

The `-j` flag you pass to ladybird.py is specifically for the number of compilation jobs used by `ninja` during the build process. `ladybird.py test` effectively just runs `ctest`, which will...