Jakub Schulz

Results 31 comments of Jakub Schulz

7 months and 27 bumps later, we're still waiting for someone to correct it 😕

Yes, it would be awesome!

What should I do to make the [plugin ](https://marketplace.visualstudio.com/items?itemName=ZixuanChen.vitest-explorer) for VS Code work? ![image](https://user-images.githubusercontent.com/48328739/214594324-1707cefb-ce23-45aa-aedc-da7d81aa7ee4.png)

Any updates?? I have the same problem. @Ben-VP thanks for this workaround! Edit: I update my Nuxt version and it works fine without any workarounds :)

Update: `dayjs('2022.10.23').day()` (Sunday) also don't work, because return `0` :/ Temporary workaround: ```ts const dayOfWeekPlugin: PluginFunc = (_option, dayjsClass) => { const oldDay = dayjsClass.prototype.day; // @ts-expect-error: TS overloading types...

> That is by design - see issue #1886 From what I can see everyone except you in this thread is disappointed with such action. Any chance you'll ever change...

@FloEdelmann I didn't know there was a way to create custom rules. I'd like to try it, but it might take me a while to get to know it. I...

> I think adding a special case of a `change:` event prefix is a good enough trade-off. > > If the goal is to have both versatility and at the...