andra961

Results 7 comments of andra961

> @mrousavy this patch seems to be the end to my quest.But still unable to get it working throwing "undefined" while using it.Could you shed some light on the usage...

> Which line does it error on? > > ```ts > import { pbkdf2Sync } from "crypto"; // fast implementation in your enviornment > > function customPbkdf2(password, salt, iterations, keylen,...

> @mrousavy Do you have the pure C++ JSI implementation mentioned in the [reply above](https://github.com/ethers-io/ethers.js/issues/2250#issuecomment-955699472) available for public? The example [here](https://github.com/ethers-io/ethers.js/issues/2250#issuecomment-1100627483) is for swapping the pbkdf2 ethers would use. He...

> I find solution for slow when create random wallet ` import hdkey from 'ethereumjs-wallet/dist.browser/hdkey'; import bip39 from 'bip39'; import {Contract, ethers, Wallet} from 'ethers'; const getPrivateKeyFromSeed = (mnemonic: string)...

> > > I find solution for slow when create random wallet `import hdkey from 'ethereumjs-wallet/dist.browser/hdkey'; import bip39 from 'bip39'; import {Contract, ethers, Wallet} from 'ethers'; const getPrivateKeyFromSeed = (mnemonic:...

@mmazzarolo can confirm that could solve the issue. Would you perhaps be interested in a pull request?(It would be my first though so you'd have to explain me a few...

> Hello, I had the same problem. I solved it by using the custom theme. For the rows set table: grid-template-rows: 50px. And the header HeaderCell: height: 50px for example....