Curtis Belt

Results 16 comments of Curtis Belt

@drewjbartlett Can you merge this in? :smile:

I'm having the same issue. 1.2.20171210

@SLYJason I just solved this, at least for my case. From https://github.com/facebook/react/issues/4963 > add pointer-events: none to and elements. ```css svg, use { pointer-events: none; } ``` Worth mentioning this...

@modelm Re: https://github.com/postlight/headless-wp-starter/compare/fix-linux-chmod The original issue -- ``` wp-headless | Error: '/var/www/html/' is not writable by current user. wp-headless | Error: This does not seem to be a WordPress installation....

> Feature request: it would be great if web-ext run would have a --debugging-enabled flag so I don't have to go to about:debugging and click on debug for my add-on...

Just to add another use case, I'd love to use this feature to support converting pascalCase to Pascal Case.

@clams4shoes To give another idea, I use groups a ton to solve this problem. ```php ->addTab('communities', ['placement' => 'left']) ->addGroup('community', ['label' => '']) ->addTab('archive') ->addGroup('archive', ['label' => '']) ->addImage('default_image', [...

@andrewscofield You may find this useful -- here is some code I wrote for excluding ACF layouts from specific post types. Just swap out these: - FLEXIBLE_CONTENT_FIELD_KEY - POST_TYPE -...

I think rollup might needs to be upgraded to support the scoped packages (which popper.js v2 now uses). I will investigate further later (have to get back to day job...

Yeah, so the trouble is that it's dynamic content. could be a external URL, could be a relative path, could be full path of the current site. When I worked...