lutfi-haslab

Results 21 comments of lutfi-haslab

How to add image or annotation with pdf-lib? As far as i know, pdfkit only for creation, cause i dont find load function like in pdf-lib.

When this feature release?

Hi, i am facing same error. I look into package version and got version 1.3.4 has 101,138 downloads for past a week. and yup, downgrade to version 1.3.4 solved my...

where to add await pdfDoc.save({ useObjectStreams: false });?

> hey thank you, my problem is not @acme/api but @acme/db. after reload my vs code, now its working no error.

Thanks for creating this issue. I also facing same issue: Why this happen? Issue happen after upgrade next to version 13.5.4 Here in Dev server: ![image](https://github.com/AdeleD/react-paginate/assets/108409669/8bc1cdd4-2e1f-4f86-a9a1-9d5482867ebd) Here in Prod server:...

> @camcamcamcam I've had `swcMinify: true` in my project since day one without issues. It's odd you have to set it to false now, but I guess that's a workaround...

I was able to show it again after downgrade to next 13.5.2 and react-paginate 8.1.4 as mention below https://github.com/vercel/next.js/issues/56406#issuecomment-1752461866

here is mine: ``` bool _screenOpened = false; qrCodeCallback: (code) { if (!_screenOpened) { _screenOpened = true; if (isEMT10Format(code.toString())) { Navigator.push( context, CupertinoPageRoute( builder: (context) => VerifierSuccessScreen( screenClose: _screenWasClosed, )),...