Daniel Haarhoff
Daniel Haarhoff
I had success by using 'query features' on the water in the openstreetmap.org web display. In my case the water was part of the [English Channel](https://www.openstreetmap.org/relation/9280887) and that is tagged...
Have confirmed that this change would fix the issue for [sciety/sciety](https://github.com/sciety/sciety). Eagerly awaiting its release :innocent:
Looking at the `genpdf` docs it seems there is some form of image support if I'm reading them right. https://docs.rs/genpdf/latest/genpdf/render/struct.Area.html#method.add_image
I was able to narrow this issue down. It seems to occur when I use named placeholders. This works: ```ts const result = await client.execute({ sql: "SELECT * FROM users...
Related? https://github.com/tursodatabase/libsql/issues/1411