Bret Comnes

Results 354 comments of Bret Comnes

Capturing drafts from IRC: Other simple hex logos: ![](https://github.com/depjs/artwork/raw/master/logo-500x500.png) ![](https://webtorrent.io/img/WebTorrent.png) ![](https://usercontent.irccloud-cdn.com/file/U75cmM0u/hyperamp.png) ![](https://usercontent.irccloud-cdn.com/file/biuV6q8r/Screen%20Shot%202017-09-27%20at%2010.50.19%20PM.png) ![](https://usercontent.irccloud-cdn.com/file/XkZg61zE/Screen%20Shot%202017-09-28%20at%207.48.06%20AM.png)

Looks like inkscape or some SVG editor could do it. ![](http://hexb.in/hexagons/campjs-vi.png) https://github.com/campjs/campjs-vi/tree/gh-pages/src/svg

voxel/isomorphic art.

Hey Bret, I used Inkscape and found it to be pretty easy to use. I had used it for other things before that though. If I remember correctly I set...

DOM Nodes created by nanocomponent shouldn't be externally modified (given the way thing work now). If you must, pass the data changes into the component through render or add additional...

Maybe use https://github.com/mycoboco/mp3-duration/commit/abdb1bca7d9739dbff1b99479b84c811d2bc6f12 see https://github.com/Borewit/music-metadata/issues/35

What we can do is skip these tracks by setting `duration: false` and then kick off a background task when its needed. Or we can maybe fill the gap with...

Another work around is getting the duration from the electron audio element as well. Will build this feature into https://github.com/hypermodules/hyperamp/issues/244

It also occured to me that https://github.com/almost/through2-concurrent + timeouts could easily solve this problem as is. Also https://github.com/brycebaril/through2-reduce pipe https://github.com/maxogden/concat-stream would simlpify my garbage code. We should still supplement our...