Chris Wood
Chris Wood
I'm using this excellent package in xUnit integration tests that run as part of a GitHub Action. The code I'm testing interacts with various databases, e.g. SQL Server, MySQL, Postgres,...
Looks like `open()` can return either a `TextIOWrapper` or a `FileIO` class depending upon the string value of the `mode` parameter: ```python # Text mode: always returns a TextIOWrapper @overload...
**Is your feature request related to a problem? Please describe.** When writing code in assembler such as the following: ``` @rp2.asm_pio() def irq_test(): wrap_target() nop() [31] nop() [31] nop() [31]...
In addition to all the symbologies currently supported by quagga2, a recent personal project has also required the ability to read [Telepen](https://telepen.co.uk/telepen-barcode-information/) alphanumeric and numeric barcodes. These are widely used...
The ability to control the colour, thickness and line type (solid, dotted, dashed) via properties on the `` would be useful. For my implementation, I've worked around this by turning...
Currently, a new, empty `HashMap` is passed into the Rust library when `encode_barcode` is called. However for Telepen Numeric, I would need to pass a hint. Could there either be...