Abdulla Abdurakhmanov

Results 84 comments of Abdulla Abdurakhmanov

Hey, thanks for helping out with the documentations, it is always appreciated. I'm doing my best to documenting the most important things in README here and examples for now (maybe...

@thurn a good point. Hope this answers your question: https://github.com/abdolence/firestore-rs#firestore-database-client-instance-lifecycle Let me know if I can describe it more.

Hey, This is not related to `parent` per see, more like the cache update supports only 3 sources right now: Described here: https://github.com/abdolence/firestore-rs#how-a-cache-is-updated - Reading using get by IDs -...

Currently I recommend using `PreloadAll` if you want to work with querying/listing ready-to-use caches.

Let's leave the issue opened, to make it more visible and remind me about this limitation :)

Hey, great you're working on it 🏆 Thanks for detail info and the links! Let me know if you need any help from me.

Hi, somehow I missed this issue for months, sorry. I think you already found out this, but to help to others to clarify it. Models around options callback API are...

I think it is used for resolving/downloading stuff from sbt (coursier config). Also people actually using that class in some kind of extensions, so I'd prefer not to remove functionality...

I've checked this by myself and created a pull-request here https://github.com/VerbalExpressions/ScalaVerbalExpressions/pull/10

Hey, I have almost the same working example here: https://github.com/abdolence/gcloud-sdk-rs/blob/d0320aea705c6df846918458b213a0739ff3ed4a/examples/gcs-rest-client/src/main.rs#L70 and it works without issues. In fact, I just copied your code and filled in my parameters and it seems...