Harshal Ringe

Results 2 issues of Harshal Ringe

Next.js gives the below error while importing the wasm-imagemagick package **_ReferenceError: Worker is not defined_** on the following line when I import that package in my component using `import {...

**Description:** I'm using a docker image with Lambda with the following dependencies to handle SQS jobs. ``` "php": "8.1" "bref/bref": "^2.3", "bref/laravel-bridge": "^1.2", "laravel/framework": "^v8.83.27" ``` I'm getting the exception...

bug