Paul Harrington

Results 6 issues of Paul Harrington

Hi, I like to use docopt for simple scripts. I wrote an integration with Cmd2 yearas ago and have been using it at work. I only noticed recently that there...

I found my usage of Cmd2 to be enhanced by using [rich](https://rich.readthedocs.io/en/stable/introduction.html) to format exceptions. ```python class RichCmd(cmd2.Cmd): def __init__(self): super().__init__() self.console=Console() [-] def pexcept(self, msg: Any, *, end: str...

Hi, this is a follow on from the excellent work you did on Automated Meter Reading (ERT/SCM/SCM+). While looking at the issue of ingesting meter readings into a database backend,...

enhancement

It would be awesome if one could specify the jsonschema of a file via a modeline. I have a lot of schemata for JSON and YAML fles the YAML extension...

Thank you very much for pdfio and especially the cross-platform support and the unrestrictive license. It would be great if there were a vcpkg port of pdfio available as vcpkg...

enhancement

The problem was discussed on a thread in the google group: https://groups.google.com/forum/#!msg/rtl_433/loZFvPhCxOE/BmvuBqDLAQAJ There are two parts to this issue. One is adding support for other ERT protocols such as SCM+,...

enhancement
feedback