-
I'm increasingly thinking that in order to add _value_ we need something like a mini-project to _explain_ JSON Schema ...
> Proposal: _Use_ JSON Schema to re-do the `hapi-login` plugin?
-
```bash
npm WARN deprecated core-js@2.6.9: core-js@
-
Currently we store hapi events under `context.custom`. This location is only supposed to be used for storing user provided data. The agent is not supposed to stored data here automatically:
https:/…
-
There is problem with types in last version.
when I do
tsc --traceResolution
get error:
`node_modules/hapi-auth-jwt2/lib/index.d.ts(1,66): error TS2307: Cannot find module '@hapi/hapi'.`
Wi…
vforv updated
3 years ago
-
#### Support plan
* *is this issue currently blocking your project?* (yes):
* *is this issue affecting a production system?* (no):
#### Context
* *node version*: 12.16.2
* *module v…
-
Could you perhaps add an option to the option to exclude certain routes? I'm using the hapi-swagger plugin, and now blipp shows the /docs and /documentation routes in the route table.
-
i am getting this error when i try to register.
throw new Error(msgs.join(' ') || 'Unknown error');
^
Error: Invalid plugin options {}
[1] "0" must be a string
at Object.exports.contain…
-
Trying to follow the hapipal [Getting Started tutorial](https://hapipal.com/getting-started), but ran into these issues:
1. `npm init @hapipal` does not work on Windows, see today's comments in [ha…
-
**Describe the bug**
Cannot download generated report
**To Reproduce**
Steps to reproduce the behavior:
1. Go to opensearch dashboards
2. Create dashboards from sample data
3. Open dashboard…
-
should probably also relax the version required.
as it is now, we have an interesting situation where we have our own eslint config module that requires eslint-plugin-hapi (which in turn requires thi…