0xPatrick
0xPatrick
Is anyone still experiencing this issue? This event does not seem to be firing consistently for me (even for iOS). We are using the latest release (3.1.3). We are also...
@kbrandwijk yea this was done before the new graphcool was fully rolled out so i will revert back
+1 Not sure I have the ability to implement this, but I've had success using [nightmare-iframe-manager](https://github.com/rosshinkley/nightmare-iframe-manager/blob/master/nightmare-iframe.js) with Nightmare.
This would be a great addition
Hey @infoxicator, what exactly did you have in mind when you say **microdata**? Are you referring to stuff like `itemscope`, `itemtype`, and `itemprop` in the article you linked? Or were...
Ok cool, YIL/TIL about this pattern for adding schema.org data to a web page. I also agree that Schema.org data would be a great addition to this library. I am...
@lightninglu10 could you post a demo or link to a repo?
Hey @lightninglu10, the scroll seems to be working fine on my browser / computer (also a mac). Were you able to fix it, or are you still experiencing the error?...
The following should work: ```js const hdPath = (coinType = 118, account = 0) => stringToPath(`m/44'/${coinType}'/${account}'/0/0`); const wallet = await DirectSecp256k1HdWallet.fromMnemonic(mnemonic, { prefix: Agoric.Bech32MainPrefix, hdPaths: [hdPath(564, 0)], }); ```