Tim Rijckaert
Tim Rijckaert
Might be related to Junit4 test runner, not reproducable with Junit5 runner
> Wait, I just looked at the Gradle scan, and the issue seems to be Groovy DSL related actually, I'll take a look later this week. In the meantime, just...
Thanks for all the pointers @SwissCheese5. I have following Dockerfile that works with this lib ```Dockerfile FROM google/dart:2.12 RUN apt-get update \ # Puppeteer will try and unzip the Chromium...
Like I said, we use it as one gateway of all things deeplink and it has been working perfectly so far.
How can I return null? ```kotlin public object ProgramSerializer : JsonTransformingSerializer(Program.serializer()) { override fun transformDeserialize(element: JsonElement): JsonElement = if (element is JsonObject) { element } else { null } }...
Exactly we'll need to figure out how we will _restructure_ the whole API to accommodate the changes for `BGAppRefreshTask`. However I feel strongly to keep the Dart API simple; I...
So if I understand correctly iOS will not automagically reschedule when you return `failure` ? Then what is this result code used for? Is there a penalty from Apple if...