Flávio Juvenal

Results 123 comments of Flávio Juvenal

Hi SantjagoCorkez, I think you can't just strip `self` out from the `cache_key`, since different instances probably will return different values even for the same method. I believe this is...

Hi, yes. Feel free to open a PR with this support and we can launch a new version with it.

The tests used to run in Travis. We need to migrate to GitHub Actions, which shouldn't be too difficult. If you can, please feel free to include that in your...

@sshishov we'll migrate to GH Actions right now, no need to include that in your PR.

You can include typing in code directly in-place @sshishov Thanks!

Yes, the idea is to mimic Django behavior. But if we're going to lose backward compatibility for arg order, then don't worry. We should only have a test to ensure...

I think this is already doable if you use the [`get_templated_email`](https://github.com/vintasoftware/django-templated-email/blob/9a3385b75cb6e5c225885b9bf61d123bbfcb9643/templated_email/__init__.py#L35) and handle connections/backends yourself. I know this is a very old issue, but if anyone else sees a similar...

What we can do to facilitate custom connections on `send_templated_mail` is: - Change the current `connection` argument to `template_backend` - Change the current `get_connection` function inside `templated_email/__init__.py` to `get_default_template_backend` -...

Hi @jackson541 , thanks for the input. For now, you can override this method to provide additional parameters at line 77. I suggest you to make your own base class...

Are there plans for supporting [Form Data Extraction](https://build.fhir.org/ig/HL7/sdc/extraction.html), especially StructureMap-based extraction? I suppose both are necessary to support create/update workflows with questionnaires.