Eric Moyer

Results 5 issues of Eric Moyer

Add constructor overloads with IBaseOperationOutcome parameters to AuthenticationException. NOTE: I typed this in Github, so someone should compile it before merging. Fixes #3892

**Describe the issue** Please add an overload that takes an IOperationOutcome to [AuthenticationException's](https://hapifhir.io/hapi-fhir/apidocs/hapi-fhir-base/ca/uhn/fhir/rest/server/exceptions/AuthenticationException.html) constructors. We are implementing a Plain Server for dbGaP's FHIR API. The [FHIR standard requires an operation...

The README says: > Full html documentation is available [here](https://cslashm.github.com/ECPy). However, I get a 404 when accessing the page: ![image](https://user-images.githubusercontent.com/733785/156608805-eff08646-a11d-4e96-9b94-a83f1f9eea21.png) https://cslashm.github.io/, mentioned on the 404 above, also gives its own...

The code to install ESRGAN uses `wget`, which is unavailable by default in Windows. I was able to diagnose and fix the problem myself by installing using [Scoop](https://scoop.sh/), but SDD...

On Windows, after downloading ESRGAN, I get the following error. I suspect this is from Flet interaction code. My workaround is to not install ESRGAN. ```none Future exception was never...