Jonas Kuske
Jonas Kuske
the module-waveout module is currently loaded twice, and the first time without `record=0` which causes a crash (see https://github.com/aseering/wsl_gui_autoinstall/issues/8#issuecomment-304552350)
After declaring default images/descriptions for SEO snippets using Page Models as described in #58, I noticed the preview snippets don't show these defaults. So I looked into that and found...
Was looking for a way to use existing page content for my SEO snippets instead of having to copy-paste excerpts from the content to the SEO tab and found that...
Migrated the repo to the newer Vite-based `kirbyup` plugin setup with ESLint and prettier, as recommended by Kirby.
This package depends on `apollo-link`, which lists `graphql` as a peer dependency. [Because of this, graphql also is a (transitive) peer dependency of `http-link-dataloader` itself and needs to be listed...
### Description fix #9963 ### Additional context --- ### What is the purpose of this pull request? - [X] Bug fix - [ ] New Feature - [ ] Documentation...
### Description fix #9964 ### Additional context --- ### What is the purpose of this pull request? - [x] Bug fix - [ ] New Feature - [ ] Documentation...
### Self-service - [X] I'd be willing to implement a fix ### Describe the bug In this comment, esbuild was recommended to add `prefersUnplugged: false` to its optional platform-specific deps...
**What's the problem this PR addresses?** fix #4749 **How did you fix it?** Check `manifest.preferUnplugged` before checking `pkg.conditions` so it takes precedence **Checklist** - [x] I have read the [Contributing...
fix #6745 ___ an alternative to re-assigning `el` would be something like ```js prevChildren = prevChildren.map((child) => { if (DEV_ROOT_FRAGMENT) { const clone = cloneVNode(child) clone.el = elementRoot.el return clone...