Mats Wichmann
Mats Wichmann
We'll look at it if there's any way to. On the antivirus topic: no idea if AV is at all involved in this problem (usually you'll get some less-than-helpful popups...
Adding the documentation tag, maybe we should say something about the rules involved, though it's not clear what form such a doc addition would take yet.
Seems to be the same as #2547, can we combine? See also #2742, which has a patch proposal.
indeed... this one is a particular favorite of mine: ``` WARNING: autodoc: failed to determine Null(0x7FD5E2203EE0) to be documented, the following exception was raised: Handler for event 'autodoc-skip-member' threw an...
The state of the sphinx build is that some of the gripes from the 4.1.0 source are fixed in git, and some aren't - sometimes because I'm not sure how...
As an FYI, it is now possible to "build" SCons without doing the Sphinx build, if such is valuable from a distro packaging perspective. Example ``` python3 scripts/scons.py SKIP_DOC=pdf,api ```...
RFI: I can't follow that link (get lost in the morass of trying to vector through the web browser to authenticate before being allowed to see, which no longer works...
that's useful, thanks. Somehow I'm not surprised the always beloved `\\\\\\\\\$ORIGIN` is involved here.... that one always causes trouble, it seems :-)
Okay, to pick this bit: > Like if you have `Variable(validator=validate, converter=int())`, the validator gets called with a string. It is a little puzzling. So if you have a flag...
Yeah, probably. After "sleeping on it", I don't get the value of `subst`'ing a second time, before calling the validator. You've done substitution before calling the converter, which then converts...