Lorenzo Palmes

Results 16 comments of Lorenzo Palmes

i don’t know them but mozillla docs will help. i could them tomorrow if you don’t mind

what do you feel about adding fr to the `type dimension`? i was thinking about having `gridTemplateRows` and `gridTemplateColumns` as a `list(dimensions)`, so then it can be used `gridTemplateRows=[Px(200), Fr(1),...

Sounds like a really good idea, i have a bunch of ideas/issues/problems that need to be worked, eg: (integrate custom components with native code, remove the layout reconciliation from the...

Thanks!

Hey @francescjaume, do you have more information about this example? Like what is you `AdminQuery` and `AdminMutation` type in your schema, or what you are trying to achieve, so we...

Yep, the problem is that root resolvers, like the ones inside Mutation, Subscription or Query object are bound to have name collisions, given that they all resolved by `func (r...

So you graphql schema might look like this ``` type Query { viewer: Viewer } type Viewer { id: ID! name: String! mail: String! favourites: [Favourite]! } ``` This would...

Hey @saviodo5591, this one https://github.com/dgrijalva/jwt-go

getUser and checkToken were private functions just to demonstrate the point. If you will I could make an example with everything in form of a repo or gist

Then I will create an example and let you know as soon as I’m able to. I’ll let you know in a couple of hours