Bryce Willey
Bryce Willey
It's related to some development I've been doing on our [Efiling Server](https://github.com/SuffolkLITLab/EfileProxyServer). Essentially, Docassemble asks that server if there are any additional questions it needs to ask to be able...
That makes sense, didn't realize there was a regex at play. Don't think it's possible for a regex to handle situations like that. I'm curious if a stack parser could...
Looked into this error a little more, it's happening because of some error in `find_package(octomap)`. Specifically, octomap-config.cmake for 1.9.0 actually sets the version number, which it should be doing, and...
Is this including the changes in #1593? I don't think it does, and would be much easier to review if it did.
> the reason that you do not see the changes compared to #1593 is that files are in different directories I see, that makes sense, and is fine. And sorry,...
> Yes, we should definitely remove that .so file Don't recommend. BPMPD is the core optimizer for TrajOpt, it won't work without it. I think SWRI has been trying to...
Jonathan has addressed this before, in https://github.com/jhpyle/docassemble/issues/458, the reasoning being that the docassemble docker image is too large to keep around more than one image at a time on Docker...
I would also love something like this, have been trying to make my blog more accessible. I'm not sure there's a good language agnostic solution however, as the main issue...
> doc-backlink, doc-endnote, doc-endnotes, and doc-noteref should be removed and instead rely on native semantic elements like ``, ``, and ``. The dpub ARIA 1.1 working draft that you linked...
@Luna86 I believe Morvan moved his pendulum code to [here](https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow/blob/master/contents/8_Actor_Critic_Advantage/AC_continue_Pendulum.py).