-
Updated
Jun 28, 2021 - JavaScript
hapi
Here are 685 public repositories matching this topic...
-
Updated
Jun 28, 2021 - JavaScript
-
Updated
Jul 1, 2021 - TypeScript
-
Updated
Jun 20, 2021 - 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
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?
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Jul 23, 2020 - JavaScript
-
Updated
May 12, 2021 - Vue
-
Updated
Nov 23, 2016 - JavaScript
-
Updated
May 14, 2021 - JavaScript
Of course, test coverage is not a measure of quality, however it does give you an idea of how much of the code is tested.
To that end the test coverage needs to be increased so any help adding tests would be very grateful.
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
Jul 1, 2021 - TypeScript
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
May 11, 2021 - JavaScript
-
Updated
Apr 12, 2018 - 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?