AJ Slater
AJ Slater
Ah very good thanks! Will look into it soon. I have some time for codex coming up!
Some bugs fixed in [v1.5.0](https://github.com/ajslater/codex/releases/tag/v1.5.0) may address this issue.
Also occurs with NVIM v0.4.3
For a homebrew install, remove `roxma/python-support` module and it will work again. The issue appears to be the `roxma/python-support` module b0rking up the sys.path and removing the ``` /usr/local/lib/python3.7/site-packages ```...
This happens because the xml.sax.saxutils.XMLGenerator.content() is not resilient to non string data: It tries to encode the content like: ```python if not isinstance(content, str): content = str(content, self._encoding) ``` And...
do you have this line in your `/config/hypercorn.toml`? ```toml root_path = "/api/hassio_ingress/pEGeoOIlm1tpeAudrHRtnmeGFDavfaQjalwJXvX696Q" ```
It occurs to me that the homeassistant installation might be able to automatically configure this for you. And that homeassistant users might be less familiar with configuring their individual docker...
I'm not really sure how HomeAssistant works. The instructions for HomeAssistant and the HomeAssistant config was provided by alexbelgium and I just stuck it in the docs. I get the...
I made a change in [v1.6.19](https://github.com/ajslater/codex/releases/tag/v1.6.19) that tries to apply the same behavior I used to fix iPad browsers in Desktop Mode to Android tablets in Desktop Mode. If this...
Ah. Thanks for the info! I had assumed that mobile mode was fine, so I made the fix for desktop mode. I’ll see if I can fix mobile mode as...