Jason Turim

Results 7 comments of Jason Turim

Another possible issue is to ensure that you are running the latest version of the aws cli. I was running terraform on a fresh copy of Ubuntu, that had aws...

The biggest issue with mobile is rewriting the handlers to work with the various touch events. It should be doable, but I haven't attempted. Feel free to pursue it and...

We could use http://codereview.stackexchange.com with a specific tag (such as ng-community-review) to vet code before posting it to a blog. Blog posts could then link to the question on codereview...

No, the format is good, but could you clean this commit up some. You can use rebase to [squash commits](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html) and keep them more focused. For example 0a0cdf4, e004b87, and...

Yeah, move the code `controller.dropped...` into a function hanging off of `$scope` and update the html. It'd be great if you could issue a pull-request with that change.

Whatever works. It's been a while since I've used this, but it seems that somewhere there is an HTML element with the attribute `on-drop` that is referencing the DOM elements...

It may be more flexible to forgo naming the rule and extend the return type to be `(bool, list[str] | None)`, basically return a readable string for each failure, ```...