-
Create a design doc that lays out how [HIP 755](https://hips.hedera.com/hip/hip-755) can be implemented.
Calling out new components, interfaces and existing structures to add on to.
Open questions
- …
-
From time to time we see this error in our logs:
```
Debug: internal, implementation, error
TypeError: Cannot read property 'statusCode' of null
at server.on (..../node_modules/epimetheus…
Elexy updated
6 years ago
-
### Runtime
node
### Runtime version
21.1
### Module version
huh?
### Used with
hapi 21.3.2
### Any other relevant information
_No response_
### How can we help?
Ran into an issue where err…
geuis updated
11 months ago
-
Let's assume a codebase is using Hapi v16. When running `npm-check` on this codebase it will suggest Hapi v17 as an update and correctly warn that it is a major update. However, there are still LTS re…
-
In the next 'breaking change' release, would it be possible to modify the package.json dependencies to use peer dependencies instead of direct dependencies?
- Having `pino-pretty` as a required dep…
-
HAPI Patient and Practitioner search is not inline with FHIR specification.
Given the test resource with name:
```
{
"use": "usual",
"text": "Madame Pyrtula BOSSI",
"fami…
-
So the custom search in HAPI 3.3.0 works great, we are using it for Strings and References. However either I, or HAPI can't seem to process nested Search Parameters. Meaning when you want to search fo…
ghost updated
6 years ago
-
For the sake of keeping things DRY, perhaps having the ability to alias environments like the following could help:
```
server.register({
register: require('hapi-assets'),
options: {
…
-
OpenMRS sync currently subtracts the `2 * SYNC_INTERVAL` from the `SYNC_PERIOD` to decide how long ago to sync. So if it's syncing 1 hour ago every minute, it only syncs resources which were updated i…
-
Here is how I install it:
```## For html to pdf tool ##
# Download+Install PhantomJS, as the npm package 'phantomjs-prebuilt' won't work on alpine!
# See https://github.com/dustinblackman/phantomiz…