Grant Nestor

Results 29 issues of Grant Nestor

Closes https://github.com/mehcode/atom-project-plus/issues/82

I use Atom as my default text editor for git, so every time I `git commit --amend` or `git rebase`, git opens a new Atom instance and that is added...

Hi @n-riesco! I'm working on a proof-of-concept Javascript/Node.js widgets and I'm having trouble with comms on the Node.js side. Does ijavascript support comm messages? If so, how would you implement...

enhancement

If imported modules are referenced outside of the cells where they're imported, they're `undefined`: ```js // In[1] import infer from 'json-schema-generator'; // In[2] infer // ReferenceError: infer is not defined...

bug
help wanted

Hi! Great work on jupytext! I'm wondering if it's possible or how difficult it would be to implement the following for JupyterLab: * Open a notebook * Open the same...

[Enter steps to reproduce below:] 1.CMD+SHIFT+O **Atom Version**: 1.5.0-dev-26163f2 **System**: Mac OS X 10.11.3 **Thrown From**: [git-projects](https://github.com/prrrnd/atom-git-projects) package, v1.17.0 ### Stack Trace Uncaught TypeError: this.childProcess.send is not a function ```...

Usage: nwget [URL] [OPTIONS] Example: nwget https://raw.github.com/Fyrd/caniuse/master/data.json -O /tmp/data.json

Closes https://github.com/jupyterlab/jupyter-renderers/issues/116

Create a wrapper for the labextensions that will allow classic notebook to consume them with little to no modification.

When I open a new file, I see the scrollbar (and occasionally some flickering of the scrollbar). After I switch to another tab and back to the original tab, the...

Needs more info