Kalven Schraut

Results 12 comments of Kalven Schraut

Would there be a way to just have it disabled for files that use script setup? Ideally this is enforced where applicable and if script setup can not be in...

Just noticed that the build script is changing all .mjs extensions to .js. I added a check specifically for the quasar.esm file, otherwise if for some reason quasar doesn't want...

```ts import { default as Ajv } from 'ajv' ``` The above was needed whenever your project was targeting ESM output from typescript. i.e. moduleResolution = NodeNext/Node16+ and module =...

Seeing this occasionally also, sometimes appears once a test fails. Main issue this is causing my CI to not think the test failed and keeps on with the rest of...

@rstoenescu is this something that can be looked at? A recent update, not sure what is causing my tests to fail because vitest is trying to use the CJS SSR...

@rstoenescu I need some kind of resolution on this as I currently am forced to maintain my fork with these changes otherwise my unit tests are failing. Due to my...

Ended up hitting a wall. If the peer dependency is listed as a dev dependency, than the peer dependency isn't listed as a prod dependency. Problem with this is that...

You can use a base image of the monorepo where all your packages are installed. Then all your app specific images use this base as an intermediate image. Runs deploy...

Is there any help I can provide to get this across the finish line? Mainly looking for the URL changes so I can do some web worker tests with vitest.

Confirmed it is still an issue on beta release. Was able to make a very small reproduction https://github.com/RTVision/drizzle-esm-type-error Issue occurs outside of a monorepo with npm or pnpm. Main driver...