Patrick Arminio
Patrick Arminio
I've been trying to reproduce this locally and I found a different issue, basically it looks typefully might be using `oauth/authorize/` (with the trailing slash) instead of `oauth/authorize` (without the...
@TkTech yup! I'll wait for @frankdilo to double check this 😊
ok, I've take a look at the code for oauth lib and didn't find any place where it adds a slash :) I think @frankdilo your code might be adding...
ok, I've tested the url change, with my current server and it worked 😊
do you think it is worth splitting this in two PRs? One for GIFs and one for videos? Or should we always convert GIFs to mp4? 😊
this is quite interesting, I think I can change the demo to use this, maybe next week if I have time 😊
https://github.com/codesandbox/sandpack-bundler
> AFAIK the `extend` is optional on `type Query` in Federation v2. However, we can surely add it back for both federation versions, as this should not break things. /cc...
There is a property on ExNavigator that is used to hide/show the navbar: https://github.com/exponentjs/ex-navigator/blob/master/ExNavigator.js#L100 So you can do: ``` ``` to hide the navigation bar :)