Jonathan Pyle

Results 149 comments of Jonathan Pyle

If you do a [system upgrade](https://docassemble.org/docs/docker.html#upgrading), you'll get a Docker image that uses the latest version of `jhpyle/docassemble-os`, which has a line in the Dockerfile that makes that change to...

That is unexpected, then. Maybe if ImageMagick gets upgraded, the upgrade can undo the effect of patching https://github.com/jhpyle/docassemble-os/blob/master/Dockerfile#L131. I'll need to deal with that in the Dockerfiles. Thanks!

I think I made fixes to address this issue, so I am closing it for now.

You could write functions that generate data structures for representing fields, and insert that code using `code` under `fields`: https://docassemble.org/docs/fields.html#fields%20code The `generic object` feature can be used to reuse fields...

No matter what, you are going to need to teach users of your package to write special syntax in order to define their `pre` content in a certain way so...

The [security section](https://docassemble.org/docs/security.html) of the documentation contains an informal self-audit, but no formal security audit has been done. At some point I may apply for a [pro bono security audit...

I am closing this issue because it is really old. Some formal security audits have been done but none I know of have been finished.

There is probably a configuration error. For troubleshooting options, see https://docassemble.org/docs/docker.html#troubleshooting

To try to reproduce the problem you saw, I started a fresh EC2 instance on AWS, opened port 8080 on the firewall, ran `docker run -p 8080:80 jhpyle/docassemble`, and after...

The docassemble application has a number of features that rely on JavaScript `eval()`. E.g., https://docassemble.org/docs/modifiers.html#script, https://docassemble.org/docs/functions.html#log, https://docassemble.org/docs/fields.html#js%20show%20if Each time the screen loads the server might provide additional JavaScript that needs...