Speculees

Results 6 comments of Speculees

@ElijahKotyluk thanks for prompt reply. Implemented own solution without issues.

I am using https://www.typescriptlang.org/tsconfig#skipLibCheck until this issue is resolved. I think the problem is that @solana/web3.js is a package dependency instead of peer dependency. If it would be a peer...

And here is the code example: var Mnemonic = require('bitcore-mnemonic'); var bitcore = require('bitcore-lib'); var wordPhrase = 'concert great autumn belt diagram page rigid stereo draw comfort goat zone'; var...

Oh yeah. I know there is fromSeed function, but It just checks if params are correct type before passing them to the `return new Mnemonic(seed, wordlist);`

Okay, I took the liberty of forking this project. Check out the demo at [this link](https://speculees.github.io/ngx-dnd/). There find the ngx-section "Nested Sortable - recursive - scrollable drag". Also, the ngx-section...