Reinier Kaper

Results 94 comments of Reinier Kaper

~~Okay I think the issue is that we tried putting the openapi folder in `/app`, and that breaks TS.~~ ~~If you keep it in the root then it seems to...

> there should be no problem with localizedFormat plugin > > https://runkit.com/embed/yzvddg5czfg6 This is indeed still a real bug. Weirdly enough it only happen for us when used as a...

We've just experienced this exact same issue, and the underlying issue was actually the fact that some of our imports in **TypeScript** required `.js` extensions, otherwise the resolver would create...

Guess it works if you just use `item.hasHTML`, still I think that `te` would be more appropriate and consistent.

You'll have to use `import type { Thing } from 'schema-dts'` or `import type { Graph } from 'schema-dts'`, etc.

Is there a potential that this gets picked up? It's a pretty annoying problem when working wit TS as people now have to create manual types and cast the tm...

> This would be very useful! Right now we use Vitest workspaces in order to run tests with vastly differing environments (`setupFiles`, etc), and using `defineVitestConfig` with some `@ts-ignore` annotations...

@ekisu Thanks, this points me in the right direction it seems! Some of the stuff starts to work, some not yet, not entirely sure what I'm missing still. I think...

Hi @zoey-kaiser I understand the concern around maintenance, but I do feel like it's the minimum a project can do if they really want/expect users to provide reproductions for issues...

@zoey-kaiser That's great, thank you! Any option to have them linked in the new bug flow? Ideally as Stackblitz links so people can immediately start a repro from that flow?