maosin77

Results 6 comments of maosin77

The problem is still not solved. It's pretty funny that the clerk is so polished and the UD/UX is so nice, and you guys didn't figure it out :D Probably...

Hello, I am struggling with the same problem, the stackoverflow link no longer works. I can't find any info in the documentation. Thanks in advance.

Thanks. We use dexie for the offline scenario. We write migrations manually, which is cumbersome and error-prone. So far we do not have a rollback strategy. It's much easier if...

Yes. It's still painfull, beacuse right now we maintain chain of upgrades, with such a callback, we would have additional method in this.. chain of chain methods. 😅 You can...

This is a pitfall of dexie, or rather of indexedDB itself. It is simply slow. In my experience, it's nice to use dexie to manage indexedDB and it's actually a...

Yeah.. This is next issue. https://github.com/vercel/next.js/issues/19936 They fixed it in next 13, but i would rather wait to upgrading next in my app for obvious reasons. Do you guys plan...