Adnan Lahrech

Results 5 issues of Adnan Lahrech

Hello! I get the error `Type 'MyContext' does not satisfy the constraint 'Context'. Types of property 'has' are incompatible. ` when I try to create a new Bot. The problem...

Hello, I added a new IPC handler `cancel-download` to cancel the download completely, because closing the modal only doesn't stop the app from continuing the download in the background. Thanks...

Hello, When attempting to print images, images with a width exceeding 580 pixels are not printed in full when I tried it with my `X-Printer Q371U`. Instead, the portion of...

Hello, I tried to load an image from a base64 data this way: ```ts const buffer = Buffer.from(logo, 'base64') const uint8Array = new Uint8Array(buffer) const image = await Image.load(uint8Array) printer...

# Expected Behavior I expect the output image size to be close to the input image size after very small processing. # Current Behavior The output image is twice as...

help wanted
bug
file size issue