Adnan Lahrech
Adnan Lahrech
> Anyways, is this Node.js or Deno? Node.js.
> Have you tried upgrading the dependencies? Yes I did.
> Is there any update on this issue? Same problem here. This error pops when you use "globalCSS" or "keyframes" in Vite. `"@stitches/react": "1.2.8", "vite": "^3.0.9", ` Hello, may I...
I tried this method: ```ts import base from 'base64-arraybuffer' export const base64ToArrayBuffer = (base64: string): Uint8Array => { const arrayBuffer = base.decode(base64) return new Uint8Array(arrayBuffer) } ``` and this method:...
> have you found any solutions or alternatives ? This is one of the alternatives that worked for me. My original plan is to run `node-thermal-printer` without `@thiagoelg/node-printer` because the...
I tried it with the X-Printer Q371U/T371U printer and it worked very well.
> Thanks for using ReceiptIO! > > Please install the printer vendor's virtual serial port driver and Node SerialPort. Then run ReceiptIO with the COM port assigned by the virtual...
I don't think you can with this package. You can check out the issue I posted few days ago https://github.com/Klemen1337/node-thermal-printer/issues/249. In my case I had to print images in `580px`...
> changing the width Good job you made it work. Would you please help me with the image width that was enough to make the image occupy all width of...
> Cannot download differentially, fallback to full download: Error: cancelled True. I have fixed by generating a new `CancellationToken` after firing `cancel()`. It works fine for me now. Thank you...