Peter Johnson
Peter Johnson
cli emits the following message "child_process: customFds option is deprecated, use stdio instead."
Obey robots.txt. Minimum functonality: **cancel all requests which globally disallow the huntsman `User-Agent`** ``` text User-agent: huntsman Disallow: / ``` **cancel all requests for urls which match `Disallow` statements** ```...
- Improve timeout detection, if no urls are queued and no connections are open, exit immediately. - Stats update - Show how many connections are currently open (waiting for the...
- Record HTTP re-directs - Consider whether the original or the redirected uri should be set for `res.uri` - Do regular expressions match against original or redirect uri?
Heya, I noticed a street name in the San Diego file today "S 39TH ST S" which has the "South" directional added twice: ```bash cat us_ca_san_diego-addresses-county.geojson \ | grep 'S...
Heya, Not so much an issue as kicking off a discussion ;) I'm curious about the feasibility of implementing higher-level abstractions (such as Set, Map, Bitmask, etc) on top of...
I'm trying to install via `easy_install` on `ubuntu 12.04` ``` bash peter@edgy:/tmp$ sudo easy_install oplogutils Searching for oplogutils Reading http://pypi.python.org/simple/oplogutils/ No local packages or download links found for oplogutils Best...
Hi guys, I was having a play with this lib today when I encountered the following seg fault: ```js const SegfaultHandler = require('segfault-handler'); SegfaultHandler.registerHandler('crash.log'); // https://developers.google.com/maps/documentation/javascript/examples/layer-data-polygon // Define the LatLng...
Heya, I was checking out the `RegionCoverer` today and I noticed that the `GetCovering*` methods currently only support a single Loop (`s2.LatLng[]`) for the first argument. Diving into the C++...