Eli Stark
Eli Stark
And this can be somehow similar to this issue https://github.com/objectbox/objectbox-dart/issues/385, the only difference here is I don't have an error and I'm not trying to swap data.mdb, I just work...
I started to use self-assignable ids and this allows me to not close stores and have them open, so crash related to close-open is kind of resolved. But when 2...
I'm kind of struggling with this part how to make it seem seamless for the user, how to sync in the background, and also whether to use GoogleDrive + ICloud(which...
I once created a pull request for that https://github.com/VeryGoodOpenSource/very_good_workflows/pull/43. Seems like it's not aligned with the internal VGV flow. Here is the current up-to-date version with the changes from pr...
Got it, is there any approximate timeline on when 3rd version will be stable?
How do you reconnect?
Hello Anatoly! I have a question: is there any solutions to this [problem](https://github.com/memspace/zefyr/issues/26#issuecomment-414800210) in the new version or in the old one. I need my ZefyrEditor(or ZefyrScaffold) to resize depending...
I see, so the pausing relates more to the body of the provider. If it just returns a complex object like `ProfileService` or `ProfileNotifier` that has its inner subscriptions, they...
> We **could** consider making a breaking change for 3.0, and have `ref.listen` pause by default when a provider is paused. With maybe an optional flag on `ref.listen` to opt...