Kevin Schaich

Results 20 comments of Kevin Schaich

Pushed 15cd1ce to use `jsonc.stringify` instead of `JSON.stringify` but this is still broken & not sure really how to fix it. Will keep `jsonc` as the file extension since I...

Thanks for the suggestion @user1278654 – definitely will check that out!

While I'm in favor of adding these on a high level, want to call 2 things out: 1. I think this will be quite a large endeavor and I'm not...

Hey @blimmer / @bennett39 – just wanted to highlight that we've added some non-exhaustive smoke testing pending the `v2.0.0` release (see #55). You can check them out on the project's...

Hey @yawhide – not opposed but before we spend time changing things I'd want to hear the community's thoughts on a few exploratory questions: 1. Mintable is not "creating" a...

Hey @le0pard, I'd like to be a part of this. Here's my first PR: https://github.com/railsware/upterm/pull/1314 Fixes item 3 in #1192.

@waynew I was struggling to find config as well. After reading https://github.com/railsware/upterm/issues/233, looks like it is not possible: > There is no possibility to change any configuration at the moment,...

For option (2): > 2. input polygon fully contained I've put together some code to do this (introduces dependency to Shapely): ```python import json import h3 from shapely import geometry...

Thanks guys. I added some docs to the FAQs section of the README here in https://github.com/kevinschaich/mintable/commit/cf3bf811e5f7a2429a59847b7e731120e0cefcab.

What do you guys recommend we update the docs with to make this clearer?