-
## What needs to be done?
- Consists of 2 parts:
- [ ] 28.1 Review Summary for each course evaluation
- Once a reviewer has completed a review, coordinators will be able to view a r…
-
I trying to insert a table and Grid the frame
```
def buildtable():
with open(idcsvFilePathLeft,'rb') as idcsv:
idlist= csv.reader(idcsv)
idlist=list(idlist)
with open(logcsvFileP…
-
i use [textract](https://github.com/deanmalmgren/textract) for extract text from pptx. When i parse some pptx file i have this error:
```
XMLSyntaxError: Input is not proper UTF-8, indicate encodi…
-
There seems to be an import error related to v1.0.0.0 of python-docx
There are details on the import issue here:
[v1.0.0: ImportError: cannot import name 'parse_xml' from 'docx.oxml'](https://github…
-
Hi,
Getting this error when I am trying to summarize a document using llama-3 (via llama_cpp and llamaindex). I just found that it's a llama_cpp error and not LlamaIndex error. If I downgrade to ll…
-
The word document is built using the function below:
`def buildWordDoc(name, severity, host, ip, path, location, issueBackground, issueDetail, remediationBackground,
vulnerability…
-
#43 and #54 create the infrastructure to build and push the pipeline to ACR in an image. It also creates a pool with the same tag. But these images and pools aren't actually linked as far as we can te…
-
I am trying to enable "Repeat Header Rows" for a table row
-
Now that you have their ingredients and the recipe book with dishes and the required ingredients return only the dishes that they can make with the ingredients that they have. Remember, they can only …
-
@fokoenecke, can you share some context about `mindboard` used in the following import statements?
- `from mindboard.helpers.docx.html.tag_dispatchers import TagDispatcher`
- `from mindboard.helpers…