Results 19 comments of Sylvain Laperche

> Any update on this? Reading though this it looks like sqlx would explicitly support replication. (Creating and subscribing/listening to replication slots?) Not sure if I understood the code well....

As it happens, I was also looking at this function recently ^^ From my understanding there are two issues here: - the quotient of the bbox sides is wrong -...

Yes, I think you can make a PR (not sure if it breaks any existing tests though). You can probably also add your shape as a unit test to avoid...

> GrimReaper, For future data only issues, you can log them in the Sealed Content specific repository and I'll see them faster. https://github.com/mtgjson/mtg-sealed-content Didn't know about this repo, but will...

Error I get is: ``` MvtError(GeometryFormat) ``` I tried to debug it a bit and it's coming from [here](https://github.com/georust/geozero/blob/ab5486a21a100f2b59c9d294c5737d59222f7733/geozero/src/mvt/mvt_reader.rs#L261). My guess is that we somehow detect an interior ring (negative...

Not sure if it could help to implement it in C, but the h3o implementation is based on Vertex indexes. IIRC, it wasn't too complicated to adapt the algorithm, the...

Interesting. I'm wondering if there is not an alternative way to compute this using the existing public API 🤔 Naively I would convert the ancestor zone into a geometry, and...

> Regardless, I am highly confident that the approach suggested in this issue's description is much faster than any kind of geometric approach, especially if it the movement can be...

For what it's worth, `h3o` seems to produce the expected result (at least doesn't return an error). ![Image](https://github.com/user-attachments/assets/6a73e0ba-e306-476c-a3b2-a380b3b0b08a) Might be able to spot the bug by comparing the two implementations....