Arnout Kazemier
Arnout Kazemier
I'm not exactly sure what you want, but the range method might be useful here: https://github.com/3rd-Eden/node-hashring/blob/master/index.js#L252-L303
The latest version no longer uses a binary addon. So make sure you have the latest version installed. Arnout Kazemier > On Nov 29, 2015, at 4:57 PM, Kai Hendry...
On vacation atm, will look at it once im back. But if its a bug, feel free to make a pr for it > On Aug 10, 2016, at 10:05...
I'm not against adding functionality for this. But it would be bit painful to implement as currently this module optimized to get the license information in the most efficient way...
There are a couple of reasons for them: 1. I just didn't have the time to build it yet as it's not that useful in most cases. 2. It's not...
Another example of this is the `url` module which doesn't have any licensing information except for a license comment block in the entry file.
@Raynos I think you ran out API calls for the GITHUB api which is why these packages show up as no license (as no data can be retrieved from github).....
I should probably clarify it in the readme of `licenses` and `licensing` that you need to have a OAuth token if you're planning of checking a lot of modules. As...
1. Spark id's are connection id's while they are unique they only live as long as the actual connection is alive. So when you get a reconnect the spark.id will...
Do you happen to have a test case for us so we can trigger these calls? As our current test suite does not trigger these errors at all. But it's...