Andreas Maier

Results 152 comments of Andreas Maier

While this PR may solve the issue with numpy.datetime64, it does not go far enough to also fix incorrect conversions of strings to float, e.g. `"1E10"` becomes `1e+10`. See issue...

Right now, safety does not require any specific version of typer: https://github.com/pyupio/safety/blob/main/setup.cfg#L51C5-L51C10 As the issue was solved in typer 0.12.1, safety 3.x should increase its minimum version of typer to...

Hi @Chilipp . Sorry for the delay. I will try with autodocsumm==0.2.8 and will produce a short file to reproduce it. Note that #74 is likely related to that, IMO....

@Chilipp I was able to reproduce the issue with autodocsumm 0.2.8 and a simple case. Unpack the attached file and read README.md inside: [autodocsumm_50.zip](https://github.com/Chilipp/autodocsumm/files/8935991/autodocsumm_50.zip) In the included `conf.py`, I added...

Hi Philipp. I have done some more research, and meanwhile believe this is a Sphinx issue, and have created https://github.com/sphinx-doc/sphinx/issues/10699. If you think differently, let me know.

Discussion: which release? Lets put that one off to 10

An additional consideration is whether the caching should be done at a level like for example the WBEM operations. Needs to be figured out before working on this issue.

There are some places where CA certificates can be created without cost, e.g. "lets encrypt". KS: Actually cert chains can be created locally easily with minimal tool support. Lets avoid...