Kemal Zebari
Kemal Zebari
Messing with the CSS of `Base/res/html/misc/new-tab.html`, I found that adding the `flex-wrap: wrap` declaration to the `#search-buttons` selector and having its child elements have margins >= 4px would cause the...
This snapshot implements the nohup command-line utility.  Running it in a directory with root permissions while being anon: 
Adds font-specific context sniffing and sniffing given supplied types that match certain content types returned by older installations of Apache that use these set of MIME types when it does...
Resolves #22773. Previously, we ignored the -p argument if it was specified. This would resort in a crash because final_target_directory wasn't given a value. This snapshot does away with giving...
Currently, Piano crashes when trying to exit through normal GUI means. It's related to the following line, specifically the `class_name()` call: https://github.com/SerenityOS/serenity/blob/0b2da4f8c65c6c4be903ef17a72175f0f6baf43f/Userland/Libraries/LibCore/EventReceiver.cpp#L134 Output from `CrashReporter` after exiting: ```console 15.467 Taskbar(35:35):...
Since it's possible to have less recently opened files than max_recently_open_files(), which causes us to crash when we try to access new_recent_files_list where index >= size. Found while looking for...
Turns out clangd supports code formatting using the clang-format engine (see [here](https://github.com/clangd/vscode-clangd?tab=readme-ov-file#formatting)). Because we also document another code formatter to install, when users use both extensions VSCode will ask to...
Should resolve #5587. When we try to start a long-running child process (e.g. a GUI app) using a combination of the POSIX spawn and waitpid API, the Run process ends...
This commit adds and modernizes a few areas of the Temporal AO spec, notably the TemporalTimeToString() AO as it effects the output of Temporal.PlainTime.prototype.{toString(), toLocaleString(), toJSON()}. From looking at the...
### What is the issue with the MIME Sniffing Standard? Not sure if I overlooked something, but it appears that the [sniffing in an image context](https://mimesniff.spec.whatwg.org/#sniffing-in-an-image-context), [audio or video context](https://mimesniff.spec.whatwg.org/#sniffing-in-an-audio-or-video-context),...