Uli Bubenheimer

Results 43 issues of Uli Bubenheimer

## Basic Information Device type: Emulator OS version: R DP1.1 EasyPermissions version: 3.0.0 ## Describe the problem EasyPermissions should offer a facility to automatically request a permission again after a...

help wanted
type: feature request

I am adding some API on top of the provided persistent types, but I am running into trouble with maps/sets, because ordered and non-ordered implementations are indistinguishable. My specific use...

I'd like to flag blocking SqlDelight API calls in suspending code. For my own APIs I can do this by adding an annotation on a blocking API definition, and adding...

feature

When initially looking at this library I was hoping to find an implementation of Instant that just wraps a Long or Double with an inline class, similar to the implementation...

**Describe the bug** It appears that it is still necessary to use the antiquated style of loading oss-licenses-plugin via a buildscript classpath definition in the project root build.gradle, instead of...

There seems to be a race between request & response flows on the client when cancelling the response flow in a bidi scenario. This can result in the response flow...

Would the grpc-kotlin project be open to considering Kotlin serialization as an alternative fully supported wire format, in addition to protobuf? Grpc, in general, has an affinity for protobuf serialization,...

There does not seem much guidance available regarding Channel executors on client & server. The Android sample project uses `executor(Dispatchers.Default.asExecutor())` which makes some sense, but there is no code comment...

I'd like to use different HTTP/2 flow control options than the non-configurable one-at-a-time flow control in grpc-kotlin 1.0. My Android app commonly has intermittent connectivity due to its remote usage...

android-maps-compose 2.2.1 compose 1.2.0-rc01 The android-maps-compose API imposes a performance penalty throughout by leveraging the Maps SDK LatLng type, which the compiler is currently unable to infer as stable. (Observed...

type: bug
priority: p3
external