Amber Brown
Amber Brown
Incremental *is* missing post... I feel like I should add that.
This sounds reasonable -- LTS releases are what people should pay for because it requires extra work on behalf of the Django team to keep the LTS user's things working...
In a real application right now, there's too much code that exists that relies on the global reactor for it to not be installed. Removing that is the plan, but...
WRT the checking if it's running in the same thread -- Twisted's reactor is "threadsafe" in that `IReactorThreads` supports `callFromThread` to allow calls from other threads. Twisted does not currently...
@druig Hi, the lack of support on matrix.org is due to a bug that slipped through in our Python 2->3 migration, and will be fixed shortly (that linked bug will...
Towncrier will use Incremental (https://github.com/twisted/incremental), or a `__version__` in the package's top level, if it's Python. But you can pass `--version` to towncrier to bypass this check, if you don't...
Yeah, this is a docs bug... *makes a note*
I do need to rewrite these docs properly, I'll take these points into consideration when I do it, thanks!
Yes, the developer writes the news fragments in the directory (ideally, in more user-focused prose than would exist in the git commit). I'll make a note of this for my...
Hmm. The draft should run the same codepaths, just writing out to a string instead of a file. Are you thinking of some sort of "show me what it looks...