Alexander Senier

Results 64 issues of Alexander Senier

Right now, we ignore special sections like comments, processing information, DOCTYPE etc. in the parser. As a consequence, we cannot recreate input documents exactly. If we had this, we could...

Writing to module variables can be non-deterministic and have undesired consequences (especially, in concurrent setups). While `pylint` rejects direct assignment to constants, it cannot detect cases where a method updates...

refactoring

It would be great if readme_renderer supported [AsciiDoc](https://asciidoc.org/) natively. It has some very neat features and it would be nice to use the same format for our README as well...

enhancement
help wanted

Hi, during some experiments with my [fuzzer](https://github.com/senier/cobrafuzz), I found a parser input which causes an `InvalidOpersion` exception in dateutil. In case you want to look into it, here is a...