-
I'm attempting to use Chairo with happi to make a rest api which interfaces with seneca services.
I'm including both plugins with register:
```
app.register([{ register: Chairo, options: opti…
-
Just a note that the following JSON files are 'corrupt' and can't be parsed. Looking at one or two of them, they seem to contain more than one root object.
```
Could not parse file D:\nodejs\hapi\…
-
NOTE: Before filing a ticket, please see the following URL:
https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help
**Describe the bug**
We are using the docker image https://github.com/hapifhir/…
-
It seems when multiple plugins register a certain plugin (`h2o2` for example), an exception is thrown as the handlers can't be registered twice. This is likely an issue at the hapi end, or possibly ev…
-
I've followed the setup instructions given, but see the following error trace during the plug-in registration on Hapi server 14.x ...
`ValidationError: child "jfs" fails because ["jfs" must be a Func…
-
Please update as mentioned on https://www.npmjs.com/package/@hapi/joi
-
Hello,
When i start it I get:
Debug: internal, implementation, error
TypeError: Uncaught error: reply.view is not a function
at C:\Wamp\www\hapi-socketio-redis-chat-example\node_mo…
-
I tried to build the repo via maven but always run in the following error:
[INFO] Reactor Summary for HAPI-FHIR 4.0.0-SNAPSHOT:
[INFO]
[INFO] HAPI-FHIR .......................................... …
-
Hapi allows you to choose what to do when response validation fails by setting response.failAction. (ref.: https://hapijs.com/tutorials/validation#failaction)
When we set that option to:
![image…
-
Hello,
Thanks for providing the HAPI for scientific research!
I am a freshman for HAPI and Python. I am using Python 3.4.1 with Anaconda 2.1.0 (64-bit) and the numpy has been intalled. When I tried…