Povilas Kanapickas
Povilas Kanapickas
@cjwatson Thanks for bringing this up. I don't think it makes sense to merge this PR until there's not a single use of deferValue in Debian. May I ask you...
cc @itamarst https://github.com/twisted/twisted/pull/12395#issuecomment-2529868689 indeed seems like eliot has a bug. Seems like https://github.com/itamarst/eliot/blob/3e996e70fcaa4a4ff94c51e0800edd2e145342c0/eliot/_generators.py#L113 should contain at least something like: ``` except StopIteration as e: value_out = getattr(e, 'value', None) ```...
https://github.com/buildbot/buildbot/pull/8278
https://github.com/buildbot/buildbot/pull/8342
@deepbluev7 Multi-account support is the most voted issue in [element meta discussions](https://github.com/element-hq/element-meta/discussions?discussions_q=is%3Aopen+sort%3Atop), [element android](https://github.com/element-hq/element-android/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+) and [riot android](https://github.com/element-hq/riot-android/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+). Multi-account capability is one of the major features listed in [matrix client list](https://matrix.org/ecosystem/clients/)...
Thanks for noticing this problem, now it is on the roadmap.
Looks like "leaving non-ui plugins in conf" is better option. Thanks for looking into this.
Thanks for the PR. It will take some time to review it. Ideally I would like to have this as part of release process so that the executables are added...
I actually forgot about this PR because I somehow thought that I'm waiting for something from you. Thanks for the ping. I have reviewed the PR now, looks good except...
Thanks a lot for fixes, they look great.