Results 25 comments of Ádám Barancsuk

@mondaychen Thanks for the release. Am I right that the `refine` package's contents are not yet available via `recoil-sync` ATM?

@mondaychen Thanks for the release! As for the typing issue, I created my own `.d.ts` file: ```typescript declare module "refine" { // Insert the contents of https://github.com/facebookexperimental/Recoil/blob/main/typescript/refine.d.ts here } declare...

Happens to me as well when the map is inside a `` container and is being suspended.

I bumped into this today while trying to compute `text-offset` dynamically for placing pie chart labels (I know...). Pre-computing these at tile generation time would be an option, but I'm...

Thanks for the input!

> could you also completely revert the changes in index.html and files.geojson that contain unwanted changes (in particular file timestamps updates) ? I'll update them locally once this PR is...

Ok, I removed both 0a46b04 and 79c1ef1, addressed the suggested changes and fixed a typo in `copyright_and_licenses.csv` (duplicate filename).

@rouault after a couple of emails w/ @zsiki, we've bumped into problems (whether semantic or technical is yet to be tackled) wrt between which EPSG entities one of our grid...

> Dear @brncsk ! Any news about the status of the merge? It would be highly appreciated. :-) @vbnhu Nope, sorry. It's on our backlog but with a rather low...

@szarnyasg Your [slides](https://www.slideshare.net/szarnyasg/mapping-graph-queries-to-postgresql]) from last year's Budapest DB Meetup indicate that ingraph supports paths but this issue seems to contradict that. Can you please elaborate on the current state of...