Jonathan Pyle
Jonathan Pyle
Sure, in the next version I'll add an optional keyword parameter `insertion_order` that you can set to `True` if you want the items returned in the underlying `dict`'s stored insertion...
I am closing this issue because the `insertion_order` feature was implemented.
I tested this interview on a 1.2.88 server using the attached PDF and both of the signatures were populated in the PDF. The resulting PDF was this: [tecis.pdf.pdf](https://github.com/jhpyle/docassemble/files/6790884/tecis.pdf.pdf) So I...
I am closing this issue because there hasn't been any activity in it, but feel free to reopen if there is still an issue.
Before making a commit, you should close all other playground tabs in your browser on all of your devices. When you make a commit, the files in the Playground can...
The `docassemble.log` file logs what the various `git` commands are doing. You should always close all other Playground-related tabs before pressing the Commit button. Behind the scenes, the Playground files...
I did not find anything in the cited sources that suggests the `name` attribute should be human-readable. There are examples in the sources of `name="q"`. If the content of a...
That's the way the cloud-based sign-on works. If it immediately redirected, users may not know why they were suddenly being asked for their Office 365 username and password.
You don't need to use `assemble_docx()`. Just define your assembled document with a standalone `attachment` block and e-mail it with a call to the `send_email()` function. ``` mandatory: True code:...
The latest version has support for this. I tested it with Elasticache for Redis with "encryption in transit" turned on. ``` CONTAINERROLE=web:celery:cron:rabbitmq:log:sql:mail REDIS=rediss://:[email protected] ``` I verified that `redis-cli` couldn't talk...