Wes Tyler

Results 17 comments of Wes Tyler

Thanks for the input :) I went ahead and pushed up a commit to simplify the sequentialHandler in the test routes to do the more straightforward and just as effective...

Feel free to tell me `no` if this is an anti-goal of the plugin, or if there is a better way for us to accomplish this goal :) Just wanted...

So I went ahead and started on a PR for this, and realized I could make it even easier by making `forceSequential` a bool flag on the /batch request itself...

Yeah I'm not sure about that either. I'll do some digging.

Specifically take a look at supporting https://github.com/hapijs/joi-date-extensions first, since it is a Joi syntax that was deprecated in upgrading from Joi v9->v10.

Once the extension API/convention is figured out, I'd like to remove joi-date-extensions from the dependencies and go back to using "vanilla" Joi.

Per discussions with @danielo515 on #116, this could potentially be support through the use of a `generate` function provided by the extension via `describe` functionality. Perhaps something like ```js if...

Hey there! So glad you've got it working, and thanks for checking it out and giving feedback! All feedback is greatly appreciated. Regarding your startup woes, yeah I need to...

Hi there, yes absolutely! I haven't had time to look at the update yet, since I'm expecting it to be a nearly-total rewrite. I anticipate some open time in the...

``` 216 of 231 tests failed ``` I'm honestly surprised that I had *any* passing tests when I did the drop in replacement with Joi@16 😆