shuppy
shuppy
--- - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub...
On Windows, mach bootstrap runs `choco install -y support/windows/chocolatey.config` in a `cmd /K`, which stays open once complete. This is good for interactive users, because it allows you to read...
#10212 resolved that ::search-text (#3812) will be a single highlight pseudo with two states, which currently implies a single highlight overlay ([css-pseudo #highlight-bounds](https://drafts.csswg.org/css-pseudo/#highlight-bounds)). But while working on the [::search-text paint...
getComputedStyle currently [takes an optional <pseudo-element-selector>](https://drafts.csswg.org/cssom/#dom-window-getcomputedstyle), and for highlight pseudos like ::search-text (#3812), it returns the styles that would apply to the element [if that highlight is the only one...
jmtpfs lists directories much slower than go-mtpfs and simple-mtpfs, sometimes over 50 seconds in directories with only one child. The same directories tend to be affected every time for me....
Previously handled by [env_logger](https://docs.rs/tracing-subscriber/0.3.18/tracing_subscriber/filter/struct.EnvFilter.html), RUST_LOG is now handled by the tracing [EnvFilter](https://docs.rs/tracing-subscriber/0.3.18/tracing_subscriber/filter/struct.EnvFilter.html), whose syntax is more restrictive. In particular, the target name in a filter directive can only contain characters...
This patch makes our Windows builds use [our self-hosted runners](https://github.com/servo/ci-runners) where possible, falling back to the slower GitHub-hosted runners only when none are available, cutting Windows build jobs from [over...
(#33290) As of discovering this build, we were using 59/60 of our GitHub-hosted runners, so it’s unclear whether this is directly related to self-hosted runners.
Atom spec [says](https://www.rfc-editor.org/rfc/rfc4287#section-2): > Any element defined by this specification MAY have an xml:base > attribute [[W3C.REC-xmlbase-20010627](https://www.rfc-editor.org/rfc/rfc4287#ref-W3C.REC-xmlbase-20010627)]. When xml:base is used in an > Atom Document, it serves the function...
# Info - Which version of Pi are you using: Raspberry Pi 4 Model B (1GB) - Which github revision of software: v24.04.01 - Which board version: akuker 2.6d -...