a4smanjorg5

Results 4 issues of a4smanjorg5

I want to get large file by fileId and download it to stream. ``` const MTProto = require('@mtproto/core'); var mtp = new MTProto(...); var dest = fs.createWriteStream('/path/to/file'); ... // statements...

Hi, please add method to fetch lyrics from specific track and return array of [track.parseEvent()](https://grimmdude.com/MidiPlayerJS/docs/track.js.html#line185) Expect output: ``` [ { track, delta, tick, byteIndex, "name": "Lyric", string }, { track,...

enhancement

**Issue type:** [x] question [ ] bug report [ ] feature request [ ] documentation issue **Steps to reproduce or a small repository showing the problem:** I want to get...

Can the signer (signer = private key) come from a sub-private key and verify from the parent public key? A case in point is openssl which can create a certificate...