Tino Hager
Tino Hager
@LordPinhead How do you review Zpl labels or design new ones?
We have some scanners here, I'll do some tests with them in the next few days and then report back here.
In the Documentation of zebra is this information available 
i have create a [custom iso with a cloud-config](https://gist.github.com/s3rj1k/55b10cd20f31542046018fcce32f103e) but if i try install this iso with ventoy the setup crash `install error removing previous storage devices`. Now i create...
I think this package is no longer needed https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob My solution via vue ``` async downloadImage () { const canvas = this.$refs.canvas const blob = await new Promise(resolve => canvas.toBlob(resolve))...
If you check the domain with the `http://` ?
What exactly do they want now? The library takes care of the validation and uses the rules of publicsuffix for that.
okay thanks, then I will close the issue.
I still don't understand what you are trying to tell me, we are using the public suffix list why would we remove the reference?
The goal of this project is to provide a client for the "https://publicsuffix.org/" domain list. And you recommend me to stop using it in my project?