Scott McPherson

Results 5 issues of Scott McPherson

Hi, trying to get presentr to render over tabs. Is there a way to do this? ![image](https://user-images.githubusercontent.com/2382172/51447725-7dcaa880-1ce6-11e9-8747-ea11c8303b1e.png) Just using an example setup right now trying to get this to work:...

## Expected Behavior When running `lerna bootstrap` all dependencies should be install in packages. ## Current Behavior If I run `lerna bootstrap` and then run `lerna start` to start all...

scope: package management

It might be nice to have a default react component: ``` ComponentName = React.createClass({ mixins: [ReactMeteorData], getMeteorData(params) { return {}; }, render() { return ( ); } }); ```

enhancement

When running io for the first time, io currently requires an existing directory to be passed in. It should create the directory if it does not exist.

bug

I think intuitively, when the multi select is dropped down, it's natural to try and close the drop down by clicking the same arrow that was clicked on to drop...