Glyph
Glyph
the docstring says the "callers have not yet been rehabilitated" but as far as I can tell, there are no callers within Twisted.
I started to point this out in https://github.com/twisted/twisted/issues/9588#issuecomment-1168378580 but didn't quite realize the full implications: > it really should be the connection creator's job, not the TLSMemoryBIOFactory's job, to respect...
We currently use zope.interface which adds some layers of complexity. Just off the top of my head: - It requires that we use a mypy plugin to check its types,...
Attempting to try out dap-mode, I used `dap-debug` with `Python :: run file (buffer)` on `twisted/python/filepath.py` (on b2a7af4ffcb47f52fe3c951953148fd9becf50a8, if anyone cares about the specifics). I selected `debugpy`, set a breakpoint...
I often find myself looking at a closed issue, and wanting to know whether that issue was fixed in any existing releases. It would be nice for towncrier, which has...
[the underlying issue has been addressed](https://github.com/defnull/multipart/issues/53#issuecomment-2452964090) so we shouldn't need to carry the patch any more
A class that looks like this: ```python3 from dataclasses import dataclass @dataclass class Data: attribute: str "the 'attribute' data attribute of 'Data'" ``` will be documented as if `Data.attribute` is...
Given that all interactions with a device currently block, it would be nice to have asyncio support that would allow the application to proceed concurrently.
If a user starts a memorization, waits a week, and then comes back to rehearse again, chances are they haven't really memorized it yet. even if they have a streak...
Sometimes you might have a PINPal GUI running, but also want to use the CLI sometimes too. Right now, if you do this, you will hold the GUI's state in...