Paul Norman

Results 297 issues of Paul Norman

It would be good to have `/` return a page listing tilesets instead of a 404 error.

What do we need for production monitoring, and what do we already have?

In serve mode allow multiple tilesets to be served. Should Storage contain multiple tilesets, or should the dbpool be replaced by a StorageServer? My inclination is to make Storage contain...

https://github.com/astral-sh/ruff Allows pyproject.toml support and has parity with flake8.

Right now the jinja2 templates are converted to strings and rendered from them. Instead, the filesystem should be passed in with PyFilesystem2 so it can load other files. `jinja2-fsloader` is...

When shutting down the dev server after requesting slow-rendering tiles, you get ``` INFO: Waiting for background tasks to complete. (CTRL+C to force quit) ```

From https://github.com/openstreetmap/openstreetmap-website/issues/375#issuecomment-441660239 > We can't just say that we'll never change anything in our tables ever again! If this does involve large table changes, then we can work out what...