Lukas Juhrich
Lukas Juhrich
> That's the current plan actually. The rewrite starts this weekend. Where does development of the rewrite take place? There does not seem to be an associated branch, and the...
_(deleted, this information was completely redundant as I got confused and forgot the last half of the initial issue description)_
Hey, just chipping in to say that this (or any method of restarting stuff noninteractively) would be of immense help for us! I've added `needrestart` to our monitoring system to...
> The automatic mode (`-r a`) should indeed restart any services which are not blacklisteted in `$nrconf{override_rc}`. Oh, thanks, you're right. I didn't use `ansible` correctly and misinterpreted the error.
So what needs to be done to implement this? Is there anything I can do / any info I can provide to assist (payload)? --- _(note to future self: relevant...
May I suggest solving an easier problem first? Namely, displaying as much meaningful content as possible without necessarily implementing ineractivity. I would be perfectly fine with either not displaying actions...
If I understand [`pip`s documentation](https://packaging.python.org/en/latest/guides/making-a-pypi-friendly-readme/#creating-a-readme-file) correctly, all that's needed is to set `long_description_content_type='text/markdown'` in the `setup` method: https://github.com/raphaelm/python-fints/blob/846c25f5f6ae578cde5151fc30b5f7a3601a95ac/setup.py#L16-L20
Polite ping to @raphaelm. Is there any blocker?
I've just tested the proposed `__new__` customization. However, sphinx `autoclass` mechanism does not seem to care in the slightest about `__doc__` and exclusively looks at the syntax tree (i.e. a...
`autoenum` just seems to provide an additional directive and doesn't directly modify what is initiated by `automodule` in the doc definitions: https://github.com/raphaelm/python-fints/blob/9e80e6bab933ec2651c34526caec360a0e000d56/docs/developer/types.rst?plain=1#L24-L31 So before I dig in any deeper, wouldn't...