Oleksandr Popov

Results 14 comments of Oleksandr Popov

The issue also occurs on: Safari 15.1 (16612.2.9.1.30, 16612) macOs Big Sur 11.6.1 (20G224) It's reproducible in this project https://github.com/twilio/video-quickstart-js

Unfortunately, disabling the measuring audio levels didn't solve the issue. It still occurs on macOs Big Sur 11.6.1 in Safari Version 15.1 (16612.2.9.1.30, 16612). I tried to comment out the...

@charliesantos I tried the test page and got the same error. Here is a video https://www.dropbox.com/s/v55vknfka7n22mk/getUserMedia-safari.mov?dl=0

It seems that for PDF 1.7 you need a commercial FPDI PDF-Parser. See more details [here](https://www.setasign.com/support/faq/fpdi/error-document-compression-technique-not-supported/#question-89) and [here](https://github.com/Setasign/FPDI/issues/32).

I have the same issue. I use PHP 5.5.9, PHP 5.5.12, PHP 5.6.7

@phanvanlinhpax Try to play with [CanvasRenderingContext2D.textBaseline](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/textBaseline). `ideographic` and `bottom` values seem to align text properly. For example: ```js const canvas = document.getElementById("typed-sig-canvas"); const ctx = canvas.getContext('2d'); ctx.fillStyle = 'black'; ctx.textBaseline...

> Hello, Mr. Popov. IO::bind should not be lazy as it is a faculty for forward function chaining: it acts on the result of the value encapsulated inside the impure...

I just started to learn and use all these functional things but the samples I've seen in js and typescript libraries are definitely lazy and I thought that they work...

@johannesschobel Have you found good alternatives?