phiferd
phiferd
Not sure if this is the same issue, but there is a bug in the wheel zoom policy. This line calls _zoom with three parameters (zoom, centerX, centerY): https://github.com/freegroup/draw2d/blob/master/src/policy/canvas/WheelZoomPolicy.js#L127 But...
This may resolve https://github.com/apache/cordova-plugin-media-capture/issues/135
@janpio any chance you can take a quick look at the repo linked by @eduardoewgo (sorry, I just grabbed your username from the contributors page)? We're trying to understand if...
Never mind, looks like the issue was related to the way permissions are requested in the capture media plugin. In captureVideo, it didn't ask for the permissions needed to actually...
Here's a link to the PR: https://github.com/apache/cordova-plugin-media-capture/pull/147/files The issue was that the READ_EXTERNAL_STORAGE permission was not requested. Maybe there's another way to do it, but the update I made to...
Fair enough. I was just thinking that building it into the library would prevent a lot accidental mistakes by devs that aren't familiar with the details (like finding a blog...
ok. I've been playing around with it on a few datasets and I've made a few minor improvements to my changes. I'll update it to include your suggests and update...
Here's an example message sign using MyCrypto: ``` { "address": "0x01bc58678b6aef694ef598de3e2a30e4e501278f", "msg": "Test message for Github issue", "sig": "0x7b940926a983cac4f6c196f030a2dd1ff985e0740b0704b17030c730a6116e22683af5a434d813c12acf0d8b5ea0caa1efd4443aea3a9da13f45ce8554cd58da1c", "version": "2" } ``` If I verify the message with my...
If I update the verison to "3" and set "signer" to "trezor", I can verify the message on MEW without my Trezor connected. ``` { "address": "0x01bc58678b6aef694ef598de3e2a30e4e501278f", "msg": "Test message...
@ihadeed Also looking forward to this update. If you have changes that get closer to getting Google pay working or resolve any other issues, it would be great if you...