Nicolas Chambrier

Results 16 issues of Nicolas Chambrier

Having no experience in D3, it took me a while to figure out why a graph would only be partially updated… Your samples include the `.enter()` case, so new words...

Current calls are made one after the other, not very efficient. Amongst the 5 calls, 3 can be made in parallel, this is what `async.auto()` will help to achieve transparently...

We put bower dependencies in a specific folder, using `.bowerrc`. We installed Angular as a Bower dependency, and when I run `next-update` I get: ``` next-update - Tests if module's...

enhancement
minor

This is a serious issue as the server will permanently fail to provide a valid `req.session` in following scenarios: - Redis is started **after** the node process - Redis is...

In this sample code I use ``/* istanbul ignore if */``, which works fine I get to 100% coverage, it's OK. But I'd like to have a way to list...

Automatically convert to given extension using following syntax: ``` javascript imageVersions: { thumbnail: { width: 80, height: 80, extension: "png" } } ```

Just had an issue with corrupted archives using `easy-zip`. It occurs that `easy-zip2` simply fixes it but I used the occasion to compare up-to-date solutions and I want to thank...

For discussion, let's study possibilities: - Closing issue when a TODO is removed or "marked as complete"? - Remove TODOs when issue is closed? - Do it automatically? At push-time?...

enhancement
help wanted
question

Ref. #4 ping @Palleas

new issue service

We can have many helpers, hooks, etc… but only one content handler, this makes it quite uneasy to append new content handlers above existing ones. For example in my case...

enhancement