Bret Comnes

Results 239 issues of Bret Comnes

https://sentry.io/hypermodules/hyperamp/issues/403261476/ ``` TypeError: Cannot match against 'undefined' or 'null'. at TrackView.get bottomVisibleRowIndex [as bottomVisibleRowIndex] (/Applications/Hyperamp.app/Contents/Resources/app.asar/renderer/dist/bundle.js:1326:34) at TrackView.get midIndexOffset [as midIndexOffset] (/Applications/Hyperamp.app/Contents/Resources/app.asar/renderer/dist/bundle.js:1330:32) at window.requestAnimationFrame (/Applications/Hyperamp.app/Contents/Resources/app.asar/renderer/dist/bundle.js:1344:48) ``` Probably just have to set...

bug

https://docs.microsoft.com/en-us/windows-hardware/drivers/dashboard/get-a-code-signing-certificate Probably another $100 🖕

windows
ops

Some mp3 files parse very slowly with the new metadata parser lib. - [x] Collect some samples of files that do this. - [ ] Try to find a cheap...

help wanted
Upstream

I like the mobile app-like sidebar, I don't want to see that go away, but I want to get back a more compact table view, since horizontal space become valuable...

design

Investigate if we should use write-file-atomic when writing the media cache to disk.

https://github.com/mafintosh/fs-directory-stream

> two things though: i imported some music, didn't select a song and pressed play. button turned into the pause icon 10:47 but nothing played A song isn't queued after...

bug
help wanted

Use album artwork to come up with a dynamic color scheme like iTunes does. https://github.com/FormidableLabs/react-image-palette/blob/master/src/get-image-palette.js Would be great to extract that out into its own module, and then consume it...

help wanted
design
feature

Our sort doesn't group albums together correctly. A lowercased filepath sort might work better than what we are doing now, assuming people organize their music the way iTunes would. https://github.com/hypermodules/hyperamp/blob/master/main/lib/audio-library/sort.js

bug
help wanted

We've talked about refactoring the audio process into a generic module. https://github.com/hypermodules/hyperamp/blob/master/renderer/audio/audio-player.js This would also serve as a place to design a playback API that can be swapped out with...

help wanted
refactor
audio
new module