Rafael Weingartner-Ortner
Rafael Weingartner-Ortner
* fhir.resources version: 6.2 * Python version: 3.8 * Operating System: Linux Additional libraries * fastapi: 0.68.1 ### Description I use the pydantic model from `fhir.resources` as response models in...
I have programmed a custom widget using the sdk with typescript. I tried to get all user groups using `.listGroups()` in `VSS/Graph/RestClient`, but I'm getting the following error: `https://myServer/tfs/_static/tfs/Dev15.M125.1/_scripts/TFS/min/VSS/Graph/RestClient.js 404...
I would like to have a directory/package called `models` within my project that uses this library. Sadly, this does not work. Check out this minimal example: ``` . ├── main.py...
### Description I have a `setup.py` file for a custom package with `python_requires='>=3.6,
Hey, I wonder how one can set properties within the `DaoConfig`, e.g. disabling the delete operation or disabling `:text` indexing for improving the performance (see [docs](https://hapifhir.io/hapi-fhir/docs/server_jpa/performance.html)). Thanks a lot! P.S....
Implements #177 This MR adds the feature of disabling the uvicorn access log while using live-reload via `start-reload.sh`. Specifically, the option `--no-access-log` is passed to to uvicorn if `ACCESS_LOG` is...
When using `gunicorn` (via `start.sh`), one can disable the API access log via setting the corresponding environment variable to an empty value: `ACCESS_LOG=`. However, this is not possible when running...
Hi, I appreciate your work and would like to cite it. Especially the statistic of the number of papers released regarding text summarization from 2013-2019 is interesting for me. Do...
This PR removes the upper Python version constraint (`
This PR includes the essential changes from https://github.com/pnuckowski/aioresponses/pull/239 but without reformatting other code, i.e. this supersedes #239. Fixes #230