Matt McCray

Results 6 issues of Matt McCray

In my local version of the plugin I added an `osx_node_path` entry to `.sublime-settings` (I'm an OSX user that installs node via NVM). Adding some official support for that would...

enhancement

Perhaps I'm missing something, but is there a way to register a callback for route changes... And cancel them? Like an `onbeforeunload` but for routes? ```jsx function TestScreen(props) { const...

Perhaps add a flag to transform the script with babel before executing? It would be nice to be able to use ES6+ features: ``` javascript #!/usr/bin/env nscript --babelify export default...

The default shebang `#!/usr/bin/nscript` failed to work for me. Perhaps because I use NVM on a Mac, I'm not sure. But changing it to use `env` worked nicely: ``` #!/usr/bin/env...

- [ ] Move to standard npm/browserify build system - [ ] Use babel/es6 modules and classes - [ ] Change test system to mocha/chai (probably) - [ ] Update...

If this is ready, please publish to npm (it has 0.13.11 as the newest version).