K Adam White

Results 75 issues of K Adam White

I have the following API queries for which I want to mock responses: - http://wpapi.loc/wp-json/wp/v2/posts - http://wpapi.loc/wp-json/wp/v2/posts?page=2 - http://wpapi.loc/wp-json/wp/v2/posts?filter[tag]=title - http://wpapi.loc/wp-json/wp/v2/posts?filter[tag]=codex%2Btemplate - http://wpapi.loc/wp-json/wp/v2/posts?filter[category_name]=markup Despite this text in the node-replay readme:...

This isn't formally an issue, but it looks like this is one of the few plugins which doesn't appear in apt after adding the PPA as described in the README....

I'd like to link to this library from the developer.wordpress.org/rest-api documentation, but it's not clear that it's being maintained; do you have any plans to refresh this project to support...

![janky-button](https://cloud.githubusercontent.com/assets/442115/5730376/95f7a9b4-9b47-11e4-8db2-f7d64f7fbe11.gif)

bug

The create-react-app eslint configuration which we extend is the source of many of our peer dependency errors. We need to categorically overhaul and update our peer deps, but for now,...

eslint

We should expose a TypeScript configuration option to simplify using TS on projects. May require coordinated linter bot changes.

eslint

See last comment in #185: we can't really specify things like "use colors in output" in the config itself because we do not have a good way to override that...

phpcs

For React rendering performance we should consider adding [jsx-no-bind](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md) to this eslint config; bound functions and arrow functions created within a `render` method's JSX will never be treated as equivalent...

eslint