「Pepijn」
「Pepijn」
Also happening for me, but with Vite version `v2.9.14`, and Vue version `v2.7.8`.
I've created a PR to fix this issue [here](https://github.com/barryvdh/laravel-ide-helper/pull/1228)
Key-Rollover can also be an issue of the hardware you're using. Especially office and other cheaper keyboards don't have more than 2-key rollover on some areas. And yes, a numpad...
I tried making one using idb-key-value, but the inherent issue is that the Cache adapter methods cannot be async, while IndexedDB's API is. So this would also require a change...
@CavalcanteLeo As long as a library/anything requires async operations, it currently cannot be done as the cache adapter's methods don't allow async methods. That includes LocalForage, as per their own...
@darrenjennings Are there any plans to make the cache adapters optionally support promises, or is this something that's not planned?
@darrenjennings-stripe Do you perhaps have a handle on making something compatible with both Vue 2.6 and 2.7? I wouldn't mind giving it a try. Otherwise I think it'll have to...
@mascii Thanks, I'll take a look at it and see what I can do 😺
@adamdehaven Thanks for the heads-up. The missing SSR support doesn't affect me, but I appreciate the warning. It makes sense as well to drop it for now and re-do it...
Still running into this issue today. Is this PR gonna be merged any time soon?