Tom MacWright

Results 366 comments of Tom MacWright

Hi Jamie, Zoom before you pan: ``` javascript map.setZoom(10).setCenter({ lat: 51.55, lon: 0.1 }); ``` As far as your wiki example; you're concatenating different examples, right? I don't see that...

Ping - any update here? A little concerned that Clerk-starter projects are insecure by default.

I think I'd want to ship a command, like you suggest, and an optional UI or keybinding to make it easy to get started, but you can stop using the...

That's in the typescript-language-server project, which is a 3rd party adapter from the TypeScript interface to the LSP interface, because TypeScript doesn't actually implement LSP (which is a thing I...

This shouldn't be possible, right? If we set the batch to `read`, then we shouldn't be able to create a table and insert data?

Had drafted a reply but forgot to hit send, it looks like… Thanks for actually diving in and actually writing some code! This is definitely in that zone of unknown...

Sounds good: custom raster tiles via URL have been a feature request for a while, and seem fine as long as the implementation is aware of possible [XSS attack](https://en.wikipedia.org/wiki/Cross-site_scripting) vectors,...

Might I recommend implementing this feature as an explicit option in the Meta category rather than a default behavior: - antimeridian cutting is a _should_ not a _must_ - it...

See the [upstream issues in Leaflet.draw](https://github.com/Leaflet/Leaflet.draw/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+multilinestring) - geojson.io cannot edit Multilinestring/Multipolygon because of said issues.

Unfortunately if you're using native ESM, or esbuild, this doesn't work because the underlying json-schema-library doesn't support ESM: https://github.com/sagold/json-schema-library/issues/59