Taylor

Results 5 issues of Taylor

I think you stated this in the readme, maybe instead of lodash you could use the `camelcase` npm module https://www.npmjs.com/package/camelcase. I think it works on normal strings just fine and...

I assume since one point cannot be a cluster it just doesn't return it, but this breaks code for me. Could we return the point without a cluster_id or something?...

bug

I am passing ```js const $ = cheerio.load(" > Hello world ", { decodeEntities: false }, false) // tried true and false for decodeEntities return $.html() ``` We want it...