Michael P. Otte

Results 12 comments of Michael P. Otte

Would love to see promises implemented. Until now the TypeScript types are just wrong in order to be able to compile I used: ``` (OneSignal as any).getDeviceState((status) => { ......

> This is something pdfjs can handle, besides the described issue with a defective one in between? Yes, and it's blazingly fast ;-) First I had to extract the 1500...

@rkusa thanks for the toBuffer error fix. As for the `Name must start with a leading slash` error, I understand your priorities. I identified the single page PDF causing this...

@wildhart If it helps, I can send you our failing single PDF (60-100KB) as well. I was able to repair the PDF via iLovePDF and was then able to use...

@rkusa Thank you very much, I'll try to test your fix the next days and give you feedback.

@rkusa sorry for the delay, I was quite busy the last weeks. Your commit https://github.com/rkusa/pdfjs/commit/b6cdd70c64611d0e1369ad928028b2cf51009379 seems to fix the `Name must start with a leading slash, found: 0` error but...

For the moment I'm OK with my workaround above using 2 pdfjs versions at a time, as the PDFs are only genertated once in a several months. I understand your...

It would also help to export `class OneSignal` from this package. I can install this SDK directly via Github in my package.json (I know this is discouraged but I just...

@sherwinski Happy to read someone's taking care of this. May I just add that it would be helpful to publish the types whenever a new version is deployed to the...

@dwieeb From my current tests it seems that `navigator.mediaDevices.getUserMedia` is indeed implemented in iOS 14.3. and my app correctly asks for the Camera permissions. But `getUserMedia` still fails with `NotAllowedError:...