David Jones
David Jones
Had a similar issue, my solution was to make the following local changes to h2d.py - inspired by [this StackOverflow answer](https://stackoverflow.com/a/66081886) No exhaustive testing but appears to be working for...
Thank you @acoyfellow your solution worked for my problem.
FYI, this is a known broader [issue with Python and Windows 10](https://stackoverflow.com/questions/61195849/python-3-utf-8-bug-on-widows) My solution was to add the following to both `ingest.py` and `privateGPT.py` - just before the `load_dotenv()` call....
Hi @rickmedlin and @pqzx, FWIW, I've been successfully using python-docx to open a template document and add in converted HTML. The trick is to pass a path to the template...
Sorry for the delay in following up...work, life etc. The Word styles - at least in my case - are custom styles. i.e. template.docx contains defined Word styles for _Canvas...
G'day, I'm still a newbie with Easy Table. Not sure how much help this will be. The [item slot example](https://github.com/HC200ok/vue3-easy-data-table/issues/359) seems to demonstrate one approach to achieve this. Adding in...