Davis Shaver

Results 21 comments of Davis Shaver

Cross-referencing @donpark's Docker instructions: https://github.com/scripting/1999-project/blob/master/docs/docker.md

@westonruter if you use composer to manage AMP-WP, the path might be `amp-wp/amp.php` for example. This prevents the nag from always being there, and improves the version check if there...

Something like... - Copy `components` to `template-parts/components` - Drop `.json` - Drop `-description` - Strip `dom-module` and `template` tags from files - Rename file extensions to php .... would be...

@kala725 @bcampeau I believe this was fixed in https://github.com/alleyinteractive/ad-layers/pull/67 Although I do not know if this patch has made its way to VIP servers yet

I'd be game to start this. Wonder what direction we would take. I'm intrigued by Zepto, an "aerogel-weight" library that replicates jQuery API. http://zeptojs.com/ OTOH Foundation integrated and then removed...

Just fooling around with a MAMP install so far and I ran into this. I found that the mime type was being read as `application/octet-stream`, lazy patch by manually setting...

@mboynes Looking into this... We have `is_amp_endpoint()` available. What do you think about this approach? ``` /** * Get the code for a specific ad unit. * Should be implemented...

cc @bcampeau for AMP connection

@mboynes That is a great question... More I think about it, I expect we will need something new, but I'm just not sure yet. If you're cool with the approach...