Jean-Michel Fayard

Results 208 comments of Jean-Michel Fayard

I'm not sure what you mean by "no android option" Please put the code inside the `android` module. The idea is that the first view would be a recycler-view or...

@amaan118921 sure thing, done, thanks for your contribution!

thanks @sijanr , will have a look and expand on it, but not very soon because I'm moving home 👍

@c3b5aw @nohehf it was indeed a typo and the issue is the cryptic error message, I updated the ticket. Another question: could you clarify in the README how to bypass...

Actually there is also the standard that works in many clients to put informations like the URL, headers, introspection, ... in a file called `.graphqlconfig` Example `.graphqlconfig` file for GitHub...

Note: in practice this is done by pushing a tag `v1` to your latest `1.x.y` release ```bash git tag -fa v1 -m "Update v1 tag" git push origin v1 --force...

So now that can be simplified quite a bit :) ```kotlin object Multiplatform { /** * Open a given url in the default browser */ fun openUrl(url: URL): Command =...