wvengen
wvengen
I've gotten it to compile using node v0.10.33 (try omitting `-Dairpal.useLocalNode`, or use that specific node version).
... or shall we add a configuration option so people can choose? I guess this depends on the "show friendly error pages" setting in IE, for example.
Sounds good!
Would there be interest from people to maintain this? I'd be happy to lend a hand.
Use a different tag for each scrapoxy instance: ```js { // ... providers: [ { type: "awsec2", tag: "Proxy B", // use something different for each scrapoxy instance // ......
Thanks for the changes. Ideally this would have been [rebased](https://git-scm.com/book/en/v2/Git-Branching-Rebasing), and not include the fork-specific README changes, to be a clean PR. @cmorty do you think the code changes are...
It looks like getting the value from the resource in `Administrate::Base::Page#attribute_field` is a culprit: https://github.com/thoughtbot/administrate/blob/844c27091bab1a384b260a47b0a67dbff856640d/lib/administrate/page/base.rb#L28-L36 I can think of some solutions (but I guess there would be more): - Let...
Thanks for your response, @pablobm. We're still evaluating the use of Administrate (coming from [Brightcontent](https://github.com/brightin/brightcontent)). If we go for it, we'll probably have a go at a PR (but it'll...
Seing this also with https://github.com/kulaj/ProxyBroker/commit/a797fb98390e219360c1f2cd80eea53cb06309b4 (where async warning is fixed). aiodns 1.1.1 ``` Exception ignored in: Traceback (most recent call last): File "/home/me/.local/lib/python3.5/site-packages/aiodns/__init__.py", line 85, in _sock_state_cb self.loop.add_reader(fd, self._handle_event, fd,...