David Blackman

Results 19 issues of David Blackman

Hi there, I'm trying to extract administrative boundary polygons from osm and osmjs looks like the best tool that knows about repairing all sorts of polygon issues. But it seems...

- eslint fix: make it explicit that this project uses single quotes - fix trailing spaces in some README.md examples + get rid of junk from my old prompt -...

This change hosts the parser /demo web frontend on the api server. The reason for this is that the parser version at https://parser.demo.geocode.earth/ can be quite different from what's running...

This is the small change to start sending bounding boxes to pelias/query per https://github.com/pelias/query/pull/124

The idea of this change is to make it easy for developers to add their own custom on-server debug pages to pelias. A major use cases for this in my...

This change implements multi-get, pluggable hashing and some (but not complete) code cleanup pluggable hashing - removes the failover options which would be hard to make work with pluggable hashing...

I wanted to be able to make long narrow holes in series for a set of cheap leather edgers: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRJayHYGx7U-5UAZRcCL0a_uGkqD6n5UHPx9w&usqp=CAU ![image](https://user-images.githubusercontent.com/445616/118404980-4ca6dc80-b643-11eb-96ce-0dd847da7d47.png) I don't love this approach, but it was by...

This adds a fallback parser for the input url using URL, so that urls like "http://localhost:3000" work Currently they fail to parse with tld and return an error

I can't seem to find childMdx in the graphql explorer I have `gatsby-plugin-mdx` being imported into my project via this theme: https://github.com/LekoArts/gatsby-themes/blob/main/themes/gatsby-theme-jodie-core/gatsby-config.mjs so I'm not sure why I wouldn't be...