Quinten Steenhuis
Quinten Steenhuis
This is a feature of https://github.com/davidstutz/bootstrap-multiselect but that library hasn't been updated to Bootstrap 5 and is somewhat buggy. I would also be interested in this addition.
Hmm. Well, we could add our own logic in to prevent the progress from going backwards within each block. But it seems it should be controlled higher up in the...
This did change recently and unintentionally.
See: https://github.com/SuffolkLITLab/courtformsonline.org/issues/8
Not really related to `user_detailed_role`--that's currently an optional field that isn't used for any logic in the YAML. It's worth documenting it and how to use it though.
System.IO.IOException: No space left on device : '/home/runner/runners/2.311.0/_diag/Worker_20231203-141012-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32...
https://github.com/orgs/community/discussions/26351
Definitely caused by us downloading spacy en_web_lg, even if there are workarounds we could take. We could use tools.suffolklitlab.org instead, just need to somehow put that into the unit test.
After removing the spacy model, I monitored the running action and it still runs out of disk space. It seemed to be downloading docassemble.webapp over and over again for the...
OK! It looks like this line: `docassemble.base>=1.3` is installing every version of docassemble.base that is greater than 1.3. Not just the single newest version, lol. Edit: no actually the problem...