Martin Bonnin

Results 287 issues of Martin Bonnin

Running the `buildHealth` task on [`apollo-android`](https://github.com/apollographql/apollo-android) returns useful information but it looks like the plugin has some difficulties coping with multiplatform projects. For an exemple: ``` $ ./gradlew clean :apollo-normalized-cache-sqlite:aggregateAdvice...

enhancement
sponsorable
toolchain:kotlin

The below query ```graphql query Artist { node(id: "QXJ0aXN0OjMyM2VkOTc0LThiZjYtNGY1NC05NTI1LWI3NzRhNjU5ZjgwNQ==") { ... on Artist { relationships { __typename } } } } ``` when used on https://graphbrainz.herokuapp.com/ fails with ```json {...

It would be nice to have a way to retrieve the password and not just import/export .trackobot files. Also the possibility to recover a password using an email adress would...

Is there an operator to zip a list of Flow ? Similar to `combine` except it will "group" items together instead of emitting the last items as soon as a...

flow

We have this use case where we might call `recyclerView.smoothScrollToPosition` on a view that has been removed from its container. In that case, we get the following crash: ``` Fatal...

Removing the `MaxPermSize` option has [it started being ignored in Java8](https://stackoverflow.com/questions/18339707/permgen-elimination-in-jdk-8) and causes Java 17 (and maybe others) to fail with an unrecognized argument error

size/XS
needs-ok-to-test

I bumped a weird case where dependencies failed to resolve while they should in theory be there. To reproduce the issue, create a `test.kts` file containing: ```kotlin #!/usr/bin/env kscript @file:MavenRepository("gradleReleases",...

Okio 3.2.0 supports enableCompatibilityMetadataVariant so looks like we can too 🎉

Introduce `FakeResolver`: ```kotlin interface FakeResolver { fun resolveLeaf(context: FakeResolverContext): Any fun resolveListSize(context: FakeResolverContext): Int fun resolveMaybeNull(context: FakeResolverContext): Boolean fun resolveTypename(context: FakeResolverContext): String } ``` It's now possible to create a...