Patrick Kanzler

Results 117 comments of Patrick Kanzler

Using a variable for the socket-state seems like a viable way to me. Feel free to create a PR :-)

Thank you for the issue! Pull requests are always welcome 😉

The issue with `libopenjp2` seems to be something in your distro. (At least I don't know that issue) The error message `Illegal instruction` seems to be the result of a...

[This library](https://github.com/receipt-print-hq/escpos-printer-db), which is used by this project has a list of printer-capabilities. While this list is not exhaustive and also not a guarantee, it could at least be used...

Hi @bitplane, I think `liccheck` is completely right on this as long as you are using this version: https://pypi.org/project/python-escpos/2.2.0/ I never got around up to now to finalize an API...

Hi, thank you for the issue. I don't quite understand why paramiko is needed for the USB-driver?

From my point: you are very welcome to do that. I chose nose because I was not familiar with pytest at that moment. However, pytest seems to be the better...

732f2dd18e6ebe89a5ae652312dbbf4cdcae4216 adds Dummy() for most of the tests.

I am not sure, I think there was one test left without Dummy, but I haven't checked.

Seems like I cleaned up all file-printers in 5bf26367538f9ffb572659b3c49582aa29dbff2a. As for the tests, they are written in a mixture of pytest and nose1. The test-runner is pytest. I think it...