-
The spec-writing guide says that promise-returning functions should never throw; instead, they should just reject the returned promise with the relevant error.
It even gives a specific example of arg…
-
Is this my fault? I'm getting a compilation error on 0.11.7:
```
> zmq@2.5.1 install /home/isaac/inode/node_modules/zmq
> node-gyp rebuild
make: Entering directory '/home/isaac/inode/node_modules/zm…
ghost updated
11 years ago
-
``` javascript
var EE = require('events').EventEmitter
var ee = new EE
ee.on('foo', function() {
throw new Error
})
// This handler never fires b/c events are emitted synchronously and serially
ee.o…
-
I'm planning to go through all the treasures in the game (i.e., the Items file), in an attempt to improve what may be improved and remove what is just uninteresting. Every treasure should be cool.
I'…
-
Hi
F# code is very dull. Only keywords strings and comments are highlighted
It would be great to have configurable coloring to highlight pattern matching, class names vs function names, quotations et…
-
yooo. I planned on using github's search api to auto-discover projects with component.json files, removing the need for a registry or any user action at all, but the problem right now is we're both us…
-
Ghost is an application and not a module, so we should check node_modules into git.
When distributing modules its advantageous to get the end-user to install dependencies, however this approach is no…
sjama updated
11 years ago
-
→ npm install -g yo
npm ERR! Failed to parse json
npm ERR! Unexpected end of input
npm ERR! File: /Users/anthonybrown/.npm/ansi-styles/1.0.0/package/package.json
npm ERR! Failed to parse package.json…
-
This is for a new feature request.
Moment is great. But what would make moment the best is if there was a javascript widget akin to the jQueryUI datepicker widget. Even HTML5 has a input type='date'…
-
When in the main menu and the player presses esc or uses the exit-button, there should be a "Do you really want to quit"-message.
Similarly, when in the actual game, and the esc-key is pressed, inste…