Jonathan Pyle
Jonathan Pyle
It would be easiest to just ignore the fact that there is a PostgreSQL server on the container doing nothing. It doesn't cause any harm. If you want to prevent...
The `metadata` settings are `date format` and `time format`, not `format date` and `format time`. https://docassemble.org/docs/initial.html#date%20format A `datatype: time` field defines a `datetime.time` object. https://docassemble.org/docs/fields.html#time Thus when the object is...
Closing due to lack of activity.
Sorry, the initial behavior of `hide corner interface` did not affect the `navigation bar html`, but then in response to a user complaint I changed it to remove the `navbar-collapse`...
I believe this issue was fixed in 1.4.110 but if you have any further problems you can reopen this issue. Closing for now.
I think I was able to fix this in 1.7.6. Sorry for the delay.
Closing this issue because it was addressed in 1.7.6 but if there are still problems, this issue can be reopened.
If you do: ``` fields: - Date: some_date datatype: date ``` then `some_date` will be defined as a `DADateTime` object. This class is a subclass of `datetime.datetime`. If you set:...
In Jinja2, variables are not converted to a string before being passed to a filter. If using a filter in Jinja2 automatically converted the variable to a string before applying...