jay
jay
I'm developing an iOS app and I followed the example to setup everything and it does send logs to firebase console. But when I set isInDebugMode to true, somehow it...
Hi, this is indeed a great plugin. But is there a way to run this from the terminal? We have this requirement to generate different localization for different product flavors...
It is now throwing The argument type 'List' can't be assigned to the parameter type 'Uint8List'. Image.memory is accepting only Uint8List only whereas encodePng() returns List
Spring Boot allows to inject a list of all implementations for an interface in another component class ``` interface BaseComponent @Component class ComponentImpl0 : BaseComponent @Component class ComponentImpl1 : BaseComponent...
I created a simple sample project to reproduce that. When I click on stop button to terminate the app it doesn't work. This is getting really annoying. It throws below...
Hey dgs team, I have a weird scenario that I need to upgrade my graphql client in order to unblock spring upgrade. ``` implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:10.4.0")) implementation("com.netflix.graphql.dgs:graphql-dgs-client") ``` but in the mean...
with old DefaultGraphQLClient, we can add headers dynamically while a request comes. This is designed this way because we only know some specific headers when client send a request to...