Tobias Kunze

Results 124 comments of Tobias Kunze

+1: Implementing `--help` and `--version` is a [standard](https://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html) for command line interfaces. (Yes, it's not supported by `getopts`, but it still should be done.)

Thank you! The extended documentation is really cool and helpful.

Yeah, +1 – I can't use http-prompt on my laptop anymore, because the system version of prompt_toolkit is v3, and http-prompt doesn't work with that one: `ImportError: cannot import name...

This issue is, of course, ongoing, but if you'd prefer to disregard it, I guess closing it explicitly would at least tell future confused users that a clarification is not...

Thank you for the clarification! And of course there is absolutely no need to do anything while you're on vacation – thank you for all your work on photoprism! I...

I cannot reproduce this. I just installed curlylint from PyPI (0.12), and I still get the following: ``` > curlylint test.html test.html 0:9 Parse error: expected 'form' at 0:9 parse_error...

Can confirm, sphinx-copybutton copies line numbers. It would be really nice to have both line numbers and copy functionality at the same time. Adding ``span.linenos {user-select: none}`` helps for manual...

I don't think we have code highlights anywhere on the start page anymore; looks like we can just close this issue?

I'm a frequent user of pytest and pytest-cov. I use the various reporting options (both terminal in various versions, and HTML) through pytest-cov, currently, as a matter of my regular...

> @rixx If you have pytest-cov installed, you also have coverage, and `coverage help` gives offline help about commands and options. Does that address your needs? Not exactly. My use...