Andrew Solomon

Results 7 comments of Andrew Solomon
trafficstars

I wrote something similar at work last year, but shortly before it went live I discovered this: https://metacpan.org/pod/Data::Rmap I swallowed my pride and replaced my code with a single line...

The following is (I think) an example of this problem. Given an app structured like this: ``` ./bin/app.pl ./public/images/secret.jpg ``` Visiting the page `http://:3000/images/secret.jpg` returns a 404, but moving `./bin/app.pl`...

Hi Adam, regarding the upgrade to system Perl my principle is: don't touch it!:) Whenever I'm putting my own app on a server, I use perlbrew http://perlbrew.pl/ to install a...

Hi @cjavilla-stripe, In case @sherrardb's too shy to say this, he's maintaining stripe-perl in his own time so I recommend that Stripe fund this project to buy a few days...

Thanks @amacks - could you please do us a favour and: * add a unit test * add some documentation * add links to reading materials for dummies like me...

Unfortunately this breaks unit tests for me because I don't have a USD bank account ``` ok 79 - charge was paid Error: invalid_request_error - For 'bitcoin_receiver' payments, we currently...

> FYI, if you are running that test case directly from the command line, you won't have https available. Sorry Jason, that was a typo on my part :-) fixed....