Viktor Nyblom
Viktor Nyblom
I ran into this issue the other day and as far as I can tell there does indeed seem to be something wonky with the unit conversion. I'm using standard...
Just as an FYI, we see this crash in Fabric coming in from TrendMicro (https://mars.trendmicro.com/). Nothing that affects real users atm, but it could be worth looking into.
I can now reproduce this crash consistently in our app. Still not sure what is going on, but my gut tells me that it has something to do with how...
@leandroBorgesFerreira I've managed to track down the crash now. It happens when we set the button to animate too early in the lifecycle. What we really want to do is...
@leandroBorgesFerreira Appreciate it. =) Thanks for getting back to be even though you're traveling =)
@mateherber I've used your proposed Result version on several occations, but I find it usually clutters the code at the call site. One of the points of using `Either` (which...
@Zhuinden I like typealiases in general. I use them wherever it helps future me grasp the context more easily. This is one of those cases where it could be used...
It would be great to have this feature added. The ability to call `documentReference.get(Source.CACHE)` is a life saver when it comes to keeping read counts down. I might take a...
Seems some of the native constructors are marked internal, so `DocumentSnapshot(android.get(source.toAndroidSource()).await())` no longer works. Some of the constructors are still available though, so if I use the Query object I'm...
@Daeda88 Felt like #491 (which I saw you approved) was the right solution to my problem, so I'm going to leave this as is for now. =)