Results 33 comments of Vadim Volodin

Hi! We have drawn a format for link commands [format](https://github.com/Software-Analysis-Team/link-commands) We also have worked on this for CMake [issue](https://gitlab.kitware.com/cmake/cmake/-/issues/22067) [pull request](https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6009) Also, we have some work for bear, it needs...

I don't have any error on google-drive-ftp-adapter console. It appears only in mc. ![screenshot from 2018-11-02 23-43-09](https://user-images.githubusercontent.com/17502570/47939711-4f180f80-def9-11e8-9444-11139b13e0ff.png)

Looks good to me. I think it's better to merge commits in one. And providing more information about the reasons for commit (fault tolerance) and about the implementation (round robin)...

@Enmk hi, I have just started to continue working on this pr. Hope it will be ready soon

> You are using an old version of Node, that might be part of the problem. Node 8 has been past end of life for almost a year. @murgatroid99 Thanks,...

Hello, there is still a problem. Despite it does work, it doesn't work under corporate proxy. Most probably this is not an issue with grpc-tools, but could you please take...

Unfortunately it is not temporrarily and is reproduced always. I see that here https://node-precompiled-binaries.grpc.io/ 1.6.6 is present, but 1.9.0 is not

So current implementation is: ``` export async function mnemonicToSeed(mnemonicArray, password) { const entropy = await mnemonicToEntropy(mnemonicArray, password); const seed = await pbkdf2Sha512(entropy, 'TON default seed', PBKDF_ITERATIONS); return seed.slice(0, 32); }...

As we discussed, there are BIP39 and BIP44 standards which can make TON compatible to other wallets. Derivation there is different. For example in Trust Wallet we agreed to use...