AirPlayAuth icon indicating copy to clipboard operation
AirPlayAuth copied to clipboard

Since tvOS 10.2 AppleTV is enforcing the "Device verification" for AirPlay, which could be manually enabled/disabled before. This library allows to pair with an AppleTV and can be used in any app supp...

Results 26 AirPlayAuth issues
Sort by recently updated
recently updated
newest added

When looking into why `Client` and `Stub`s aren't generated for `google/bytestream/bytestream.proto` I realized this is explicitly skipped [here](https://github.com/googleapis/gapic-generator-kotlin/blob/9d7598eeee35dd6d79518b5df2eb2c46a85a7cac/generator/src/main/kotlin/com/google/api/kotlin/types/ProtoTypes.kt#L33) and was wondering if there is another easy way to work with...

type: question

Proto 3.15.0 enabled optionals by default, which especially relevant for kotlin due to nullability. Sadly the generator crashes when using optionals. Will support be added?

type: feature request

The Intellij code formatter was removed and the formatting is no longer correct in many cases.

type: feature request

``` Toluwanis-MacBook-Pro:generator tolu$ gradle build && docker build . -t kgen > Configure project : e: /Users/tolu/src/gapic-generator-kotlin/generator/build.gradle.kts:57:17: Type mismatch: inferred type is NamedDomainObjectProvider but Configuration! was expected e: /Users/tolu/src/gapic-generator-kotlin/generator/build.gradle.kts:156:9: Val...

type: feature request

It'd be great if there was Bazel support for this generator.

type: feature request

`option java_multiple_files = true` is currently required for the generated code to work correctly.

type: feature request