Gorka Cesium

Results 24 comments of Gorka Cesium

Gitbook has an option of sync the github repo to the Gitbook. So it's complimentary. I like that in Gitbook it is easier to read since it has responsive layout...

how do you handle auth? I am trying to use `@auth0/nextjs-auth0` but haven't figure out how to make it work with `next-runtime`. I tried using `withPageAuthRequired` as a middleware of...

@augustosnk12 I noticed that `flex-direction: column` was causing me this type of problem. I removed all the flex columns and now it respects the `page-break-inside: avoid;`

@augustosnk12 are you using grid?

Not working for me. I wonder if it is because I'm using flex and grid

@ryyppy it was a typo! I meant `rescript-recoil`. I edited my initial comment. Since re-formality depend on ppx, is it straightforward to just copy the code? I've never built a...

@ryyppy on re-formality maybe it's the references to ReactEvent? https://github.com/MinimaHQ/re-formality/blob/73b9badf03eeaf1fa38fde9af33c0d354650be6e/lib/src/FormalityCompat__PublicHelpers.re#L4

@mdere-unbound did you find anything useful? I'm in the same boat

this one ![image](https://user-images.githubusercontent.com/804301/75594727-4e40b080-5a4f-11ea-892c-9de6c6a49682.png) and this ![image](https://user-images.githubusercontent.com/804301/75594739-5d276300-5a4f-11ea-830d-abf27a90f30e.png) for example, I wanted to know if List had a `filter` method. So I had to search with `Cmd-F` because List has many methods...