Daniel Wulff
Daniel Wulff
The docs have been migrated to the main repo: https://twitter.com/BenLesh/status/1024808680087121920 Can we consider deleting this repo, updating the README to point to the main repo or updating the repo description...
### Description With the scoped-custom-element-registry polyfill installed. When calling `createElementNS()` via a shadowRoot an error is thrown. ### Example ```html ``` ```js const appDiv = document.getElementById('app'); const shadowRoot = appDiv.attachShadow({...
Between two docs pages I see inconsistent documentation around the order of calls surrounding `super.disconnectedCallback()`. On the [lifecycle](https://lit.dev/docs/components/lifecycle/#disconnectedcallback) docs. I see the super call come before other code is run:...
**Description:** While the `cache-hit` output tells us whether a cache was found, the action currently does not expose which "cache key" was used. **Justification:** A `cache-key` could be helpful to...
With the latest `@kindspells/astro-shield` release the peerDependency supported is `"astro": "^4.0.0"`. Please add support for astro `^5.0.0`.
**Describe the bug** I would expect there to be no peer dependency conflicts with an installation of the decap-cms-app node module. **To Reproduce** 1. Clone this repository: https://github.com/danwulff/decap-cms-app-peer-deps 2. Run...
## Describe the Bug `@angular-builders/custom-webpack:karma` is hangind with "Incomplete: No specs found" message when an external karma config is utilized with Angular 20 ## Minimal Reproduction https://github.com/danwulff/angular-builders_karma Reproduction steps: 1....
**Describe the bug** `decap-cms-app` has a transitive depenency on `trim`, which currently has a security vulnerability for the pinned version. https://github.com/advisories/GHSA-w5p7-h5w8-2hfq **To Reproduce** 1. In a new directory `npm init...