Adi Roiban
Adi Roiban
I am not sure what are the problems that you want to solve using `towncrier` For CI, you usually want to use the `towncrier check` command. We have the general...
I don't think that `towncrier` was designed for this use case. You might want to check https://docs.openstack.org/reno/latest/ ... I have not used, but from what I remember, you don't need...
Feel free to send a PR with what you thing might be useful ... or wait for others to add more feedback to this issue. I am using a different...
I am not using `on.workflow_dispatch` or changeset project... so I can't provide any feedback. Sorry. We can leave this ticket open to allow other to add their feedback.
Maybe it helps. I have pushed a chagne to GitHub action to allow you to connect to a specific run by using the GitHub Acions "debug" feature just click re-run...
Thanks for the proposal. just a quick comment Why not move this into a separate repo `twisted/code` ? My understanding is that the focus of `twisted/twisted` is about async i/o...
If the code is useful, most probably distribution developers will create a package for it. Since it's a standard Python package, I expect that all distributions have a template for...
Which tests were failing and required a re-run ? I can see that all the tests have passed from the first run - https://github.com/twisted/twisted/actions/runs/8972762885/job/24641482445?pr=12170 ---------- We are trying to reduce...
> I will add docstrings where I can. Some of the tests were just moved, so I don't understand them either, but I will try. Ok. We can leave moved...
@glyph do we need to do all the extra interface changes here? Are there any TCP reactors implementations outside of Twisted ? I don't see what will break if we...