Marc Busqué
Marc Busqué
Probably `rule.failure?` makes more sense, as `key.failure?` implies that `key(name).failure?` should work. However, the scenario where evaluator is shared also makes sense for even more complex rules :)
Maybe https://github.com/dry-rb/dry-monitor/issues/18 can help you.
`Dry::View::Controller` is just `Dry::View` in latest `dry-view` releases. Anyway, `dry-web-roda` generated skeleton [is not compatible with them](https://github.com/dry-rb/dry-web-roda/pull/89), and I'm not sure whether this issue will get more attention because, for...
I see they are required to make tests pass. In this case, maybe should they be development dependencies? Anyway, I wonder if there is a better way and reuse the...
Now I see that the column attributes are also used in data operations. For example, in order for `insertWithPk` to return the last id inserted, `autoPrimary` attribute must be used.
Cool. Quite a haskell beginner here, but let me know if I can help with anything.
> For the App Template super returns nil. Where is it set on the App Template? I looked into both the App Template and Hanami itself, and I couldn't find...
Thanks for your answer. It should be possible, as the files are accessible through a shared volume. They are accessible from the command line. It seems more a problem about...
Trying to understand. Isn't it the other way round? We're catching `JWT::DecodeError` here: https://github.com/waiting-for-dev/warden-jwt_auth/blob/09c78d747cab802180e4d93a14cc33cf313e27d0/lib/warden/jwt_auth/strategy.rb#L22
Closing, feel free to follow up, though.