Cyril Chapellier
Cyril Chapellier
Hello @benrubson Your issue has been stale for a while, but have you made progress by any chance ? Or found something new ? I have the exact same problem....
I tried on last iOS / macOS versions, and it's the same unfortunately. But again, I'm not sure I understand the spec correctly : is the client responsible for updating...
@evert when you say _"Given this is all IMip, there's realistically no way that sabre/* can figure this out automatically."_, you're right of course, but in the case of the...
Maybe related: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/806
I can have a look at the Dockerfile and try to use alpine as a base but @verahawk has not provided it yet, I'd prefer not starting from scratch :)
You can just dump the Dockerfile in this issue, it's fine for me, no need to create a PR
Ok thanks a lot! I will have a look and try to see what I can extract 👍🏼
I have started a first branch to use Alpine Linux instead of the regular distro, here: https://github.com/tchapi/davis/pull/77 I have already included the PostgreSQL PDO module in the image. I need...
FYI after investigating a bit, PostgreSQL is not _trivial_: the `VARBINARY` format is not treated the same way by PDO/Doctrine on MySQL and Postgres, and leads to problems (_because sabre/dav...
I understand the need but it [defeats the purpose of Docker](https://docs.docker.com/config/containers/multi-service_container/#:~:text=It's%20ok%20to%20have%20multiple,defined%20networks%20and%20shared%20volumes.) in my opinion, because you'll end up with two processes in a single container, which is not ideal (_and...