Jonathan Pyle
Jonathan Pyle
The way that docassemble currently works relies on cookies. Whether embedding happens with a `` or an ``, JavaScript in the browser is making HTTP requests with cookies to a...
Thanks. I didn't realize the logic in the `mandatory` block was non-idempotent. I rewrote it so it doesn't have that problem any more.
I'm going through old GitHub issues and I saw I didn't respond to this. I think the difference is probably just a matter of style. If it works correctly the...
You should put the `id` and `secret` in double quotes in the Configuration YAML, just in case there are punctuation characters that might mislead the YAML parser. The Azure oauth...
The error message from the docassemble isn't going to be helpful. Can you share the responses from the Network tab of the web browser? In addition to getting the redirect...
I'm not sure what you were trying to provide there; I didn't get any additional information from that message. Here is the configuration for my system (redacted) along with the...
The reason for `[CENTER]` and other bracket expressions is because Markdown and Pandoc don't support this kind of formatting. So I use regular expressions to turn things like `[CENTER]` into...
Oops, sorry about that. Try setting the following in your Configuration: ``` avconv: ffmpeg ```
Not all errors can be trapped by the custom error page. "Request Entity Too Large" is an error raised by the NGINX web server that steps in to protect the...
Closing this issue due to inactivity. Feel free to reopen if there are further issues.