Greg Ziółkowski

Results 179 comments of Greg Ziółkowski

Nice enhancement. @davidtheclark, do you plan to land this PR?

> Plugins: allow overriding internal plugins, e.g., printer for JS or CSS @fisker and @kachkaev, I mentioned that as an alternative approach. Would you reconsider https://github.com/prettier/prettier/issues/5919 that would essentially remove...

> The conversation is about 'should prettier adopt spaces in parentheses/braces'. The decision is likely to be made based on whether this is beneficial to consumers, how much work it...

> Maybe you can use npm aliases coming in [npm 6.9.0](https://github.com/npm/cli/releases/tag/v6.9.0-next.0)? I'm thinking you could install your fork under the name "prettier" to "fool" all tools. npm aliases were completely...

I get here from yout post @kball: https://zendev.com/2018/07/31/wordpress-gutenberg-blocks-vue.html 😃 What a nice coincident, I was working on refactoring one of the components mentioned in the article to use new Context...

@schlessera, @danielbachhuber - is there any Behat logic that would run linters on generated files? That would be great to ensure we scaffold files that are WordPress compliant.

Awesome, thanks 🙇

> @gziolo you fixed scaffold block right? Yes, I fixed using Gutenberg's configuration. For PHP, it should be the same as core uses. JS part follows Eslint setup, but I...

We have an official repository with [Gutenblock examples](https://github.com/WordPress/gutenberg-examples). There are also a few repositories with other good examples how to build blocks: - [Repo for Zac Gordon's Gutenberg Development Course](https://github.com/zgordon/gutenberg-course...

I worked on the initial implementation of `wp scaffold block`, but as I'm busy with other tasks at the moment I would like to leave some pointers to other people...