-
### Problem
Got this:
```
lookup name: john
hapi.js:77 subscribing to: 21XWnNTZZqaiqmkgLzi6K8tTmiQp51fvZuwr36Bqx7zCKjRvre
TimeTravel.vue?fe481c1e:39 [TimeTravel] spied mutation: Object {type:…
-
## Describe the bug
The fhirdata command produces an exception when attempting to convert from hl7->fhir. [A check that requires fhir data to be present was introduced](https://github.com/CDCgov/prime…
-
I'm using hapi-swagger 6.1.0 and joi 9.0.0. When using Joi.lazy for response validation loading the /docs webpage fails with this message:
500 : {"statusCode":500,"error":"Internal Server Error","me…
-
Hi @jbfaden @jvandegriff
Following on from the HAPI servers at ESAC telecon meeting held on 22nd November 2023, we would like to create a HAPI server for serving in-situ data for initially Solar O…
-
seet hapi setting `enforce_referential_integrity_on_write`
https://smilecdr.com/docs/configuration_categories/fhir_configuration.html
-
NOTE: Before filing a ticket, please see the following URL:
https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help
**Describe the bug**
**TL;DR:** With recent versions of HAPI JPA server (not su…
-
**Describe the bug**
build error
**To Reproduce**
Steps to reproduce the behavior:
1. add testCoverageEnabled true to debug
buildTypes {
release {
minifyEnabled …
-
Hi, Wondering if this is actively maintained? I couldn't make it work with hapi 17... Let me know if this is actively mainted, will you accept PRs and/or if you aware of any similar plugins to report …
-
Hapi 17+ no longer uses callbacks and has otherwise changed quite a bit so the current version of this module will not work with any current/future versions of hapi.
I propose not writing it as an…
-
# Issue
Hapi 20 uses @hapi/validate internally, and for validation options set to false, it will use this as the schema:
`Validator.object({}).allow(null)`
Of course, its internal version will …