Matt Pizzimenti

Results 2 issues of Matt Pizzimenti

When I was setting up components for my Screens, I realized that there was no type checking that would catch if a particular Screen component was expecting the wrong `route`...

For example, if you add new flags in your package.json like: ``` js "virtualenv": { "flags": ["--python=Python2.7"] } ``` For convenience, the virtualenv should be rebuilt so that it has...

enhancement