Dirk Klimpel

Results 165 comments of Dirk Klimpel

If you would like to run the integration tests with GHA: - #946

I have added a replacement of CentOS in: - #906 The creation of binarries for tags / releases is included there: - #916 IMHO this would be the last step...

> Travis-ci seems to be failing on rockylinux9 build, but I can't figure out the reason to be honest. There is something going wrong with the user agent. ``` HTTP:...

> failing build: https://app.travis-ci.com/github/goss-org/goss/builds/271478309?serverType=git It is flaky or a problem with Travis. I had run a current build in #950 and it was successfully: https://app.travis-ci.com/github/goss-org/goss/jobs/624212980

> The test is written in a way that assumes that goss is always a dev build aka version 0.0.0, yet when a real build happens it fails due to...

Regarding the Redis Cluster/Sentinel support. Is redis still the right database to use in the long term or is there a move to the fork of the linux foundation ([Valkey](https://github.com/valkey-io/valkey))?

Local media IDs will deleted: https://github.com/element-hq/synapse/blob/696cc9e802f63ba8657856d85f6982f49de14f27/synapse/media/media_repository.py#L1257 https://github.com/element-hq/synapse/blob/696cc9e802f63ba8657856d85f6982f49de14f27/synapse/storage/databases/main/media_repository.py#L907-L912 But it's really not ideal.

IMO here is Synapse not compliant to the Spec: https://spec.matrix.org/v1.10/client-server-api/#post_matrixclientv3roomsroomidinvite > 400 | The request is invalid. A meaningful errcode and description error text will be returned. Example reasons for...

I have created some tests: https://github.com/tcort/markdown-link-check/pull/328/files#diff-609278aba9a28dbff1f94a5481c16208f8d0263db1f8784adac9ddac74a18d3a In the tests I was not able to reproduce this. I haven't done a proper test. Perhaps the case is so special that it...