Results 36 comments of Philip Kirkbride

Didn't notice https://github.com/duckduckgo/chrome-zeroclickinfo/pull/19 until now.

@shakyink I don't think the owners of the repo care

Hi, my boss is asking me to make modifications to this library. I asked about using a different library as this one seems abandoned, but they want to keep using...

I fixed the travis so it runs the test and sorting through the PRs now. https://github.com/kirkins/later I haven't actually used this library myself yet but my company needs to upgrade...

@bunkat sure if you are OK with which PRs I brought in on my branch I can do the same over here :-)

@MattyIce nice, interested in this. I just made a bot and delegated 1000SP, is it possible to get my bot listed? I see some bots with less. [Bot](http://busy.org/@dsnap.bot/) | [About/Motivation...

Getting the same error as @cuber. Is there a step needed before running `./configure`?

I was able to fix it in my case. I was generating the file name dynamically and it had a hidden newline at the end. I ran `.replace(/\n$/, "")` on...