Reece Adamson

Results 17 comments of Reece Adamson

Did you include the --build option? i.e. `docker-compose up --build` A new dependency was added to the application this release and will require rebuilding existing containers.

A database from your previous installation is probably causing the issue. Can you delete or move your existing `data` directory and try again?

Good question. If the charset wasn't there that would still be acceptable and the test should pass. I don't see a requirement that would make including the charset wrong. Any...

I was working on doing regex validation based off the StructureDefinition, but it was a little tricky because of some issues in the spec combined with the fact that we...

https://github.com/fhir-crucible/plan_executor/pull/174

**TL;DR** Preferred Fix: - Run `docker run -p 3000:4567 infernocommunity/fhir-validator-service:latest` - Update Line 42 of `config.yml` to `external_resource_validator_url: http://localhost:3000` Alternate Fix: - Update Line 38 of `config.yml` to `resource_validator: internal`...

@hardbyte any plans to get this merged in?