Charlie Robbins

Results 43 issues of Charlie Robbins

Currently node_hash only supports the 'hex' encoding. So it's impossible to use 'ascii' or 'utf8'. Should be an easy fix: Add encoding to exported methods, default to 'hex' if nothing...

First: nice work! Any thoughts you releasing a node.js compatible version? If you rip our the CommonJS parts you can still do AMD for the browser if that's your cup...

Since you're only using `npm.commands.view` it would be better to just use something like: ``` js var RegClient = require('npm-registry-client') var client = new RegClient(config) client.get("npm", "latest", 1000, function (er,...

help wanted

node-htmlparser fails when the following snippet is present in the html document. http://gist.github.com/498560 Clearly since the offending tag <SCR"+"IPT is inside of another <SCRIPT> tag node-htmlparser should not be trying...

Fix in 2.0

Was working with an API and writing API methods to fetch different types of API tokens. This is not overwritten because `.tokens` already exists. It should throw a reserved file...

This is a pretty large edge-case since most APIs the request / response model for JSON works just fine, but there are definitely cases when you simply want the `request`...

It is essential to know the status code when we get bad responses from APIs. Thanksfully `DEBUG=mana:*` helps :+1: ``` mana:artsy Starting request again to https://api.artsy.net/api/v1/artist/faith-ringgold/artworks/all.json?page=1&size=100 after back off attempt...

**[fix] Move setting `resourcer.cache` into lib/resourcer/cache.js to fix load ordering problem (and for consistency)** https://github.com/indexzero/resourcer/commit/eef4944cedd761b9f62eb888387eb69cbe0a0b7c **[test] Update to database-test.js to assert the correct number of records** https://github.com/indexzero/resourcer/commit/8114b7829c75664e5ad278deb7759a895d8754cf **[dist] Update .gitignore...

It is possible to set a default value in a schema in pure json, but this is not exposed in the property definer API: http://github.com/indexzero/resourcer/blob/master/test/validator-test.js#L120