Jonathan Pyle

Results 149 comments of Jonathan Pyle

I could tag the latest version with its version ID, but keeping past versions around when they take up 8GB each doesn't make sense.

The latest version has some changes for this (system update required). I tried a test with deploying docassemble on EC2 attached to RDS, with SSL enforced on the server side....

I am closing this for now but if there are new issues with PostgreSQL and SSL, feel free to reopen. Thanks for letting me know about the issue.

Yes, `sets` only applies to the block as a whole. (It is used on `code` blocks as well as `question` blocks.) It cannot be used on specific fields. All that...

See https://docassemble.org/docs/logic.html#howitworks Every time the screen loads, the system will go through the YAML file and run every `mandatory` block that has not already been run to completion. So if...

Thanks! I am going to change the Dockerfile so that the nltk data files are downloaded when the image is created. I'll also check to see if there is any...

I hadn't heard of CloudConvert, but I looked it up and added support for it in the same way ConvertAPI is supported. Try version 0.5.77 and let me know if...

Here is the simplest way to do it, without any asynchronous calls from the web browser: ``` objects: - company: | DAList.using( object_type=Person, there_are_any=True, complete_attribute='complete') --- code: | company[i].lookup_attempted company[i].name.text...

This bug should be fixed in 1.2.102; let me know if upgrading doesn't fix the issue.

I am closing this issue because there has been no activity, but feel free to reopen if there is still an issue. Thanks!