Jack Domleo

Results 30 comments of Jack Domleo

Hey @Mohit-Aasirwal, did you get anywhere with this?

@tannerdolby Absolutely! Considering we've not heard back from @Mohit-Aasirwal in 4 months, I'd be happy to assign it to you 🙂

Closing this issue since the `lang` attribute can have very complex structures. We already have an error that highlights if no `lang` is set on the `` element, and this...

Sorry, I'm a little confused. If I'm correct, surge is a hosting provider, like Netlify? What does that have to do with the Nuxt project generating static content? 🤔 To...

> The issue here is that you should not set `ssr: false`. It explicitly disables the generation of rendered HTML, which is causing your issue. > > Try removing that...

Hi, yes. I changed `ssr` to `ssr: true` and it worked.

Ah nice, just tried comparing them and seems the code for them is a little different. Are there any differences between them? The `ReadonlyTuple` is readonly, hence why I was...

> I guess it's solved with TypeScript 3.8 as we can add type before the type name import. > > `import MyComponent, { type IMyComponent } from "../mycomponent.vue";` > >...

> Hi, please find a repository [here](https://github.com/jackdomleo7/vue-jest-interface-repro) with the repro steps listed in the project's README. 🤞 Can the `needs repro` tag be removed? FYI I have deleted this reproduction...