Carter Hudson
Carter Hudson
Any movement on this, or the PR? It's easy enough to drop the function in, but it'd be nice not to have to.
> If you want to start the map at a particular location you can use `rememberCameraPositionState`'s position argument. > > For example > > ``` > val cameraPositionState = rememberCameraPositionState...
I'm encountering this in a real environment; any ideas what could be causing it? My current theory is that it's a keep-alive configuration issue. `java.io.IOException: gRPC transport failure (HTTP status=200,...
But the latest version is 4.8.0... Are you using a snapshot or something?
Gotcha. It doesn't resolve for me, for some reason. Edit: ah, package changed.
I'm still having the issue when using 4.9.2. It seems like it's due to `KModifier.PRIVATE` being used [here](https://github.com/permissions-dispatcher/PermissionsDispatcher/search?q=KModifier.PRIVATE)? It's strange, though. It only happens when I try to depend on...
Looks like using Showkase forces the dependency to 1.12.0 where this lib uses 1.[0]3.0?
I have a pr up that fixed it for me in a fork, but this repo seems to be slightly unmaintained. On Fri, Nov 18, 2022, 10:51 PM Udayaditya Barua...
This is still a problem in 1.13.7. I would use 1.13.3, but it has [this issue](https://github.com/mockk/mockk/issues/1015). :(
It's actually really irritating having to create the stream and check it manually, or use try-catch