Colin Duwe

Results 9 comments of Colin Duwe

I reproduced your bug. Were you perhaps trying to fix the wrong service method? Step 6 is actually the find method. So a fix might be ``` find: [ auth.verifyToken(),...

This should be fixed in this commit https://github.com/eddyystop/feathers-starter-react-redux-login-roles/commit/0084662266c1100e8a028aaf7e0eab2d4f43fe2c

@eric-michel Did you submit a pull request with your prototype or do you have it somewhere you would be willing to share? I'd love to get this functionality into a...

This is related to https://github.com/WordPress/gutenberg/pull/60006

Here's the backport ticket for shadow.php https://core.trac.wordpress.org/ticket/60784

@vcanales I think it is probably only blocked by my ignorance of the process here. I thought this was merely awaiting approval from someone with commit access.

@madhusudhand I think I'm out of my depth here. I'm not sure how to do that.

The control's label is using the post type's singular_name label which is typically capitalized ([see here](https://github.com/WordPress/gutenberg/blob/86cf00a0731903b9ce6c062142adc41ebbae984a/packages/block-library/src/post-featured-image/edit.js#L156-L169)) Since the direction in https://github.com/WordPress/gutenberg/issues/49587 and from @richtabor is not to programmatically lowercase it,...