Waldemar Kornewald
Waldemar Kornewald
Yes, I'd like to open multiple or at least one other DB from the first one.
Maybe the entries in the AutoOpen folder could get an „open“ button and then you’d navigate into the DB? The back button would bring you back to the outer DB....
Then I have to copy the password and navigate out of the current DB, select the correct DB, paste the password. That’s several extra steps compared to just selecting the...
Not quite. I want to be able to open one DB via password and use that as the gateway into the other DBs without setting up biometry or storing the...
In my case they’re local. Like explained in the docs that I linked, the url field need to be set: > You can setup one or more databases to open...
Update: I've open-sourced my code, so you can easily reproduce it with a ready-made app: https://github.com/ensody/androidmanifest-changer
Hi Kushal, I guess an asyncio version would be nice, but in general I was thinking of it being pretty transparent from the user's perspective: Non-streaming calls would still work...
Do you have any update on this feature request? Bidirectional sync is basically the only sane way to keep data in sync between multiple devices (e.g. the photo library shared...
Do you have an estimate when this will get merged? It's a pretty huge inconvenience for us to wrap Instant because we want to export an SDK and the wrapping...
You can just pass dispatcher = dispatchers.default. We use dispatchers.main by default because many iOS APIs must be called from the main thread and most lower-level APIs like Ktor switch...