Peter Johnson

Results 884 comments of Peter Johnson

Agh sorry I forgot to write back, the pull requests are a pain to deal with since there's so many repos, so we'd like to avoid having to do them...

Looking at the code again it might make sense to have a default "platforms" string and then allow it to be overwritten by an env var as this gives a...

Question: is there any functional difference between `docker build` and `docker buildx build --platform=linux/amd64`?

In CI there is no need for separation of build and push so we can move forward on this path, where we migrate to `buildx` and include the required build...

So the immediate next step is opening a PR on ci-tools which defines a variable with default `--platform` flags and making that variable overloadable via the `:-` bash convention. Once...

I'm off to bed now but I can open that PR tomorrow

Do you need addresses? They account for about ~~half~~ 88 percent of the index size?

See https://pelias-dashboard.geocode.earth/pelias for an idea of what size you can expect from a full planet build, you can roughly divide that by counts per layer to estimate the disk savings.

I'd be interested to understand better what you're trying to achieve because disk is cheap and you can filter these records at query-time if you don't want to see them.

Heya, So backing up a bit, I'm trying to remember why we are doing it like this in the first place? It seems like an elegant solution is to put...