-
Hi
Do you have any suggestions for accessing the context for a retry function from outside the function? For example if you were making multiple retry requests using promise.all and one fails, this…
-
Remove `lifeomic/attempt` in favor of [api3dao/promise-utils](https://github.com/api3dao/promise-utils/)
-
Right now, we don't have Questionnaire or QuestionnaireResponse. Each of these have to be merged with the appropriate Observation resources in order to have a nice frame of the results with the survey…
-
Add support non global instalation.
```
npm i @lifeomic/json-schema-to-graphql-types
```
package.json
```json
{
"scripts": {
"convert": "convert-json-schemas-to-graphql-types src/gra…
-
When finalizing a job, if a recoverable error occurs, retry finalization before resorting to aborting the job.
```
err.code | SYNCHRONIZATION_API_RESPONSE_ERROR
-- | --
err.message | Error occur…
-
We use [lifeomic/json-schema-to-graphql-types ](https://github.com/lifeomic/json-schema-to-graphql-types) to automagically convert from FOLIO's JSON schemas to graphql schemas. Unfortunately, it isn't…
cbeer updated
8 months ago
-
It seems that the `awsV4Signature()` function is loaded as an axios request interceptor in `@lifeomic/alpha`, which (I think) means that the function is invoked on each request. Since a new instance o…
-
Hello guys, hope you are well!
First of, thanks for developing this awesome library, much appreciated! ❤️
I'm trying to import `useAxiosFetch` in my React app as an ES6 module:
`import { useAxi…
-
See https://github.com/lifeomic/phc-sdk-py/pull/80#discussion_r487974025
-
Hello !
**Expected Behavior**
My project has an existing Axios client configured and I want to use it as fetch implementation for Apollo-Client http link.
**Actual Behavior**
I'm working on …