Paul van Dyk
Paul van Dyk
> Does the ligthbulb do anything more than what CMD + . does? Because you can access the menu with that keyboard shortcut so it's not completely gone. No, it...
The docs is misleading, it indicates we can use `PicomatchOptions`, but the type is hardcoded to either be returnIndex:true or {dot:boolean} https://github.com/micromatch/anymatch/blob/master/index.d.ts#L9
We're running into the same issue when using https://www.npmjs.com/package/form-data I tried to mock the boundary of `form-data` to have something stable: ```ts vi.mock("form-data", async (originalImport) => { const OriginalFormData =...
Also running into this issue
@anthonyshew any news on this? I suspect we can use @ben-horner-crimson solution untill there it is resolved, but imposes other risks... From my understanding as long as skew protection is...
would love to see this as well, avoids having to clear and retype when a typo is made