Ryan Kienstra
Ryan Kienstra
## What problem does this feature solve?: Using `circleci local execute` for many more jobs, and often the most useful jobs to debug, like e2e tests. This CircleCI CLI is...
The DotTip for additional CSS classes, added in https://github.com/getblocklab/block-lab/pull/304, was recently [deprecated in Gutenberg](https://github.com/WordPress/gutenberg/blob/cd76be6678a29973fae48f0051f8f696391a86a1/packages/nux/CHANGELOG.md#310-unreleased). For now, I removed it in https://github.com/getblocklab/block-lab/pull/492/commits/440f50abd405e010193cec4258904fd5d686cd48. We got a report in the #support Slack channel...
It'd be good to have an idea of this plugin's effect on front-end performance. This might also point out areas that we could improve. For example, if a certain function...
The 'Edit Block' UI has served the plugin well so far. There have been very few bugs, and I think it's a great UI. But as the UI adds more...
### Update: Please see [this comment](https://github.com/getblocklab/block-lab/issues/430#issuecomment-531337948). This search is behaving how you'd expect WordPress search to, but it'd be best if this somehow only searched page titles, not also their...
A follow-up to #402. - [x] Add an integration test for the repeater. - [ ] Add more unit tests (likely to be in several PRs, including #433) - [x]...
## Summary Adds query arguments for debugging under the `amp_flags` query arg. For example: `https://example.com/baz-post/?amp&_flags[disable_post_processing]=1` | Query argument | Description | | ------------- |-------------| | `disable_post_processing` | Prevents output buffering...
## Summary * When a `@keyframes` rule has [valid properties](https://github.com/ampproject/amphtml/blob/c0454f7095a2a07d99e626b9c320f7b302d8541a/validator/validator-main.protoascii#L1560-L1564) for the `style[amp-custom]`, this moves it there. * Still, this need to be reworked to consider `@media` queries. If a...
What do you think about removing the [Dockerfile](https://github.com/xwp/block-scaffolding-wp/blob/6f061082d5a2fb791a4455829f1398da75b48dcf/scripts/docker/wordpress/Dockerfile) and [Vagrantfile](https://github.com/xwp/block-scaffolding-wp/blob/6f061082d5a2fb791a4455829f1398da75b48dcf/Vagrantfile)? Most recent candidates have had problems with them. They usually lose 1-2 days debugging them (though probably not working the...
## Change Prevents a fatal error by setting an environment variable, per https://github.com/sebastianbergmann/php-code-coverage/issues/834#issuecomment-766495828 ## Background * As Kaspars mentioned, the Travis build for https://github.com/xwp/block-scaffolding-wp/pull/89 had a fatal error for phpunit:...