Ramon Ahnert

Results 11 issues of Ramon Ahnert

According to the [Yarn documentation](https://yarnpkg.com/en/docs/cli/global), `global` must immediately follow `yarn`. So the command must be `yarn global add bundle-analyzer`.

The section [Generate Blocks with WP-CLI ](https://developer.wordpress.org/block-editor/tutorials/block-tutorial/generate-blocks-with-wp-cli/) at Block Editor Handbook recommends do not use WP-CLI to generate block scaffolding. Instead, it's recommended to use the official script to generate...

On chapter 12 page 152, Logo is used but wasn't imported. ![screenshot from 2018-05-12 10-10-34](https://user-images.githubusercontent.com/6010232/39957672-2b77742c-55cd-11e8-816f-886ecc631fa1.png)

On chapter 12 page 150, form element is closed by a div element. ![screenshot from 2018-05-12 10-06-57](https://user-images.githubusercontent.com/6010232/39957617-53d97fa6-55cc-11e8-82fc-0b603e405078.png)

On chapter 6 page 68/69, divs.columns has two is-*-tablet class: ![screenshot from 2018-05-08 08-40-41](https://user-images.githubusercontent.com/6010232/39755322-c9905f78-529b-11e8-8809-36d6a9e465fb.png) Shouldn't be "is-12-mobile" instead of "is-12-tablet is-6-tablet" or maybe just "is-6-tablet is-4-desktop? new.customer.html: - https://github.com/troymott/bulma-book-code/blob/95ac3dfd7d291760f7b71aad27f29409ddbceebc/html/new-customer.html#L160 -...

On chapter 5 page 62, the button label of edit-book.html file is "Create book" instead of "Save changes" (how suggested on page 59). ![screenshot from 2018-05-07 09-41-38](https://user-images.githubusercontent.com/6010232/39702422-2475c200-51db-11e8-9b06-9fc7b133a71e.png)

On chapter 4 page 50, the div element close is missing. ![screenshot from 2018-05-05 11-15-21](https://user-images.githubusercontent.com/6010232/39664168-c30dbc74-5055-11e8-8975-2720d1e63d47.png) Paragraph element is used instead.

**Is your enhancement related to a problem? Please describe.** **Describe the solution you'd like** Some unit tests are testing different cases in one method. For example, [testGetDocuments](https://github.com/10up/ElasticPress/blob/develop/tests/php/TestElasticsearch.php#L61) tests retrieving documents,...

enhancement
needs tests

PHP 5.5 and 5.6 x64 are experimental. With PHP 7 you can access all the benefits of PHP on Windows environment. [Manual PHP Installation on Windows](http://php.net/manual/en/install.windows.manual.php) [PHP For Windows](http://windows.php.net/download/)

benefit
audience: site-owner
audience: developer

This PR fixes the tag `@return` since the return of the function `prefix_data_arg_sanitize_callback` is a string: `return sanitize_text_field( $value );`