Alfredo Delgado

Results 3 issues of Alfredo Delgado

I found custom messaging with numericality to be particularly difficult to grok. I added an additonal example that I would have found helpful.

After integrating feathers-permissions (backed by PostgreSQL), I want to make it possible for UI devs to use the same logic. contrived example: `class="'userInstance.can('item:remove') || 'disabled'"` I'd like to move https://github.com/feathersjs-ecosystem/feathers-permissions/blob/master/lib/index.js#L39-L60...

enhancement