Cezary Nowak

Results 31 comments of Cezary Nowak

![2017-08-04 14_07_04-add link to free react course for rails developers by hrishimittal pull reques](https://user-images.githubusercontent.com/621293/28968010-439b2652-791e-11e7-88fc-d1b65c92acab.png) Diff looks terrible. It should be `+1 -0`. Did you replace unix-newlines with windows-newlines?

It is caused by Safari's localStorage limitations. Nothing can be written in localStorage in private mode (iOS and OS X). Personally I use cookie fallback but it can handle up...

https://github.com/korpirkor/Blur.js I've resolved this problem in my fork.

Could you attach sample markup for this issue ?

For now lag is caused also by events handled in wrong way. In my fork there is a lot of performance fixes: https://github.com/korpirkor/Blur.js

You can still use StackBlur instead of StackBoxBlur, just revert this commit https://github.com/korpirkor/Blur.js/commit/58878ab95bb0458b971760c8d007736348ca63b5 . I could make switch for blur algo but it would increase file size

@coderofsalvation - It's unlikely to convert js code to coffeescript without breaking anything. Even js generated by coffeescript has some trouble. - pushing transpiled code (written in any language) is...

I think it's related with browser's security policy regarding input[type=file] in `file://` protocol. It should work when started from http/https

I'd double check if photo orientation is right - iphones rotates photos, js-zxing-pdf417 does not recognise photo orientation from exif.

Currently chrome can crop image for you, firefox passes whatever camera gives. I don't think it can be fixed easly. Try new webrtc-adapter