Eric Culp

Results 3 comments of Eric Culp

Chromium loads the extension with #213. I think it might only need the [webextension-polyfill](https://github.com/mozilla/webextension-polyfill) to run correctly (it fixes `browser` vs `chrome` namespace issues and Promise vs callback discrepancies).

The app uses the [PKCS5Padding](http://www.herongyang.com/Cryptography/DES-JDK-What-Is-PKCS5Padding.html) method for padding. After changing the padding method, I have been able to receive photos on Android.

FYI if you are running veneur-proxy in kubernetes with grpc, you might also run into #788