electric-coder

Results 134 comments of electric-coder

> so why does it have no spaces at the beginning? The [general rules of indentation always hold][1]; that's to say the parser will count the number of spaces (indentation...

> Docutils as the original source mostly uses 3 spaces (...) 4 spaces (...) 2 spaces. I think the main concern is that it's potentially confusing to beginners. > The...

Docutils really is *that* library from [xkcd 2347][1]... ![dependency_2x](https://github.com/user-attachments/assets/ed28966a-b182-4453-8b3f-829ec7620d90) [1]: https://xkcd.com/2347/

I don't think you're giving us enough information. You don't include the `.rst`, there should be a line 12 from the error message but there aren't 12 lines in the...

This issue takes some *deep thinking* and comprehensively writing the doc won't be easy.

> The following roles are essentially cross-links but are only mentioned in "Roles": `:manpage:`, `:pep:`, `:rfc:`, `:cve:`, `:cwe:` This initial proposal makes 100% sense and clarifies a long-standing source of...

@jayaddison #12707 looking at the terms before looking at the groups (must be my left-to-right reading habit), I'd say: > Workaround 1: Many ```:term:`foos ` ```. But it's annoyingly verbose....

> I'm not aware of directives that can optionally take their content from a `:filename:` parameter. Let me try and list them to get an an overview, general directive syntax:...

> Do you want to make a PR? No... I was hoping to get more personal time this year but it seems I'll only get some next year. Also, it's...

There are [83 open Enum mypy issues](https://github.com/search?q=repo%3Apython%2Fmypy+enum+is%3Aopen&type=issues) at the the time of this writing. Getting the Enum datatype to work with mypy is becoming impossible as I find myself having...