Michael A.
Michael A.
I am trying to work with a HTML input that includes a CSS stylesheet on a Windows network share (starting with double backslash). Simplified example: ```python import weasyprint s =...
Hi all, when I have an `ArgumentParser` with subparsers, the `ArgumentParser`s arguments are ignored by Gooey. Here is a short example: ```python import argparse from gooey import Gooey @Gooey() def...
Hi, thanks for this great tool! I activated the "Pure" prompt and like it, except for the colors. How can I change them? What I tried so far: * The...
This PR extends the `_mean()` function in `shapeannotation.py` to allow for sequences of `datetime` objects as input. This fixes issue #3065, specifically it enables annotations on `hline`/`vline` objects that use...