Martin Bonnin

Results 699 comments of Martin Bonnin

Just got hit by this. Looks like passing `DatabaseConfiguration.inMemory = true` and `DatabaseConfiguration.name = null` is invalid? All my statements fail compilation with this (while it's ok if I pass...

Should we open an issue on the [Sonatype Jira](https://issues.sonatype.org/secure/Dashboard.jspa) about missing artifacts? Having to verify artifacts after a successful feels like a workaround. Of course having multiple ways to address...

Tentative API: ```kotlin nexusPublishing { repositories { sonatype { username = "your-username" password = "your-password" // Will wait for a repository with the given "description" to come online before publishing...

Same here :-( ``` $ ruby -v ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] $ travis -v 1.8.0 ```

Makes sense. Maybe aim for json as an output then? And store the path of all usages? ```json [ { "name": "Query", "fields": { "hero": [ "GetCharacterQuery.hero" ] } },...

Ideally, it would be great to have another level of indirection. A table that maps from a slug to the talkId and remembers when the slug changes so that it...

Build scan there: https://scans.gradle.com/s/vgoygq6oiacsy/

Hi Stale Bot 👋 . Can we keep this one open a bit more? Finding the root of the MetaSpace error would allow to keep the daemon alive longer and...

@utsav0209 I ended up increasing the Java heap and metaspace: https://github.com/apollographql/apollo-android/blob/59bc9ca38ea9bc4b9fbe2b01ba8f4d38340c260a/apollo-gradle-plugin/src/test/kotlin/com/apollographql/apollo3/gradle/util/TestUtils.kt#L31

> Do you know if it really helped you? I think it did ? I'm not 100% certain TBH but I haven't had any issue in a while now so...