T
T
It seems like if a dataclass includes a typeddict, if you `from_dict()` it, it doesn't detect that typeddict type. Instead, it thinks it's a dict. Is that even possible?
Hi, This is a really cool project. Trying it out on Catalina, using a Catalina image I made with macadmin-scripts (couldn't get the official download to work). ``` $ time...
It looks like MedicationDispense records aren't generated by Synthea at all. This would be a nice feature to have.
- [*] I have searched the issue tracker and believe that this is not a duplicate. ## Steps to reproduce (Write code that imports a 3rd party library that is...
Hi, Would it be possible to add type hints and a py.typed file? This would enable `mypy` and the like to do static type checking of this project. Thank you!
Hi everyone, I have a Pipfile in my project root that's similar to this: ``` [packages] mypackage = {path = "packages/mypackage", editable = true} mypackage-cli = {path = "packages/mypackage-cli", editable...
``` [[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] rich = "*" [dev-packages] mypy = "*" ``` If I generate the lockfile (pipenv 2022.3.28 or 2022.4.8) on...
Hi! Is there a way to pass credentials with `--index-url`? I prepopulated my private pypi URL, but it did not seem to work at all (same URL works with pipenv....
Hi, I'd like to validate any type of FHIR dictionary. Whether a Bundle, MedicationRequest, etc. I just want to know that it's valid FHIR. So far I have: ``` from...
When upgrading from protoc 3.20.1 to 21.1, I get this: ``` protoc-gen-js: program not found or is not executable ``` If I revert, with the exact same `protoc` command, it...