Armand Didierjean

Results 21 comments of Armand Didierjean

Hello, My mac ran out of memory and I now have the same issue with Element 1.11.58. I installed the macOS app from Element website. - Operating system macOS 13.6.1...

We need to merge https://github.com/aeecleclair/Hyperion/pull/510 first

Requires https://github.com/aeecleclair/Hyperion/pull/528

Related issue: https://github.com/astral-sh/ruff/issues/9216 Personally, I would be in favor of keeping COM812, even if it's tagged as conflicting with the formatter

Completed in https://github.com/aeecleclair/Hyperion/pull/612

Partially superceded by https://github.com/aeecleclair/Hyperion/pull/686 for AMAP module

Its seems the proposed solution does not work if some fields are set to `False`. According to https://github.com/pydantic/pydantic/discussions/4613 we could use: ```python if not bool( recommendation.model_fields_set ): ``` If we...

Should be fixed by #311, but the behavior could be improved

https://fastapi.tiangolo.com/tutorial/request-form-models/