Bret Comnes

Results 239 issues of Bret Comnes

> maybe ogg is not fully supported yet? 7m i can't seem to load more than one, and track length is showing "NaN/NaN" I don't even own any ogg's, but...

bug
help wanted

We need a simple marketing website that has a description, screenshots and an easily comprehendible download button. I'm thinking one of those ones that downloads for the correct OS automatically,...

design
docs

E.G. Move https://github.com/hypermodules/hyperamp/tree/master/main/lib/audio-library into its own module. Perhaps https://github.com/hypermodules/music-library would be a good home for this, but also keeping scanning separate from playback state might be worth it. Not exactly...

help wanted
refactor
new module

Re-write the scroller to use fragment pooling and/or component recycling. Also maybe decouple it from hyperamp.

refactor
new module

Right now the n-th child will switch back and forth depending on if the scroller slices on the list on an even or odd index. Fix it

bug

There are a few issues with the windows layout that we should address: - [ ] Ugly toolbar, we should do a chrome menu, maybe where the macOS Stoplights live?...

help wanted
design
windows

We should have a similar model to macOS on windows or linux. Typically when windows closes windows, the app quits. One of our primary use cases is listening to music...

help wanted
windows
linux
feature

![media-scrubber-touch-bar-macbook-pro](https://user-images.githubusercontent.com/166301/32593817-4bf0f5f0-c4de-11e7-890c-d2e046963a85.jpg) https://github.com/electron/electron/blob/master/docs/api/touch-bar.md Depends on electron support for this feature.

help wanted
enhancement

Implement a file scan progress events that emit a percentage of total file scanned, and then indicate this using a progress indicator. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress

help wanted
feature

Ideally we can use [taglib](http://taglib.org) for this. Mafintosh said writing good async bindings for taglib would be harder than writing your own metadata parsing/serializing libs, but maybe we can get...

design
feature