Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Vanilla on HHVM a wicked experiment....
Nice one @x00! Like Todd mentioned, we ran an Nginx + HHVM FastCGI combo (now part of Vagrant LNPP: https://github.com/kasperisager/vagrant-lnpp) and got a ~75% increase in throughput compared to Ngi… (View Post)2 -
Re: Where are the HTML snippets stored in Pockets
The HTML is stored in your database so you'll need to use a tool like Sequel Pro or PhpMyAdmin to remove the entries directly in the DB. (View Post)2 -
Re: Badges not being awarded
There seems to be a flaw in the _AwardBadges() method: What it does is get a list of badges already obtained by the currently logged in user (BadgeAwardModel()->GetUnobtained() does the opposite o… (View Post)5 -
Re: Vanilla API and authentication
@jspauth: Why not send an AJAX call directly to the API endpoint? You don't need to route it through cURL in PHP. (View Post)1 -
Re: Vanilla API and authentication
To authenticate with the default API, you simply need to authenticate with Vanilla itself using any of the SSO solutions out there. As for my API application, it's very close to being of beta quality… (View Post)2