docassemble
docassemble copied to clipboard
A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown.
If I have a table displaying a `DAList` of `Thing`s (with properties `a` and `b`), I can automatically update `b` if `a` changes: ```yml variable name: "test" data: object: Thing...
If I try to add items using an editable table to a DADict, this fails if `show incomplete` is enabled. It does work with a table populated by a DAList,...
Hi Team, https://github.com/jhpyle/docassemble/blob/5332f40cad442fed75a0a685ce996c30d4e78ecf/Docker/initialize.sh#L1378 Let's substitute `443` with `${HTTPSPORT:-443}` Same I've already done for unencrypted port: ``` $ vim env $ cat env PORT=9080 $ podman run --env-file=env -d -p 9080:9080...