Mark Stuart
Mark Stuart
I think that part of the issue is that the `type` key in this example is also incorrect @csprocket777. A request to http://localhost:3000/api/users/1/posts should only return `data` with `"type": "post"`....
Hey @maxclac, we were having this same issue building datapusher in a Docker container. After a lot of trial and error, we tried changing the base image from `ubuntu:20.04` to...
We've been through a few rounds of trying to get this working nicely... If you have the ability to use a pre-built docker image in your environment I heartily recommend...
This looks like it should fix #57
I'd be interested in a solution for this too @benjwadams, have you added the geometry splitting in an extension or repo where I could maybe test the code out? Or...
Yeah, I have the same issue in the context of a Docker build. Using a python:3.10-slim-bullseye base image, if I `apt install proj-bin` it only gets version 7.x I'm wondering...
Hi @Engerrs @davidread, this same issue has cropped up for us in an accessibility audit as well... looks like this may have fallen off the radar? Any chance of moving...
Thanks David, apologies for tagging you, wasn't sure who was the right person for this. @amercader is this something you can help with? I guess the original branch would need...