Steven Kalt

Results 38 comments of Steven Kalt

Hi, could you quote and link docs on the AUTHORS file standard? I'm interested in what advantages the split-out AUTHORS file has over the current `authors=[...]` field in `setup.py` or...

More googling yielded https://opensource.google/docs/releasing/authors/, which outlines how an AUTHORS file (1) delineates who has copyrights to the open-source project and (2) creates a central place to acknowledge contributors' work. Seems...

`CONTRIBUTING.MD` gives a decent explanation of this project's DCO usage, but it's a valid complaint that `README.md` doesn't. How moving the "How to run tests" and "Developer workflow" to `CONTRIBUTING.md`,...

w/r/t information being present: yes, with enough reading a contributor should know how to sign off. I still think the contributing information could be better organized by consolidating it to...

Thanks to all who contributed -- there were some good ideas in there! Having listened to the community's concerns, I'm going to go straight ahead and do what I intended...

update: turns out adding zsh/bash completion requires adding or appending a new bash/zsh function or script to a specific location in the host filesystem. I'm uncomfortable implementing that as the...

It looks like it would be possible to 1. create a `git-conventional-changelog setup [git-alias|$SHELL-completion]` subcommand 2. run said `git-conventional-changelog setup` subcommand in a postinstall hook defined in [a linux package...

Looks like geojson-vt's internal tile generation is caching all generated tiles (see [geojson-vt#L82](https://github.com/mapbox/geojson-vt/blob/master/src/index.js#L82)). I'm currently rolling my own implementation to recursively save lower-zoom tiles, then delete them from the index...

I hadn't heard about the ST_AsMVT function, that's extremely useful. @stuartlynn Thanks! The work is at [skalt/store-mvt](https://github.com/SKalt/store-mvt) currently. I'm using the issues tab for my to-do list until the project...