Anthon Pang

Results 26 issues of Anthon Pang

Selenium removed JSON Wire Protocol Support for all their language bindings in 4.x. The last was Java Selenium 4.3 (May 2022). We should simply drop legacy JSON Wire Protocol altogether...

maintenance

1. Add a configureable satis url in medusa.json as an alternative to absolute path file:// uris, e.g., ``` "satisurl": "http://user:[email protected]:port/repo-home", ``` 1. Update the readme to suggest co-locating the repositories...

phpsass doesn't handle this properly: ``` height: 320px; /* @todo: comment */ ``` It outputs: ``` Value must be a unitless number ``` sass moves the comment to a new...

Added Simple Calendar plugin 3.1.22 to my Wordpress site and added an event to this month's calendar. After Google scraped the calendar page, I got a few warnings in the...

stale

As an alternative to Piwik's token auth, for added security in the API authentication. PHP library implementations: - ZendFramework Zend_Oauth - http://code.google.com/p/oauth/ (Apache license) - http://code.google.com/p/oauth-php/ (MIT license) Keywords: interesting

Enhancement