Gorka Cesium
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  and this  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...