Josh Lee
Josh Lee
Really, I was surprised when I was trying to get this to work. I supplied the public URL on the command line, and the server did not respond to that...
> it looks like Firebase Deploy is just Google Cloud Run? Firebase Hosting can be paired with either Cloud Functions or Cloud Run, and can also serve static content. >...
Yes, it seems to work fine. - [ ] Correct the flag name and/or split into two - [ ] Verify that a trailing slash is not allowed (I think?),...
Yes, that's unfortunate. For some numbers: - The planet at tile.ourmap.us contains (approximately) 39,359 bytes of json, or 2,893 gzipped, which I expect should be typical of any users of...
Manipulating the attribution of the maplibre source after it has loaded is … sort of possible but feels hacky. If maplibre had native pmtiles support it would be more plausible...
Regarding the API design, a hash parameter would be better than a query parameter (`#metadata=true`), since this is not being passed to the server. Or we could add options to...
That's the question, isn't it. I think anyone who is loading some sort of dynamic data, or implementing an inspect control, would prefer to see the metadata. In alltheplaces we've...
Nice, I think that looks pretty sensible.
I often want to use read-only mode when I'm running an ephemeral Caddy instance purely for testing, e.g. to verify a server's behavior behind a reverse proxy. Something trivial like...
Personally, I can't say I've used profiles, but they seem to be encouraged by the documentation, particularly when IAM/SSO are involved. Profiles are probably never used in the cloud --...