-
Updated
Dec 4, 2020 - JavaScript
hapi
Here are 643 public repositories matching this topic...
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Dec 5, 2020 - TypeScript
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Mar 9, 2018 - JavaScript
See: https://gist.github.com/ericelliott/f3c2a53a1d4100539f71
Advantages
See: https://medium.com/javascript-scene/you-might-not-need-typescript-or-static-types-aa7cb670a77b
- autocomplete and type inference with most IDEs
- doesn't require passing Log objects for every call (although it's encouraged)
- other non-required parameters (such as
query
) can be omitted - much easier to a
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Sep 25, 2018 - TypeScript
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Jul 23, 2020 - JavaScript
-
Updated
Nov 23, 2016 - JavaScript
-
Updated
Sep 8, 2020 - Vue
-
Updated
Jul 30, 2019 - JavaScript
First, I love this tool! Thanks a bunch for putting this together.
Second, I'm looking for something like a "preResponseHandler" of sorts. I'm looking to check a specific header on the request and potentially circumvent the operation if a condition exists. Is there something like that today?
Not an issue, but rather request. Fastify already uses Pino under the hood as de facto logger. I am struggling to integrate cls-tracer with Pino in Fastify, so far without success. Would it be possible to provide an example of using cls-traces with Pino in fastify?
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Apr 12, 2018 - JavaScript
-
Updated
Aug 29, 2017 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
Improve this page
Add a description, image, and links to the hapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hapi topic, visit your repo's landing page and select "manage topics."
I've read the docs, and it seems you can pass through
knex
instances, but I didn't see if it supports SQLite3 - could you clarify please?