Sam

Results 60 comments of Sam

The geometry in question contains MultiPolygon(s) that don't follow the right-hand-rule, so may have failed to be parsed by Shapely. The error suggests that the geometry is empty, as it...

This is only a partial solution, as there are multiple references to requirements.txt throughout the repo. python-venv is also used, but is now redundant with using pdm. I have a...

No worries, I'll add it now. I was worried it would increase the scope, as it also affects CI and deployment instructions. I have updated all references to requirements.txt and...

So it actually looks like you can't pip install dependencies directly from a pyproject.toml (I have never had to before). There is a related issue https://github.com/pypa/pip/issues/8049 I wanted to keep...

Everything should be complete to the best of my knowledge. There seem to be quite a few Dockerfiles for the backend to maintain - I updated them all, as I...

Also on a side note: the Dockerfile using `quay.io/hotosm/base-python-image` as a base uses Python **3.8.7**, while the Dockerfile.backend uses **3.7**. Perhaps a refactor is required to manage a consistent Python...

Thanks for the feedback, I'm more than happy to go through the docs and update as requested. As for the package installs, are you able to `pip install` the packages,...

I rebased and added the suggested changes to the docs.

Docker recently added support for forwarding IPv6 traffic to containers & it seems to be stable now, albeit under experimental features (moby/moby#41622). It requires Docker **20.10.2** or later & modifying...

A simple alternative could be to add this to your `~/.bashrc` file. (re-login required, or `source ~/.bashrc`) ``` # Starting Tailscale daemon automatically if not running... RUNNING=`ps aux | grep...