Taylor Monahan

Results 79 comments of Taylor Monahan

We're having same issue with our windows electron builds for the MyCrypto desktop app. If anyone from Mist has triaged or debugged, feel free to share the love. Our error:...

Update regarding the highly related MyCrypto issue Copy paste from our devs Okay, so I've now established that pulling `origin/develop`, clearing yarn cache, reinstalling modules, and running `yarn run build:electron:windows`...

Alright so I figured out how to do Asana. I'm sure there is a way to hook into this via the webview.js, and it's only going to work for Asana,...

Yeah if you just add: ``` const getMessages = () => { const googleButton = document.getElementById('google_auth_button'); if (googleButton) { googleButton.onclick = function(){ return Dialog.Login.loginWithGoogle(true, 'https://app.asana.com/-/oauth2callback', 'https:\/\/app.asana.com\/') } ; } ......

FWIW here is my webview.js. oauth works and alerts if you have new notifs (I think?). Mostly sharing for the oauth. Probably should have commented wtf I was doing when...

Did you ever unlock your wallet by hand typing the key? Please be sure that you are carefully and accurately typed it. A single wrong character will open a different...

We cannot resolve ENS names if the user is offline as it requires searching the contract to resolve the name

Into the backlog too. I'm just killing you today. I just heard that jaxx is discontinuing their FF extension. Any insights into why?

jQuery is only used for paper wallet and should be converted and removed. In v4 we inline the paper wallet on HTML page to eliminate problem and remove elements you...

For too large, we need to test uglified v again (last time it broke some things) or see if there are unused things we can remove. Contract abis come to...