K Adam White

Results 75 issues of K Adam White

If I am consuming this library from an application I control, I may have defined a subset of routes I care about (e.g. in a plugin for which this app...

enhancement

As noted in #257 by @gambry, we make some pretty broad assumptions about how to map route identifiers and post type names into setter names—converting for example `(?P[\d]+)` into a...

question

"oob" is a frustrating magical string, I've waffled on proposing whether to add a checkbox or not; so I bring that waffle to you all. Benefits to adding a checkbox...

Discussion

### Description of the Change Adapt plugin to use `wp_initialize_site` instead of deprecated `wpmu_new_blog` hook when using a recent WordPress version. `wpmu_new_blog` has been [deprecated since 5.1.0](https://developer.wordpress.org/reference/hooks/wpmu_new_blog/), in favor of...

Grunt got called out (in a friendly way) at WordCamp Boston for making the assumption in its docs that people know command-line basics. While this is not an _atrociously_ unsafe...

Pulling a new issue out from https://github.com/bocoup/image-annotator/pull/198#discussion_r110713677 Partially through my own lack of strong conventions, we're getting pretty inconsistent with our prop and selector naming. It might be worth spinning...

I think this is the endpoint format @gnarf suggested in #81 / #85 that made the most sense -- we should update the backend to provide the data using consistent...

Pulled out from @gnarf's review of #65: we have a comment that says, > This post must contain only and all annotations for images sent to the current session. If...

When working on a single-file bundle, we identified today that the HMR scaffolding cost about 1.19kb which remains in the production build if following the README verbatim. None of the...

If you have an application structure where this plugin gets installed into `vendor` due to a composer install override, the asset URLs do not resolve properly in subdomain multisite installs....

Help Wanted