Daniel Bachhuber

Results 296 issues of Daniel Bachhuber

I'm not the best person to comment on this, but it seems like building a tool that automatically scrapes copyrighted materials should have an upfront discussion about said legal implications,...

[Type] Question

We have some editorial who would love to dogfood. Also, thoughts about supporting CPTs?

It would be help to have "correct" file/folder permissions documented. From https://github.com/wp-cli/ideas/issues/31

Because the `.htaccess` file is a part of many hosts' web server configuration, we should have some recommended dos and don'ts. For instance, to prevent situations like this (not to...

Because PHP supports two separate configurations, one for CLI and one for web, it'd be helpful to have a note in the README that using a CLI command to verify...

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...

The corresponding CSS is: https://github.com/necolas/normalize.css/blob/fc091cce1534909334c1911709a39c22d406977b/normalize.css#L160-L169 Changing `line-height` to `1.2` or greater fixes the clip. I'm not experiencing this issue in Firefox 65 though. Related #769

As a part of a project I'm working on, I need something [like this](https://github.com/danielbachhuber/php-incompatibility/blob/master/RemovedGlobalVariables.http_raw_post_dataDeprecatedRemoved.md) for each sniff. Essentially, for each sniff: * Explanation * Resolution * Reference Does this already...

meta
documentation

If I run: ``` phpcs --standard=PHPCompatibility --runtime-set testVersion 'foo' --extensions=php --ignore=/node_modules/,/bower_components/,/svn/ --report=json ``` I'd expect to see an error for invalid `--runtime-set testVersion 'foo'`. Instead, `phpcs` executes with an indeterminate...

If the collection doesn't contain any entries, it would be nice if `sortableLink()` only displayed the title, and didn't render a link. Happy to submit a pull request if you...