David Chambers

Results 266 comments of David Chambers

That's odd. Hardy, could you try granting access to me specifically rather than to the team? That'll help with the diagnosis.

Could you try `npm owner add davidchambers fantasy-states`?

Thanks, Hardy. I can't perform the action either. According to only the person who initially published the package can add it to an organization. @puffnfresh, could you run `npm access...

> I am curious how you solved particular problems. Likewise! > I am pretty sure we can learn from each other. It seems as if Berlin is becoming a hot-spot...

> Named Intermediate Functions of Curried Function Sequences > > e.g. add(2).name // "add" > > sdef: ? > ftor: yes The functions returned by sanctuary-def have `inspect` and `toString`...

It's good to know the correct terminology. The term _type checking_ may be used more broadly in the programming community than its formal definition permits. ;)

We could provide a new function which takes and returns a mapping, or report all failures. ``` javascript var GITHUB_API_TOKEN = envvar.string('GITHUB_API_TOKEN'); var HTTP_MAX_SOCKETS = envvar.number('HTTP_MAX_SOCKETS'); var ENABLE_FEATURE_X = envvar.boolean('ENABLE_FEATURE_X',...

After making the suggestion I realized `--registry` is potentially confusing since the npmserve server will in turn make requests to an npm registry. Perhaps `--origin` is a better name for...

@jvorcak, check out [raine/ramda-json-docs][1]. [1]: https://github.com/raine/ramda-json-docs

Very cool, @taylonr! Could we fetch the examples by making an Ajax request to the wiki page, so that the website would stay up to date as the cookbook is...