Brandon Liu

Results 553 comments of Brandon Liu

Yes, especially with Leaflet, and I need to support that use case. I'm already maintaining `ol-pmtiles`, `protomaps-themes-base`, `protomaps-leaflet` and am trying to minimize the number of NPM packages I need...

I backpedaled on some of the `any` removals for js v3, but put in linter disables, biome is part of CI now. JS v3.0.0-alpha.2 is out on NPM with a...

I published V4 which improves the ESM and TS situation (uses tsup) as well as drops spec v2 support, which has shown a deprecation notice for at least a year...

Can you upload a running page reproducing this? What storage system or HTTP backend is being used?

OK, I can see Chrome is the only browser attaching the `If-Range` header which we don't seem to have any control over. The ETags implementation on the client intentionally does...

Just so I can understand the impact here - are you updating the PMTiles archive in-place often enough that this presents a common issue? It ought to be that once...

I'm going to close this for now as it isn't actionable, unless someone finds a way to change Chrome's `If-Range` behavior; thanks.

I'm a bit torn on this because the size of metadata is unbounded. This is not a theoretical concern - tippecanoe automatically produces a `tilestats` key with info on column...

@jleedev the 16kb was intentionally chosen to be conservative - we can expand this to 32kb or 64kb if we discover that's a better default, while remaining backwards compatible with...

Is your goal to make attribution appear automatically for all archives within a given application, or for a specific one? The Protocol constructor would work globally, the hash parameter would...