Gil Pedersen
Gil Pedersen
Thanks for the very detailed report. Hapi doesn't usually provide this kind of back-compat measures. I think this would be best fixed in `@as-integrations`, by not relying on the `Util.Dictionary`...
Setting `debug: false` at the server level should work.
Thanks for the report. This is a known issue with `Hoek.clone()` and node v21+. I have proposed a fix in https://github.com/hapijs/hoek/pull/390, and made an issue against hapi in #4519. Until...
I would probably just document the `byteSize` property + add it to the typings (with `readonly`). It is already informally part of the public API.
This is related to the crash in #4316, and my comment here https://github.com/hapijs/hapi/issues/4297#issuecomment-937824559.
Yeah, the hapi types require the `Joi` typings to compile. This is not ideal, but how it is currently. _I'm sure a PR that decouples it would be very welcome._...
Joi is only required for compiling the typescript types, so it won't be added as a normal dependency. This is similar to the `typescript` dev dependency. This is indeed a...
That is not really a SSE, as it needs to have `Content-Type: text/event-stream`. Anyway, you should probably not use `raw.res`, but rather return a `Passthrough` stream that you can keep...
Hapi will not display the timestamp, so it will be some other plugin or user code that renders it. Podium just forwards the event to any registered listeners, and should...
Thanks for the contribution. It looks to be done to a quite high standard. It might very well make sense to include brotli by default, but this PR also contains...