Ariel Aharonson
Ariel Aharonson
If I use `scanPath` or `scanBytes` to scan an image, and the image doesn't have a barcode, the code keeps waiting instead of returning `null` or throwing an exception or...
I want to use the same image multiple times in the excel document. However, the file size of the excel is increasing for every image added (it's the same image)....
When I run it locally, it works. When I run it via Github Actions (ubuntu-latest), I get the following error: ``` bundling index into bundle.js... bundle finished (process) in 2400ms...
I'd like to `console.log` each time an action is being called, with the passed params. For example: increment, 1 decrement, 2 setName, foo etc. This is my middleware: ``` const...