Bryce Willey
Bryce Willey
If I have a string key of a DADict that contains `[` or `]` in it, Docassemble can no longer find the generic object questions that can operate on it....
`server.py`, line 4314, in `wait_for_task`, tries to import a celery exception type, `TimeoutError` which was removed from worker.py. This commit adds the exception back to `worker.py`, the simplest fix. We...
In working on #562, I accidentally added `google:` to my config, setting the `google` to None in my configuration. This caused an internal error in my server, and I had...
Setting the CMake Language to none (which makes sense if this is a catkin package that is solely providing resources, meshes, configurations, etc.) causes CMake to fail. The smallest CMakeLists.txt...
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...
`footnote_link_text` is a string that is directly inserted in front of the footnote number. It can also be a formatted string that the number is formatted into. For example, if...
Was looking at https://github.com/ros-planning/pull/612, and there were some [comments](https://github.com/ros-planning/moveit/pull/612#discussion_r142001437) about adding that documentation to the tutorials. Should just be a simple copy-paste from the README file of the plugin. I...
Not sure if significant performance improvements are considered under maintenance. If not, feel free to close. Inspired by #59, with profiling, was able to improve two points of performance: *...
Everyone thought that the only words I said were "oof". I think that's likely because even though the words are sorted by count, there's no other indicators about how often...
I ran into a simple issue: our default Weaver `configuration_capabilities.yml` includes ILAO as an organization, and when selected adds `docassemble.ILAO` to the `install_requires` of the `setup.py`. However, `docassemble.ILAO` isn't on...