Andrew
Andrew
I think sometimes it would be better to create required folders on runtime rather than keep them (often with some useless files like .gitkeep) in project repository. It would be...
I've been using [envparse](https://github.com/rconradharris/envparse) package for a very long time, but discovered "environs" just moments ago. Your package is obviously better in many cases, but I really miss one feature...
I'm facing an issue with poetry, but I believe it isn't poetry's fault. Environment is: python `3.8.10`, poetry `1.2.0a2` and cleo `1.0.0a4`. Command `poetry cache clear pypi --all -vvv` crashes...
When using mkdocs-material or instant navigation, plugin injects a script that looks like this: ``` document$.subscribe(() => { const lightbox = GLightbox(...); }); ``` Instead, I suggest to insert this,...
The [first symbol](https://www.snapeda.com/parts/ESP32-DEVKIT-V1/Do%20it/view-part/) I tried to import with your plugin was ~15 MB in size (zipped), so it took me a while to debug why it didn't detect it, and...
Hi @kjy00302, if you'll have some time, check out a [fork](https://github.com/AndBondStyle/niimprint) maintained by me and other contributors. It would be awesome if we'll merge at some point, because your repo...
As a quality of life update, we can detect printer model and connection address automatically. For USB initial guessing can be done with vendor/product ID, then using a `0x40` (GET_INFO)...
Another QoL feature: get label dimensions by RFID and prevent printing if image doesn't fit it, with an optional `--force` flag to ignore it.
I would like to have my printer in always-on mode to allow printing at any time (e.g. connected to a raspberry pi server).First we need to add a background thread...