Daniel Roe

Results 534 issues of Daniel Roe

### ๐Ÿ”— Linked issue resolves #7517 ### โ“ Type of change - [ ] ๐Ÿ“– Documentation (updates to the documentation or readme) - [x] ๐Ÿž Bug fix (a non-breaking change...

bug
enhancement
pending
๐Ÿ”จ p3-minor-bug

with the amount of inference we're doing, it would be a great enhancement to add some kind of type performance test to ensure that end users' TS checkers or IDEs...

enhancement

When using a stylesheet with a relative URL, this is not resolved when inlining in the HTML. ```css @font-face { url(../fonts/RoobertPRO-Light.woff) format("woff") } ```

remake of https://github.com/nuxt-modules/sanity/pull/522; closes #522

Trying to upgrade to v0.4.0 with Nuxt bridge and trying to build the application gives me: ``` ERROR Rollup error: ENOTDIR: not a directory, stat '/.../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/pinia/dist/pinia.mjs/dist/pinia' FATAL ENOTDIR: not a...

bug
workaround available

this may be a https://github.com/harlan-zw/zhead issue... Here are some things that should be typed properly: ```js useHead({ link: [{ rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#1a202c' }] // color is not...

```js require('ohash').hash('ufo') // '2247144487' require('ohash').hash('vue') // '2247144487' ``` related: https://github.com/nuxt/framework/pull/5398

### ๐Ÿ”— Linked issue ### โ“ Type of change - [ ] ๐Ÿ“– Documentation (updates to the documentation or readme) - [ ] ๐Ÿž Bug fix (a non-breaking change that...

enhancement

### ๐Ÿ”— Linked issue resolves https://github.com/nuxt/framework/issues/7363, https://github.com/nuxt/framework/issues/8078 ### โ“ Type of change - [x] ๐Ÿงน Chore - [ ] ๐Ÿ“– Documentation (updates to the documentation or readme) - [x] ๐Ÿž...

bug