Jonah Kagan
Jonah Kagan
You can use https://github.com/Clever/coffee-jshint to detect undefined variables in the meantime.
Thanks for the quick response! Sure, I think most of what you're looking for is here: https://github.com/votingworks/arlo/blob/89c50e43216963f06af6e4c5104b67fd33e4ff36/Makefile. Here are the relevant bits for running tests/coverage: ```make PIPENV=python3.7 -m pipenv test-server:...
Unrelated to this bug, but I also realized as I've been working with the test coverage more that it would be more useful to me to be able to set...
Sure, it looks good to me. How do propose merging the website code in?
That's a good idea - it think it would be good to use the `minItems` and `maxItems` attributes for this (http://json-schema.org/latest/json-schema-validation.html#anchor42). Would you like to try implementing it?
It looks like `curl -d` sends form encoded data using the syntax `key=val`. If you want to just send a JSON string, you have to add a header like so:...
Right now there's no support for referenced schemas. One way around this would be to copy the referenced schemas inline in the top-level schema. Would that work in your case?
Thanks @davidkpiano. I considered a workaround like that. The one downside is that it would make the wildcard transition less useful for catching missing `onDone` transitions elsewhere. I ended up...
Ah that makes sense. Thanks for explaining! Sounds like changing those events would be a breaking change. I could imagine having a special case to have an `onDone` transition catch...
I tried to install vim-pandoc, but was getting fatal errors on startup (specifically, [this one](https://github.com/vim-pandoc/vim-pandoc/issues/44)). So I tried installing Vim using Macports with Python and Ruby support, and started getting...