Christoph Wagner
Christoph Wagner
@AljoschaMeyer Did you work at this feature somewhere? I would also be interested in this feature cause it would make atom more usefull for lilypond editing. Or do you have...
@arempe93 This would be great! I just tested it for direct exchanges with queues having a dead letter queue and the only way to get dead letters with bunny mock...
Yep, I know this is not the best solution, cause it is not really predictable which IP is taken. I could not find some information about the order of the...
Yeah accessing the container by service_name should work out of the box for me, but in fact it isn't (for the mailserver only) and I have no idea why. Your...
Thanks for your help. Right now I have another idea. The mailserver image from https://github.com/hardware/mailserver uses the unbound dns resolver inside. Maybe this breaks the service discovery stuff. No I...
Ah ok, just if someone finds this and has similar problems: unbound was the problem and setting the envvar `DISABLE_DNS_RESOLVER=true` for the mailserver container disables this and now I can...
Just a dumb question: Would it be possible to use https://github.com/matrix-org/matrix-spec-proposals/pull/3381 to implement poll bridging? This is really a feature I miss a lot.
MSC3381 is merged now so in theory it could be done.
Wow, we are using the engine mount feature and worked around the first problem successful (see https://github.com/enriclluelles/route_translator/issues/166#issuecomment-759423140) I think it is possible to implement this in route_translator. The second problem...
I had the same problem, that my engine routing proxy was not available anymore and I think I've found a better solution to just add it in an `ApplicationHelper` (that...