Daniel Roe

Results 2592 comments of Daniel Roe

I can't access your reproduction.

have you specified that font weight in your options? by default nuxt fonts only loads the regular font weight.... the behaviour change is that nuxt fonts doesn't load variable fonts...

temporarily releasing another minor under 0.11.4 to avoid breaking projects we'll release the unifont upgrade under 0.12 and also see if there's something we can do to auto-detect when to...

https://github.com/nuxt/image/pull/1396#discussion_r1732789360

Yes, this is the case. Given that you might not _always_ want `app.vue` mounted, can you think of a good API, or share some pseudo-code of how you would want...

What about providing a path in the runtime test options to an `app.vue` that will be used explicitly during tests?

we can absolutely look at this - but again, we need a project that we can play with/examine.

I didn't merge it because I thought that https://github.com/nuxt/test-utils/pull/803 would cover the situation. The issue that needs to be handled here would be - only reusing a server _that matches...

You can see an example here: https://github.com/nuxt-modules/turnstile/blob/main/playground/pages/index.vue