Ivan Nikitin

Results 18 comments of Ivan Nikitin

The error may appear if your AdMob account isn't yet approved. Wait until the "Under Review" message disappear and try again.

> * Try reduce `.tile` to 512 @puzrin why reducing tile size may be helpful?

@puzrin Disabling web workers also solves accidental STATUS_ACCESS_VIOLATION in Edge 96.0.1054.53. I'm able to reproduce the problem in 100% cases using specific set of images. ![image](https://user-images.githubusercontent.com/1398682/146019578-eb6e7741-733e-4a1b-99b8-9449098dbfe5.png) Chrome 96.0.4664.93 is working...

> Anyway, please report that separate, with example how to reproduce. That's the hardest part. I was able to reproduce it in the bigger application, but wasn't yet able to...

I implement this feature: https://github.com/esafirm/android-image-picker/pull/438 Until the pull request isn't merged, one can use the updated version as following: Step 1. Add the JitPack repository to build.gradle at the end...

@Testerboy21 its an open source software. You're free to fix it and make a pull request to merge the changes.

In my case the PDFDocument.catalog property was initialised with a PDFDict instead of a PDFCatalog. So here is my workaround for the bug: const doc = await PDFDocument.load(bytes, { ignoreEncryption:...

@alexander-akait I prepared a minimal project reproducing the problem using current version of Webpack: 5.89.0. [webpack-worker-test.zip](https://github.com/webpack/webpack/files/13705676/webpack-worker-test.zip) To reproduce the problem perform ``` npm install npm run start ``` The Webpack...