Preston Lee
Preston Lee
+1. I'm getting the same error on a new Rails app since the jquery-rails gem is pretty fresh.
FWIW this issue also exists in Microsoft's https://github.com/microsoft/fhir-codegen . @Ahryman40k Are you intending on maintaining this project? We might be interested in helping and really appreciate the work!
Any updates on this? An official Dockerfile and build would be _much_ appreciated and greatly extend the reach of DAPS.
Same issue here. Any workarounds/fixes? :-/
Safari on OS X Yosemite. Looks like there's a jQuery error, and all the downloads hang.

FYI this would be for HL DaVinci having hosted versions at Logica.
Docker's default behavior of `docker build … ` is to cache individual layers unless some prior input has changed. It only builds from scratch if the `--no-cache` option is explicitly...