Sean McCollum

Results 4 issues of Sean McCollum

Didn't look at the open pull requests before, but the 8tracks api change is also included in this. I have no idea if this works for other versions of kodi.

If you search for one of [the protoype Object methods or properties](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object), it'll throw an error because of an optimization in `parse`: ``` input = REPLACEMENTS[input] || input; ``` Sample...

Fixes: #70 (I think) If the content-length header is empty, `size` gets set to `false`, which is sent in as the `highWaterMark` option to `through2`, which is passed to `readable-stream`,...

Hey, I just tried to use this and got this error: ``` { method: 'raw', sql: 'select\n' + ' c.conname as "indexName",\n' + ` array_to_string(array_agg(a.attname), ',') as "columnNames",\n` + '...