Raphaël Dartigues

Results 12 comments of Raphaël Dartigues

Thank you for taking the time to reply Vitalik, your observations added an extra dimension to an already complicted topic but I guess it is what Sundays are made for,...

Thanks for your answer Abraham. Here comes my implementation of `curl_multi_exec` for you https://gist.github.com/rafasashi/ec8fa63155c1990e81f889cc3a053a0c You can do GET or POST requests within the same call. Let me know if I...

The solution is to use `stopPropagation();` on click here: https://github.com/rafasashi/live-css-editor/blob/release/2015/source/livecsseditor/livecsseditor-2.0.js#L390

I did find a solution by commenting the following lines https://github.com/rafasashi/live-css-editor/blob/release/2015/source/livecsseditor/livecsseditor-2.0.js#L378

Thanks a lot, I didn't notice the 2015 release. This is truly amazing, great job!

It is connected to `wp_set_object_terms` targeting object by ids and the fact that user and custom post-type can have the same ID number... I have asked a question about it...

For your information this function parses css media queries: https://github.com/recuweb-source/php-dom-scraper/blob/master/functions_dom_parser.php#L200

Try to implement Momentum Scrolling on iOS Overflow Elements https://css-tricks.com/snippets/css/momentum-scrolling-on-ios-overflow-elements/ and also translate3d declaration http://stackoverflow.com/questions/6481894/proper-way-to-optimize-css-3-animations-for-ios-mobile-safari

Thank you very much for the info Rafal. And appart from Lambda, API Gateway, RDS database (or SNS) we do not need any streaming server in the middle because it...

Good point! There is no such thing as $validation parameter in the first place. According to the doc it should be passed into $args['sanitize_callback']: https://developer.wordpress.org/reference/functions/register_setting/