Feross Aboukhadijeh

Results 215 issues of Feross Aboukhadijeh

### Explain why it should be added [A clear and concise description of the point and why it should be added to the list.] Thanks for including FilePizza and Instant.io...

enhancement

I need this module to use streams2. Would you accept a PR that implemented that?

Investigate why certain files do not play correctly. https://bitmidi.com/kingdom-hearts-ii-another-side-p1-mid (throws an error) https://bitmidi.com/full-metal-alchemist-crime-and-punishment-mid (never starts, reported by https://twitter.com/aviaryan123/status/1029957028511473665)

See: https://github.com/feross/buffer/blob/f52dffd9df0445b93c0c9065c2f8f0f46b2c729a/index.js#L298-L308

The `noAssert` option to read and write operations has been deprecated in Node.js. See: https://nodejs.org/api/all.html#deprecations_dep0102_using_noassert_in_buffer_read_write_operations We should remove it from here.

enhancement

It seems that Apple has changed the protocol for the Apple TV (4th generation). I don't have a device on-hand to easily confirm this, but I wanted to raise this...

Reference: https://twitter.com/feross/status/1389385719035006976

It's a lot easier, safer, and future-proof to specify just the tags that you want to allow, instead of everything to disallow. For example, 'onclick', 'onerror', 'onhover', 'onmouseover'... are there...

Meta issue to track progress on getting WebRTC support into popular torrent clients. - [x] [WebTorrent Desktop](https://webtorrent.io/desktop) - [x] [Playback](https://github.com/mafintosh/playback) (https://github.com/feross/webtorrent/issues/329) - [x] [Vuze](http://www.vuze.com/) - [x] [Brave Browser](https://brave.com/) (https://github.com/brave/browser-laptop/issues/3256) -...

meta
accepted

Advantages of [`streamx`](https://github.com/streamxorg/streamx) over [`readable-stream`](https://github.com/nodejs/readable-stream): - Better performance (according to @mafintosh's testing... would be nice to see some numbers) - Massively smaller browser bundle size (due to much simpler implementation)...

enhancement
area/browser
area/node
meta
area/perf
discuss at maintainers call