Ben McCann

Results 1534 comments of Ben McCann

Thanks for the pointer to that Vue issue! Probably we need to do something like they did: https://github.com/vuejs/vue/commit/f2e00f756fb540fb09ce3414289c652ce172d85c (I'm not sure it's related, but I also found this StackOverflow issue...

Maybe something to add to the breaking changes list at the very least?

I'm not quite familiar with the `--init-` config namespace you're talking about, but this PR won't prevent other values from being set as it only defaults to `commonjs` if another...

This PR looks really great. Thanks for updating a number of things along the way! @niemyjski I wonder if you might be able to take a look at this PR?

Can you share more about why it's a problem to automatically update the `lang` attribute? I'd expect it'd generally be desirable to do so and we try to avoid adding...

I was wrong about `verbatimModuleSyntax` helping here and it's already enabled. I think we need this eslint rule: https://typescript-eslint.io/rules/consistent-type-imports/. Unfortunately there's well over 100 eslint errors already. We should ignore...

please see https://github.com/gothinkster/realworld/issues/1611

Looks like there's an effort to revive the site, but I'm not sure if a new API is available: https://github.com/gothinkster/realworld/issues/1647#issuecomment-3481849201. If it's not we may need to retire the site

I see this method is building a `RoutesJSONSpec`. Is that a structure that's expected by Cloudflare? If so, could you add a comment in the `index.d.ts` that points to the...