Results 16 issues of Johnny Hauser

After installing `webtorrent`, a very large npm package, the `--live` option throws the following: > Error: watch ENOSPC > at exports._errnoException (util.js:746:11) > at FSWatcher.start (fs.js:1172:11) > at Object.fs.watch (fs.js:1198:11)...

`errorify` works with [email protected]. Using watchify 3.5-3.7, when there is an error, nothing happens at all. No bundle file is created, or if the file already exists, nothing is written...

When using `scan` on a stream, if the stream does not yet have a value, the initial value is set on the returned stream. `scanMerge` also uses the initial value...

Given the scenario that occurrences are pushed from the outside world, such as incoming websocket messages, and needing to reply only when each of N streams have emitted since last...

Ambient / distant sounds are painfully quiet. A lot of my streams focus on audio coming from the surroundings (a band, a comference speaker, etc), rather than the user holding...

When an error is thrown within `_process` in gerber-parser, the error is being thrown directly rather than being passed to `done`, which makes it so that there is no way...

Tested on Linaria 1.0.0, 1.3.3, 2.0.0-alpha.5 and projects using rollup and webpack. Here is an example of problematic code: ```jsx const Column = styled.div` & > * + * {...

needs: complete repro 🖥️
bundler: rollup 🗞️
bundler: webpack 📦
bug report 🦗

Unless an issue is discovered, it seems valid to represent a c++ enum in JS as `Object`. This may accord well with genepi's higher level abstraction over `node-addon-api`. I have...

enhancement

This library is a bit enormous. The worst offender is lodash. It could be remedied by referring to this repo https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore.

enhancement
performance

I used the code from the README and also tried restyling the video component and its container. In all cases, the video keeps automatically zooming in. I try to pinch...