Dima
Dima
I don't have time to test it but if it was the reason of sled not clearing up the storage would be interesting :)
Yeah, I am implementing markdown support for my app using cosmic-text, and for implementing markdown headings this feature would be really handy, so plus one to it.
Hello, @conradludgate! I noticed that you referenced this specific issue and made some changes to the code. I'm curious to know the current status of those changes. Do you have...
@conradludgate I gave the changes a try, but they're not quite what I had in mind. What I really need is a feature to make spans bigger by adjusting the...
> So I looked briefly into it. It's not straightforward, since rexie has an async API and this crate presents a blocking one not sure if it's possible to hack...
@johanhelsing from what I read on internet it's 4Gb per tab for Chrome... let's say only 3Gb is used for db, so it's 600 times bigger than 5Mb of localStorage....
So, ideally to have separate crate with indexeddb wrapper that has bevy dependency and **sync** API so it can easily be integrated with bevy_pkv. Did I get it right @johanhelsing...
Makes sense, so you are fine with making bevy dependency to be required again.
@johanhelsing I looked into pickledb source code, I might be wrong but it seems it loads the whole DB into memory which is a huge blocker for me to use.
> Indeed. That it doesn't deallocate the old definition is something I would like to see fixed, but that will require a more complex scheme for allocating memory to put...