Jonathan Pyle

Results 149 comments of Jonathan Pyle

All of those services can be externalized. See here for how the Kubernetes implementation does it: https://github.com/jhpyle/charts

The Docker container uses `supervisord` and the `initialize` service starts other services based on the value of the `CONTAINERROLE` environment variable.

That line relates to the legacy Apache configuration, which isn't really used anymore. NGINX is the default web server now, and the NGINX configuration exists in other files. I'm not...

I just realized there is no response to this issue on GitHub; I thought I had addressed it on Slack, but now I don't remember. In any case, the issue...

I attempted to reproduce this issue with the following interview. I did not get a "Bad date" problem. ``` mandatory: True question: Your document attachment: docx template file: testdate.docx ---...

The date formatting functions fall back to inserting "Bad date" if there is an error, such as if a date formatting function is called on a variable that is not...

I have started working on a new version of `address autocomplete` that uses the new Google Places API.

Version 1.8.x has support for the new API. ``` google: use places api new: True ```

It seems to result from this function in Sendgrid's python package, which is described as appending when it is really prepending. Anyway in the next version of jhpyle/docassemble I can...