Nik Klassen
Nik Klassen
There's some strangeness going on with Python too as is (no changes). Indenting after a line like you showed works, but this doesn't ```python def foo():|
Your explanation of the 1-based indexing makes sense, I figured I was missing something like that which is why I didn't submit a PR. When I was reading through the...
+1 for surround.vim, I find myself typing `csiw...` all the time in VS
I'll try to expand on what I meant in the hope that it will address some or all your points. But first, if what I'm suggesting is not aligned with...
I hadn't considered the use case of launching projects without having to visit them first. I understand your motivation for using this as a system-wide project manager. It's certainly different...
That looks interesting too.
I also observed this behaviour when I connected my G610 to a USB-C port (no hub).
It's also worth noting that when Synthea generates FHIR transaction bundles it refers to common resources using "query references", i.e. `Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|999999647` ([docs](https://github.com/synthetichealth/synthea/wiki/FHIR-Transaction-Bundles)). Querying for these resources for every entry can...
To create a resource from an ndjson file you'll either need to split it yourself on newlines, then use create for each line, or use the import API https://cloud.google.com/healthcare-api/docs/how-tos/fhir-import-export#importing_fhir_resources. Importing...
I would also like to see this improvement