Daniel Waltz
Daniel Waltz
Just wanted to mention that I noticed some inconsistencies with icon scaling when using the raw SVGs with [Iconify](https://github.com/iconify/icon-sets). I am pretty sure that the scaling issues are based at...
### Describe the feature When using self-signed generated certificates for local development, every time you restart listhen (or in my case restart the nuxt dev server), a new certificate is...
### 🆒 Your use case By default Nuxt devtools options are [saved to the current OS user's home directory](https://github.com/nuxt/devtools/blob/main/packages/devtools/src/utils/local-options.ts#L34). This works fine enough for local development, but when working from...
### 🔗 Linked issue #125 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a...
### Describe the feature Currently `nypm` does not support all the aliases `pnpm` has available for package removal (`pnpm rm`, `pnpm uninstall`, `pnpm un`). Would be nice for these to...
Using the `Rename Symbol` feature in VSCode does not update references to the symbol inside the vue template, and the rename symbol feature is not able to be triggered from...
The distributed files for `@payloadcms/live-preview-vue` are compiled to commonjs instead of ESM, which causes issues in ESM based projects like when using Nuxt. This PR fixes this issue by updating...