Andrew Kaster
Andrew Kaster
Looking at the full backtrace of this, which is an absolute chonker: Massive backtrace ``` 1253428.475 WebContent(1805416): (js info) Object{ "browserVersion": "Mozilla/5.0 (Linux; x86_64) Ladybird/1.0" } Object{ "_label": "INFO" }...
PageDirectory refers to a specific level of page table. I'm not sure if it really makes sense to rename it? It needs a specific implementation on x86_64, even if the...
All you need to get the if constexpr requires to work is a template context. for example, a generic lamdba could work ``` auto initialize = [](auto& object) -> ErrorOr...
I also really dislike the name `initialize_fallibles`. what's wrong with just plain `initialize` ?
Conflicts with the hacky multiboot memory map, and some comments to address :)
1. Conflicts 2. @alimpfard is Spreadsheet a place where we want to enforce UTF-8 data? or is ByteString appropriate?
Seems this list has quite a lot of overlap with https://github.com/SerenityOS/serenity/issues/11311
Do you know where in SvelteKit or NextJS they configure the mime type to this `-text/javascript` type? I feel like this needs at least an issue on . It's possible...
there must be something else going on here, because in this test page, `accepted` is only printed once in firefox and chrome. ``` console.log("accepted"); console.log("accepted"); ``` Your page is definitely...
That bug is fixed by https://github.com/SerenityOS/serenity/pull/21697. (I think, anyway). Does the script error still happen with it applied?