Daniel Bachhuber

Results 311 issues of Daniel Bachhuber

In the section where server.js is turned into a node module, the following is introduced: `exports.start = start;` It would be nice if the exports object was introduced. It's not...

Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its `wp scaffold...

Before we land #48146, we'd like to first support alignment in global typography styles. Alignment support can include justification, as long as it also supports hyphenation. To properly handle hyphenation,...

[Type] Enhancement
[Status] In Progress
Global Styles
[Feature] Typography

[From](https://github.com/danielbachhuber/composer-lock-updater/pull/2#discussion_r138619301) @greg-1-anderson: > Functional tests for the basic functionality (pre this PR), it would be pretty easy. We could use `composer create-project` to clone a project that has out-of-date components,...

enhancement

One challenge with the automated testing experiment we did is that _plugins can require some amount of configuration_ upon activation. And, unfortunately, there's know way to know what configuration is...

Once we have a sufficiently large dataset, it'd be helpful to have a `wp plugin gutenberg-compat` WP-CLI command that spits out a report of plugin compatibility for a given WP...

Couple of options: > They could sign up for an account and mark it themselves, or we could set up an email address to process that feedback. At the least,...

Reported on the WordPress.org forum. The file for the method causing the problem isn't being included for some reason and this could be a problem with core.

v1.0
bugs

Reported by email. If a user edits a post, they're added as a co-author. This information doesn't show up on the front-end (probably because the template tags aren't in use).

We should add support for attachments because `wp_mail()` supports it.

bug