p5-app-duckpan
p5-app-duckpan copied to clipboard
DuckDuckHack OpenSource Development Application
Is it possible to configure Duckpan for offline testing our great goodies & spices? Currently I always get update-error: ``` log duckpan server Checking for DuckPAN requirements... Checking perl version......
I think `duckpan new` should fail immediately when an existing instant answer is entered, rather than prompting the user to enter more details (and waste time).
See https://github.com/duckduckgo/duckduckgo/pull/157 for details. We need to check if `error_fallback` is defined, and if so, create and wrap an appropriate response in Web.pm. /cc @zachthompson
It's easy to make a typo in the sharedir/filename for a given Spice (and now Goodie). DuckPAN should warn when it detects paths which don't match an existing package and...
Clicking any tiles that that are links has no effect. They highlight as if they've been clicked but the link is not followed. Expanding tiles works fine and everything works...
While testing the BrainyQuote Spice (which uses a UTF8 quote character in the CSS) I noticed this error which prevents the CSS from loading. 
``` $ duckpan setup We require some general information about you What is your username on https://duck.co/ ? jbarrett What is your password on https://duck.co/ ? (password) Checking your account...
Internally, we don't allow redirects (specifically, anything that returns a status code of `301 302 303 403 404 500 502 503 504` will fail). Because DuckPAN allows redirects in the...
Currently we ask for user input and don't have much error checking in many cases. We also prompt for passwords in `duckpan setup` but don't hide the password characters. It...
DDGC was recently bumped to 1.000: ``` $ duckpan DDGC You have a newer (0.983) version of DDGC than duckpan (0) ``` `$duckpan_module_version` not being set correctly? `version->parse` should be...