Jonas Faber
Jonas Faber
Can you try it again maybe #80 fixed this too?
@AlbanSeurat is there something we can help with, or some documentation on how we could go about figuring out what changed?
I agree to @styfle but if you really need a version you could use something like this > https://stackoverflow.com/questions/4900436/how-to-detect-the-installed-chrome-version ``` function getChromeVersion () { var raw = navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./); return raw...
this is really helpful: https://gist.github.com/flexzuu/95cfc042d27a152c64ccdca0a36c75d8
Nope looks great
I think we should respect the spec here and add fallback behaviour as described in the spec: https://github.com/graphql/graphql-spec/blob/master/spec/Section%203%20--%20Type%20System.md#root-operation-types > Default Root Operation Type Names > > While any type can...
It would be really cool to allow using the widget that was created for the live activity also as normal widget. While no print is going on it could show...
Just a small note this basically gives direct access to the underlying api with all it's power. It will give us less control to hide certain fields and will potentially...