Craig Bassett

Results 31 comments of Craig Bassett

Keeping klipper-bot happy ;) [klippy.log](https://github.com/KevinOConnor/klipper/files/5845487/klippy.log) Note, this is a fresh log - and I sent two commands after startup; ``` SET_HEATER_TEMPERATURE HEATER=extruder TARGET=NaN SET_HEATER_TEMPERATURE HEATER=extruder TARGET=0 ``` I don't see...

Is this a similar issue in Vue 2 components? I'm seeing `vuecomponent-stub` entries for all Vuetify related components when shallow mounting. The PR above only applies to Vue3 - and...

I've resolved my issue, but it may be relevant here. For a Vue 2.7 project - running Vitest and shallow mounting caused all Vuetify components to be returned as ``....

Some google results suggest not using `pnpm` - the provided example specifically rules this out by not using `pnpm`.

Yes, you can add the type manually for the example. However, as soon as you add any complexity (mutations, etc..) - then it becomes very cumbersome to figure out what...

The `declaration: true` comment above may provide a hint. There were a lot of upstream dependencies that required updates in order to support Typescript changes. There was a bit of...

> @Andarist I pushed the issue to git https://github.com/hulla-dev/qman/tree/feat/query > > Specifically the issue occurs under `/query/src/use.ts` > > I have both `package.json#xports` and `moduleResolution: nodenext` set up, but I...

@Andarist Thanks for your effort so far. I've updated the original repro (https://github.com/cadriel/tanstack-query-issue) and upgraded to ts `5.4.0-dev` however the issue remains. Was there something else that needed to be...

> I just tested it out and it works. I'm almost sure that you have forgotten to use the workspace TS version (you can choose "Select TypeScript Version..." from the...

https://github.com/vuejs/vue-test-utils/issues/2069 Linking this here since it seems relevant.