Simon Weil

Results 35 comments of Simon Weil

How do you run `apm`? Running on MAC, I have installed electron with brew: `brew cask install electron` but no `apm` command exists... Do I need to install Atom?

Same here, I have the same issue.

I have the same issue... Currently it is useless for me :( Well, I'll wait for iterm2 to update...

I have the same error as @maruf89 and I do not manage to install this npm package. There is an open issue at `pty.js`: chjj/pty.js#62 Is there any work around...

I found a workaround. 1. `mkdir /tmp/pty.js` 2. `git clone https://github.com/chjj/pty.js.git /tmp/pty.js` 3. `vi /tmp/pty.js/src/unix/pty.cc` 4. replace line 39: `#include ` with `#include "/usr/include/util.h"` 5. `npm install -g /tmp/pty.js` 6....

You are welcome! You can up-vote my answer on stack overflow so other people experiencing this issue will find a solution too. http://stackoverflow.com/a/24981514/1574376

:+1: for https://github.com/SirVer/ultisnips

Love the idea! I'd expand the idea to adding a message like printf works. It should be as easy as the debug option. If I'll find some time for it...

I'm having the issue that my camera fails to start and sharing my screen doesn't work in google meet. Reading the thread I'm not clear if there is currently a...