Andrew Kaster
Andrew Kaster
This lets us do fancy things and enables fd-passing more sanely over sockets. Note that `SCM_RIGHTS` handling is already present in the kernel, *but* it piggybacks on the incompatible `sendfd`...
Uses of filter effects elements and functions in the wild include github.com's not-logged-in homepage. https://drafts.fxtf.org/filter-effects-1/ Changes include: - [ ] the "filter" property (https://drafts.fxtf.org/filter-effects-1/#FilterProperty) - [ ] SVGFilterElement (https://drafts.fxtf.org/filter-effects-1/#FilterElement) -...
This comes into play when loading the TaskManager window's generated HTML. While the approach of using HTML and a WebView for a simple table view is dubious, the behavior of...
The nix build instructions and nix files have never been suitable for a macOS installation of nixpkgs. We should update the nix files and documentation to allow nixpkgs users on...
The GN build (https://github.com/SerenityOS/serenity/tree/master/Meta/gn#readme) seems to be relatively stable at the moment. To promote more usage of the build, and get some experience for how nicely it plays with IDEs...
Now that oss-fuzz is on a clang commit > the 17.x release candidates, we can start looking at some shiny new features to enable.
GitHub deletes unused cache artifacts after 7 days. We currently use a cache for the CI build of libclang on windows. We should use an alternative, such as publishing artifacts,...
Unfortunately a composite action cannot have a `post:`` step like JavaScript actions are allowed to have, so we need to explicitly call the post/save actions ourselves from the workflow file...