Martin Thoma

Results 446 comments of Martin Thoma

@Teemu Could you answer the questions in https://github.com/pypa/warehouse/issues/8472 about the pytest-sugar build? Maybe they can help us to fix it.

> I usually to that on final products, such as an application, a website, or the like... but on a library such as RJ? You're completely right. For the library...

> Testing the py-rj library or something else? Yes, exactly :-) I'm used to developing applications/libraries which have a lot of dependencies; this is definitely different here. For those you...

I should have created the PR directly; that one is probably way clearer than my explanation :smile:

You might find this helpful: https://github.com/MartinThoma/algorithms/blob/master/ML/datasets/caltech101.py#L22-L37

Instead of ``` def func(x: int): """Some function Parameters ---------- x Description of parameter `x`. """ ``` I would love ``` def func(x: int): """Some function Parameters ---------- x :...

@rth Do you happen to know a tool which can do that? I had a look at https://github.com/dadadel/pyment in February, but it had a couple of issues (e.g. https://github.com/dadadel/pyment/issues/84 )...

Href lets you add hyperlinks. The pattern is ``` \href{}{} ``` where the second argument is treated like normal text. See http://tex.stackexchange.com/a/111701/5645

I would patch it if I could, but I don't know how to write (and much less how to read) perl. (Your script seems quite easy to read in contrast...

PyPDF2 is maintained again since April 2022. I'm the new maintainer. Since then, we fixed a lot of things. I'm currently downloading 800,000 PDF files from Tikas test dataset to...