Luke Gordon
Luke Gordon
You can define HapiJS routes that are only internal http://hapijs.com/api#route-configuration This was introduced in 9.1.0: https://github.com/hapijs/hapi/commit/66730f979f05525c61e28d8fb0dca45f2004b426 However, these internal routes are showing up on blipp. It'd be a nice option...
The debug flag has been [deprecated in node 7](https://nodejs.org/api/debugger.html#debugger_v8_inspector_integration_for_node_js). Also, it's now possible to pass [hostname]:[port] to the inspect flag. I'd like to propose a breaking change in the next...
It appears [with this commit](https://github.com/remi/her/commit/69406cffae856922210f069a083df99a44aa5247?branch=69406cffae856922210f069a083df99a44aa5247&diff=split#diff-9f46c6432f36a5642681207c26cf15f8R57) a potential infinite loop was introduced if models defined both has_many/belongs_to. To mitigate this, I've added a straightforward check for `belongs_to` to no-op if the...
Related to https://github.com/ardalis/Result/issues/208 I've opted not to refactor other areas of the code base this could be applied to as both forms are valid.
Aloha! There appears to be a good amount of overlap between FluentValidation's ValidationFailure and this project's ValidationError class. One slight difference is the ValidationFailure class has a constructor that accepts...