Arno
Arno
worksforme: The first label I ever printed with my new QL800 was black and red, and was printed like this: ``` export BROTHER_QL_PRINTER=/dev/usb/lp3 export BROTHER_QL_MODEL=QL-800 brother_ql print -l 62 --red...
Hi there, not sure if it is related, but I have a similar experience with brother_ql from master and a QL-810W nordic printer on raspberry. Python 3. Connection USB. (Exact...
@arbu I can confirm the printui module works well with QL-800 too.
Is there a way to raise a bounty to implement this in the command line tool, @pklaus ? some $ to a paypal account maybe? :smiley: I'd be happy to...
In my experience, it seems the scanning happens near the center, like in @ionic-native/barcode-scanner/ngx . See screenshot below. I'm not saying it definitely scans there, because I think it also...
> Did you find any solution to limit the scan to a given area? > In the `example` folder of this repo there is a `scan-area-layout` html page: is it...
Sorry I didn't catch the $in / $nin in the same PR… not intentionally upping my PR count :grin:
In my case, I subscribe for data and then set it. But in some cases, the data loads too quickly and it is set before the chart exists/is ready.
when using tailwind with this, you can manually add tailwind styling to globals.css ``` .infinite-scroll-component__outerdiv { @apply w-full; } ``` But I :+1: it would be better with simply a...
may be unrelated but this also fails on ionic+angular+capacitor build via fastlane on iOS. Fix is to search/replace all `readlink xxx` to `readlink -f xxx` in the *Pods/…/Pods-App-frameworks* file, but...