Brandon Jones

Results 7 issues of Brandon Jones

Nick, I was curious to know if you'd be making anymore updates to this plugin? I've used it in two projects recently and another one in the works. Would be...

Hi there, I spent a ton of time on this issue. Every time a valid post would come through, my cake error.log was being spammed with hundreds (possibly thousands) of...

Hi Guys, I'm getting: ``` Security Error The requested address was not found on this server. Request blackholed due to "auth" violation. ``` As soon as I add `$email->emailFormat('html')` to...

I've setup a dedicated #controller channel and set it to read only. I'd love if it could auto update every few seconds so the "now playing" part of the controller...

enhancement

Hi guys, I have created a virtual host as such: ``` JSON { "id": "cake", "host": "cake.dev", "aliases": [ "www.cake.dev" ], "docroot": "/vagrant/public/cake.dev/mage-cake/webroot" } ``` And I've setup my hosts...

In your readme, it refers to the SetExpressCheckout method returning a token. I can see that it in fact does in the $parsed['TOKEN'] variable, but this variable isnt set anywhere...

Hi, I noticed there was an LCD Print node in the non-websockets version. How can I print to the LCD with this? Thanks