Harsh Vakharia

Results 14 comments of Harsh Vakharia

@RayPS that looks great! Then let's make this available for safari and firefox too :) #5

The extension shouldn't have this issue with Github's new UI. Can you test with the new UI and latest extension?

Strange! It is working for me on private repos. Do you have permission to view that private repo?

Haha. Ya, missed it the first time. I am unable to reproduce the results. It is working correctly on my private repos. Did you try the latest version of this...

@msvamp thank you for the update! Can you please share steps to reproduce `TypeError: tree.forEach is not a function` error?

@Asgen thank you for your PR! Can you share a screenshot on how does it look?

Safari: https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/UsingExtensionBuilder/UsingExtensionBuilder.html

Firefox: https://developer.mozilla.org/en-US/Add-ons

@markbao this is because of https://github.com/speakeasyjs/speakeasy/blob/master/index.js#L533 Google Authenticator needs `base32` tokens. You can; ``` const { base32 } = speakeasy.generateSecret() const otpAuthUrl = speakeasy.otpauthURL({ secret: base32, label: 'Untitled' }) //...

This is a known bug. Sometimes, https://coincap.io/exchange_rates takes too long/fails to load so it blocks dropdown from rendering.