Ben Li-Sauerwine

Results 13 issues of Ben Li-Sauerwine

Sending of chunked-encoded data is not currently tested to be correct anywhere in requests' tests, and is called out as a needed improvement in #5906. This is a hurdle to...

I just changed the with block to `dest = ...` since `delete=False` was preventing it from being cleaned up anyway, and then set a default value for `dest` in case...

Look at: https://github.com/theskumar/python-dotenv/blob/master/src/dotenv/main.py#L136 If lines 136, 137 or 140 there are ever hit, an error "local variable 'dest' referenced before assignment" will be thrown, because the `dest` variable only exists...

Some FHIR backends do not support transaction bundles, and it doesn't appear that there's any reason that Synthea couldn't directly output batch bundles for backend testing or for faster ingestion....

fhir

Running, for instance: ``` ./run_synthea -p 1 --exporter.fhir.export false --exporter.fhir_stu3.export true --exporter.fhir.use_us_core_ig true --exporter.hospital.fhir.export false --exporter.hospital.fhir.fhir_stu3.export true --exporter.practitioner.fhir.export false --exporter.practitioner.fhir_stu3.export true ``` to generate a transaction bundle for a patient,...

**Describe the bug** Attempting to enable Hibernate caching causes HAPI to fail to inject essential resources, and the server fails to start. **To Reproduce** The behavior is easy to see...

I cannot reproduce this error in the [https://hapi.fhir.org](https://hapi.fhir.org) server, but it is straightforward to reproduce from the DockerHub images. It appears that a valueBoolean from an Observation triggers an error...

In short, I'd like to use the HAPI FHIR JPA server as a FHIR store, secured by OAuth [similarly to this apparently defunct project.](https://github.com/AriHealth/hapi-fhir-jpaserver-oauth/tree/master/src/main/java/net/atos/ari/cdr/starter) Is there a reason that this...

I see that [HAPI FHIR added a bulk import capability](https://github.com/hapifhir/hapi-fhir/commit/8d377fbf769f63bf228b0690eff018235dd3198) in 5.5.0. The JPA server is [apparently still on 5.4.2](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/pom.xml#L17). It would be amazing if we had a `$import` endpoint...

It's not clear to me whether this is legal ndjson [as per the ndjson specification](https://github.com/ndjson/ndjson-spec), but not all ndjson parsers ignore blank lines (\n\n) and so some ndjson parsers will...