Gil Pedersen
Gil Pedersen
Thanks for the report. This is definitely a bug, which I have proposed a fix for in #76.
No real world issue here, just stumbled upon the inconsistency. Feel free to merge as a non-breaking bug fix, if you prefer. I doubt there is anyone that relies on...
It sounds like you are setting the "content-encoding" header, which hapi can use to transparently de-compress, making the limit apply post decompression. The sensible solution is to increase your limit....
Isn't this just because your `MyCacheId` does not include the `id: string` property? It is required to use this property for the key id.
Thank for the feedback. Unfortunately, this will likely take a bit of work to adapt to. Specifying a validator is required to type such simple validation objects, since it can...
But you shouldn't declare it at the route level, but at the server level as in the "registration" section above. If you are passing the `server` object to other methods...
I agree in principle, but in practice this won't ever matter. Anyway, given a fix can be a single added `?`, I won't mind it being added: ```js return err...
Thanks for the feedback – those are all great questions. > * The ability to `decorate` is both useful internally and for users of the lib. Why not keep this...
I added support for old web runtimes in 7c7f86c. FYI, this exposed a coverage reporting issue in lab. It seems it doesn't handle the `??=` assignment operator, and reports full...
Regarding the `decorate` option, I had a look at reverting it and found another reason to remove the feature. Specifically it does not seem possible to model with typescript, as...