Hanna Skryl
Hanna Skryl
There are no actual runtime errors. When supplying an SVG file containing extra meta information, what happens is the `` element is generated as usual: ``` ``` But the anchor...
I’ve been looking into this, and it seems like the CLS audit (and possibly some others) doesn’t actually include information about the relevant URL or HTML snippet. Instead, it’s more...
Before proceeding with the implementation of new plugin-level CLI options (`--onlyAudits`, `--skipAudits`, etc.), we need to resolve an existing issue in the Lighthouse plugin where unexpected errors are thrown when...
> Once this bug is resolved, we can safely implement and test the new CLI options. Following up on this! Opened a related issue #922 to add audit/group filtering options....
I’ve been investigating the issue with categories being optional in `CoreConfig`, but I couldn't find a scenario where this caused the TypeScript inconsistency mentioned. If anyone has examples of specific...
Since the issue was created, the filtering logic has been updated and centralized within a single filtering middleware function: #822 and #831. The current behavior already matches what was requested:...
I want to confirm my understanding of how `optionalDependencies` would work here. When a user installs our package, npm will still attempt to install `@code-pushup/portal-client` even if it's marked as...
@BioPhoton Hasn't #876 resolved this issue?
After implementing the features outlined in the preconditions for this issue, it is now considered resolved and, therefore, irrelevant. Reports are now enriched with links based on the available environment...
Could anyone clarify the intended use cases for enriching the Markdown report with Git provider links? When and why would the report be generated and accessed directly on GitHub, GitLab,...