Joe
Joe
Ice_nine is trying to call methods on Rubinius structures like Hash::Trie. This unfortunately breaks Ruby Grape, which depends on ice_nine (through virtus & axiom_types). There's a similar bug in the...
If you have an existing JWT, when an initial reAuthenticate call happens, if the referenced entity does not exist any more (e.g. deleted from users) then the feathers client does...
### Steps to reproduce In our app, we have two authentication services for two "arms" of the app. This works fine for the most part, but we have a special...
No commits since last April? No responses to issues from @zkat since last August. 10 open issues with NO comments on them going back to last August. I'd like to...
We hoist all our common deps to the top-level parent, as well as common utilities (jest, eslint, pm2, etc.) However, many of the child folders have their own `package.json` for...
I want to use aliases in an NPM package. Everything locally works - I register my aliases in code (and not package.json), all is well. However, then I want to...
I wouldn't classify this as a bug per se, but there is a fundamental problem with one of the components used in the canonical string. Right now, this library requires...
When mounting an API within a route_param, the attributes of the route param are not propagating downward in the route.params property. Attaching a failing test. #1620 This seems to touch...
The viewer I use groups items by tag; I would like to take my definition file and sort it by the tags value for each path. Is that possible using...