Bret Comnes

Results 239 issues of Bret Comnes

When appending many files and creating readstreams for each one, you run the real risk of blowing you file descriptor limit. Generally its better to defer the creation of readStreams...

https://twitter.com/mattdesl/status/956940170468691968 It would be interested for comparisons sake to implement the example that @mattdesl does with preact in the above tweet.

enhancement
help wanted

I don't know of a good way to protect private vars from being overwritten. I know @toddself accidentally ran into the situation where he overwrote a private var. Perhaps we...

In order to mount in iframes, we need to dynamically figure out the correct `document` https://github.com/choojs/nanocomponent/blob/master/index.js#L32

Maybe add the release process to CONTRIBUTING ``` Update changelog date Bump package.json commit -m '6.4.0' git tag v6.4.0 git push ; git push --tags npx gh-release npm publish ```

It was requested by dog_awoo that the columns sort the music. I think a good `Artist -> Album Year -> Album` sort is all anyone would ever need, but column...

help wanted
feature

I'm getting reports of the scrubber not working on first launch. cmdr seems to fix it. No idea why. Also it never works on windows. `¯\_(ツ)_/¯`

bug
help wanted

Would be a nice simplification to use gh actions.

https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-xvfb-to-run-tests-that-require-a-gui ``` services: - xvfb script: - xvfb-run --auto-servernum npm test ```