Aly Sivji

Results 35 comments of Aly Sivji

Looks like the [log level is set according to the verbosity flag.](https://github.com/rq/django-rq/blob/83f7e75975c65ae9be553af7fa3483979dfe14d9/django_rq/management/commands/rqworker.py#L95). I set `--verbosity=0` to get it working for my use case.

@SimonBiggs Sure, would love to help out! I'm going to an Open Source jam session tmrw so this works out pretty well timing-wise. I heard about ScriptedForms on an old...

Went thru the Quickstart yesterday. Really cool project; wish I had something like it 2-3 years ago! So I'm envisioning a [cookiecuter template](https://github.com/audreyr/cookiecutter-pypackage) that can be used to bootstrap an...

Awesome. I'll do a first pass without JupyterHub and we can go from there. Looking forward to dealing with docker inside docker! My brain is already hurting (in a good...

When searching for a search for a patient by an identifier, I am returned a Bundle that contains a single Patient. The Patient's address field looks as follows: ```json {...

Totally understand that an empty string is not valid according to FHIR, but this is what is coming out of a production Epic instance. It's unfortunate that real-world use cases...

Thank you for adding this in! 🙏

+1 for this feature. I'm currently using [docker-py](https://github.com/docker/docker-py) to make sure we have the correct libraries installed after mounting a volume containing scripts. This seems like a more robust solution.

I'm okay with however y'all decide to implement -- just need this information for marketing and promotions. Looking at [PaperCall](https://www.papercall.io/me), they have a section for Bio with the following header:...

I don't know what we do now or how the database is set up, I'm just thinking in terms of how I want RSVPs to work as a user (anonymous...