Stéphane Gerber

Results 24 comments of Stéphane Gerber

Why is this not merged ? This is quite critical, as for now using Vue2, there are some issue with DevTools, the timeline is not showing the access to the...

@MariusHendriks thanks, but we already have a large codebase and I dont' want to change everything, but strangely this works, I know it looks like cheating but it warns me...

Finally I did this: ```// @ts-nocheck import { useSettingsStoreProtected } from "@/cockpit/stores/settingsStoreProtected"; import { Pinia } from "pinia"; import { cloneDeep } from "lodash" export function useSettingsStore(pinia?: Pinia) { const...

> It is possible to add a watcher on [isMenuActive data of v-select component](https://github.com/vuetifyjs/vuetify/blob/c6fcf4073c6459f9aa8a8ba2335e626a55140f37/packages/vuetify/src/components/VSelect/VSelect.ts#L120). Trying to use documented events has failed for me, as many use cases doesn't trigger any...

Yes I confirm same issue with vue: 2.6.14, fixed for now with downgrading to graphql 15.8. I checked and the issue starts with graphql 16.0.0

Glad I found this thread, I confirm @graphql-typed-document-node/core: 3.1.1 is breaking the inference, 3.1.0 is good.

I had the same issue. To fix it I manually removed all references to caniuse-lite in yarn.lock and then executed npx browserslist@latest --update-db [yarn.zip](https://github.com/browserslist/browserslist/files/9754165/yarn.zip) it seems the part "Removing old...

Yes this really needs to be addressed ,idea.max.intellisense.filesize=10240, fixed it for me

it runs fine on my windows machine with 3.11.3 on the stable branch

What about jest 27, as I am stuck with this version