Chris Corbyn

Results 14 issues of Chris Corbyn

It's nice having clean output for many tasks, without seeing stdout in the console, but for long running tasks it would be nice to be able to tail a log...

Apparently dockerpty is being packaged for Debian and they're using the Git tags to find versions. 0.3.3 wasn't tagged. I guess this should probably be automatic or something really via...

Given the lack of involvement from me of late, and the fact this project now has multiple collaborators, does it make more sense to move this repository across to the...

Hi, I can't help but notice there haven't been any commits for approaching 12 months now, nor has there been any response to pull requests for a considerable amount of...

As promised, here is the support for connection pooling. It is used always, but in a single-thread environment it won't change anything. There is a new option to `Grocer.pusher` for...

enhancement

# 🚀 Changelog Welcome to the Up API Changelog. This is where we'll provide updates to the community about the changes we make to the Up API. If you want...

meta

Is it expected that Kail would require 100% of a CPU? Can this be reduced by allowing the polling frequency to be lowered or something? ![image](https://user-images.githubusercontent.com/37948/37382892-7646f1e2-2799-11e8-996a-c8b61983811d.png) Nice project by the...

According to the README: > Customizable base URL, request timeout and HTTP proxy However I can't see how you'd provide a request timeout. It looks like no such option is...

enhancement

Is there any documentation for the config file format?

https://github.com/johnotander/domain-regex/blob/2a192d1661b13141c4f303ae60d5c78db83eb08d/test/test.js#L44 That test says it shouldn't match, but then goes on to `assert.ok()` for every invalid domain. Bug, or out of date test logic?