Jonathan Pyle
Jonathan Pyle
The "Save and Run" button in the Playground sends an Ajax request to the browser to save the new YAML, but also opens a new tab in `/playground_redirect`, which polls...
`user_dict` is `None` because Python had a session ID and it tried to query the SQL database for the interview answers associated with that session ID, and the SQL server...
I am closing this issue because it is inactive but it can be reopened if there are further issues.
The default method of sending e-mail, through SMTP, tends to get blocked by anti-spam measures. The only reliable way to send e-mail these days is by signing up with an...
You'll want to test it from the same machine that is hosting docassemble to see if something between the host machine and gmail is blocking the connection. It is important...
I am closing this issue because it hasn't had any activity in a long time.
Sorry, I haven't gotten to this; I keep hoping someone else will work on it. Do you think it makes sense to support both the original NSMI as well as...
If anyone is interested in adapting for chat interfaces, take a look at the [API feature](https://docassemble.org/docs/api.html), which has been added since this issue was created. The chat interface could be...
Why would you ever do this? ``` player.initializeObject('beneficiary[0]', DAObject) ```
It has to do with the regular expressions that parse strings that represent variable names. The presence of `[0]` in the string causes confusion.