You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @fl0rek. I was looking at the usage of idb crate in blockstore and noticed that you added direct dependency of idb crate just for error conversion here. Is the something specific to this project or rexie unintentionally exposes an API that returns idb::Error?
The text was updated successfully, but these errors were encountered:
@devashishdxt actually I remembered what it was initially. KeyRange error types are idb errors not wrapped in rexie::Error::IdbError, so it's a bit of a leak indeed.
Hi @fl0rek. I was looking at the usage of
idb
crate inblockstore
and noticed that you added direct dependency ofidb
crate just for error conversion here. Is the something specific to this project orrexie
unintentionally exposes an API that returnsidb::Error
?The text was updated successfully, but these errors were encountered: