p5-app-duckpan
p5-app-duckpan copied to clipboard
DuckDuckHack OpenSource Development Application
I submitted a new Goodie for text to voice and I found a small issue in Duckpan during the development process. If you want to query the new goodie there...
It would be nice if we supported category pages, currently we have no means of testing these locally (visually).
Add docs for instructing mac os users to find their OpenSSL library when installing duckpan
We should display the 'Related Topics' infobox when running `duckpan server` with a FatHead. cc @moollaza @jbarrett
The original purpose of #335 was to improve the existing templating system - one of these changes was to move templates _into_ DuckPAN. ### What are the benefits / Why?...
When entering the name of a new Instant Answer, an invalid name shows an error message but it's not clear what characters are/are not allowed.
Developing an IA that returns random results locally, I forgot to turn off `is_cached` and my results were looking fine; on beta the results were not the same due to...
> use of File::ShareDir::ProjectDistDir not advised > Test::File::ShareDir is much simpler and less risky. See https://metacpan.org/pod/File::ShareDir::ProjectDistDir#DETERRENT
We've run into issues with NGINX related to HTTP APIs that redirect to HTTPS or API calls that first return a 302 and point elsewhere. DuckPAN currently follows these without...
Some commands, such as `duckpan server`, will pick up any `.pm` files in `lib/DDG/(Goodie/Spice/...)` and treat them as Instant Answer files; making it incompatible with multi-file Instant Answers (see https://github.com/duckduckgo/zeroclickinfo-goodies/pull/1927#issuecomment-208041735)....