Michael Terry

Results 19 issues of Michael Terry

Per the FHIR spec, it is defined as a canonical URL (string, right?): https://www.hl7.org/fhir/capabilitystatement.html And in fhirclient, it is validated as a string: https://github.com/smart-on-fhir/client-py/blob/b4da2bdc3bf024b6d0a78c85d80bf513302c1b13/fhirclient/models/capabilitystatement.py#L516 And remove non-spec parameter `acceptUnknown`. The...

Output of `restic version` -------------------------- 0.16.4 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- I’d be interested in an option to rename included folders/files...

category: backup
type: feature suggestion
state: need direction

Most actions (for just one example: https://github.com/actions/checkout) offer a "bare" v3 or v4 tag that updates to point at the latest 3.x or 4.x release. This helps avoid action churn...

After generating models for R5, the unit tests don't pass. You get errors like: - `Wrong type for property "size" on , expecting ` - `'Non-optional property "attachment" on is...

bug
help wanted

Output of `restic version` -------------------------- restic 0.16.4 compiled with go1.22.2 on linux/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- When using `--json`, it...

category: user interface
type: feature suggestion
category: scripting

Output of `restic version` -------------------------- restic 0.16.5-dev (compiled manually) compiled with go1.22.2 on linux/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- I would...

type: feature enhancement
category: user interface

fhirclient currently only handles R4 - but it would be nice if it added R5 support too. Some things I know would need to happen: - fhir-parser needs to complete...

enhancement

http://docs.smarthealthit.org/client-py/ - ~~It currently documents release 3.0.0, which is very out of date.~~ #156 - It should be built automatically from tag creation - ~~Move the build scripts into a...

enhancement

With or without auto-formatting. Some members of the BCH dev team have enjoyed working with [ruff](https://github.com/astral-sh/ruff), which is a sort of all-in-one linter & formatter. But failing that, pylint, pycodestyle,...

enhancement