Kevin Schaich
Kevin Schaich
Ignore z coordinate would be a great first step. I imagine things get much more complicated if you're doing the actual operations – [the GeoJSON spec](https://www.rfc-editor.org/rfc/rfc7946#section-4) says: > An OPTIONAL...
Hey guys – any update on this? I saw [this demo on observable](https://observablehq.com/@fil/plot-brush-71) (not sure if it ever got released) but would be keen to see this feature in a...
Hey guys – don't think it's super clear from the commit log as a lot of vaguely named PRs got merged all at once, but the `master` branch of this...
This is as close as I can get – it requires no temp tables so you can fire off a bunch at once (replace `table_name` and `column_name` with your desired...
I couldn't get the above suggestions to work – here's a dead-simple for M1 / Apple Silicon if you're using on localhost for dev & don't care about certs: ```Dockerfile...
All of it is interdependent, so we had to get the full backend/frontend workflow complete or some things wouldn't work on horizon 🙂
Also: if you want to play around with the new teacher/student dashboard live, check out https://kevinschaich.github.io/pyret-web-dashboard It's hosted on GitHub pages right now, so everything should work except anything that...
OK: update on the "live" version: visit these links for a quick preview, **not everything will work until we push to production!** 🙂 1. Clear your cache 2. Visit https://kevinschaich.github.io/pyret-web-dashboard/#/...
Hey @ericcater – I added you as a collaborator. Once you accept we can see if all the tests pass and then I have no problem merging this.
For right now since we couldn't find any example code, I decided to just "flatten" my object to make the top-level keys strings: ```typescript const myObject = { 'a.b.c': 1000...