Anthon Pang

Results 63 comments of Anthon Pang

MacOS without APC: ``` git clone [email protected]:symfony/symfony-standard.git cd symfony-standard git checkout v2.2.3 composer.phar install app/console cache:clear -e test ``` Running cache:clear a second time works unless cache doesn't exist, e.g.,...

Don't use 22e8d41 ... It's rubbish. I'm not surprised 3daedc9 doesn't work for some since it only guards the kernel loading twice, ie there's probably another edge case.

@dianaxxyyzz Since I've received 4 email notifications from your rant, I'll remind you that Github's Terms of Service includes the following: > That means you should be respectful and civil...

Thanks for keeping this open. I was trying to figure out why our ansible play to install php8.0-apcu was also pulling in php7.4-apcu-bc.

I wouldn't try to fix #1916 without also fixing #1914 at the same time.

Escalating urgency of resolution. A better(?) "token_auth" might be: md5(token_auth . widgetName), as it would not require an external site to store a copy of the Piwik user login &...

https://github.com/h2non/jshashes/blob/master/examples/server/hmac.js

syn.js has moved to https://github.com/bitovi/syn

No, I didn't get around to updating syn.js last year because at the time, syn.js was dependent on stealjs. I believe it was only recently decoupled.