docassemble
docassemble copied to clipboard
A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown.
https://github.com/jhpyle/docassemble/blob/97f77dc486a26a22ba804765bfd7058aabd600c9/docassemble_base/docassemble/base/functions.py#L31
As previewed in slack, this PR introduces a new feature, called `live show if`. It works like `js show if`, but it lets users write python expressions as they would...
This works in most cases - the ones that seem most likely. When the user has signed at < 175% zoom and zooms to 175%+, parts of the signature go...
Right now it doesn't minify anything. It would be expected that a last step would include minification. If post-PR steps minify anyway, maybe that's not needed either? [If the previous...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.2 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.26.0 to 1.28.0. Release notes Sourced from msal's releases. MSAL Python 1.28.0 New feature: PublicClientApplication and ConfidentialClientApplication have a new oidc_authority parameter that can be used to...
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.15.0 to 1.16.1. Release notes Sourced from azure-identity's releases. azure-identity_1.16.1 1.16.1 (2024-06-11) Bugs Fixed Managed identity bug fixes azure-identity_1.16.0 1.16.0 (2024-04-09) Other Changes For IMDS requests in...
Hello, i'd like to run `docassemble` as container and **only docassemble** to run within that container. This'd allow me to utilize official Postgres, Redis, Celery, RabbitMQ and Apache images for...