Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / galenhuntington/hmp3-ng issues and pull requests
#56 - mpg321 is abandoned.
Issue -
State: closed - Opened by galenhuntington about 1 month ago
- 1 comment
#55 - Rewinding to start of song with 'p' should not add a history entry.
Issue -
State: closed - Opened by galenhuntington almost 2 years ago
- 1 comment
#54 - It shouldn't start playing on start-up.
Issue -
State: closed - Opened by galenhuntington almost 2 years ago
- 1 comment
#53 - Maybe don't use hpack.
Issue -
State: closed - Opened by galenhuntington over 2 years ago
- 1 comment
#52 - Ability to delete an entry from the search history.
Issue -
State: open - Opened by galenhuntington over 2 years ago
Labels: enhancement
#51 - Use XDG directories for config and cache.
Issue -
State: closed - Opened by galenhuntington over 2 years ago
#50 - Viewable (recent) play history.
Issue -
State: closed - Opened by galenhuntington over 3 years ago
#49 - Hitting escape from search does not immediately clear slash.
Issue -
State: closed - Opened by galenhuntington over 3 years ago
- 3 comments
#48 - Add an option to initially be paused.
Issue -
State: closed - Opened by galenhuntington over 3 years ago
#47 - Travis may be going away; replace with GitHub actions if so.
Issue -
State: closed - Opened by galenhuntington almost 4 years ago
- 2 comments
#46 - Confirm on exit.
Issue -
State: closed - Opened by galenhuntington about 4 years ago
- 1 comment
Labels: enhancement
#45 - Add a "Prelude" Base.hs with standard functions, closes #43.
Pull Request -
State: closed - Opened by galenhuntington over 4 years ago
#44 - Get rid of readM function.
Issue -
State: closed - Opened by galenhuntington over 4 years ago
#43 - Add a prelude module for basic Haskell functions.
Issue -
State: closed - Opened by galenhuntington over 4 years ago
#42 - Mouse clicks to select/play.
Issue -
State: open - Opened by galenhuntington over 4 years ago
Labels: enhancement
#41 - Add CHANGELOG.
Issue -
State: closed - Opened by galenhuntington almost 5 years ago
- 1 comment
#40 - Add a search history.
Issue -
State: closed - Opened by galenhuntington almost 5 years ago
Labels: enhancement
#39 - The four arguments of Element.draw should be one data structure.
Issue -
State: closed - Opened by galenhuntington almost 5 years ago
#38 - Use deriving strategies throughout.
Issue -
State: closed - Opened by galenhuntington almost 5 years ago
#37 - Use a fixed-precision module instead of a tuple for centiseconds.
Issue -
State: closed - Opened by galenhuntington almost 5 years ago
#36 - Check for invalid progress data.
Issue -
State: closed - Opened by galenhuntington almost 5 years ago
- 1 comment
#35 - Should the MPG123 flag be noted in the Cabal file?
Issue -
State: closed - Opened by galenhuntington almost 5 years ago
- 1 comment
#34 - Replace mersenne-random with a maintained random package.
Issue -
State: closed - Opened by galenhuntington almost 5 years ago
#33 - Consider using Builders throughout.
Issue -
State: open - Opened by galenhuntington about 5 years ago
#32 - Search regex . should match a Unicode point, not a byte.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
#31 - Graceful degradation for small terminal widths.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
#30 - Restart of mpg321 isn't clean.
Issue -
State: open - Opened by galenhuntington about 5 years ago
- 1 comment
#29 - Use Unicode ellipsis.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
#28 - Kill child process on abnormal termination.
Issue -
State: open - Opened by galenhuntington about 5 years ago
- 1 comment
#27 - Replace popen and exec with standard library functions.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#26 - Replace Lexers with a modern parser combinator package.
Issue -
State: open - Opened by galenhuntington about 5 years ago
#25 - Use hpack.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#24 - Add Travis.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#23 - ID3 tags seem often encoded as ISO-8859-1.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
#22 - Probably silence "bad packets", as usually just newlines in ID3 data.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
#21 - Full mpg321 support.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 2 comments
#20 - Use wcwidth/wcswidth somehow to calculate spacing.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#19 - Perhaps add a Unicode type to StringA.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
Labels: enhancement
#18 - Use a semaphore to prevent overlapping redraws.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
#17 - Try to eliminate cyclic modules.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#16 - Move from old-time to time (or clock, etc.).
Issue -
State: closed - Opened by galenhuntington about 5 years ago
#15 - Pressing 'l' when no config should restore defaults.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
Labels: enhancement
#14 - Get README into shape.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
#13 - Loading config with 'l' makes display go haywire.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#12 - Preferably replace FFI calls to waddnstr and snprintf.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#11 - Reading from mpg123 randomly permanently stalls.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
#10 - Replace C stream reading with Haskell.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#9 - Parsing of mpg321 output randomly fails on start-up.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 2 comments
#8 - Address Setup.hs deprecation.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#7 - Update catching code to use new exception classes.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
#6 - See if an ncurses package can be used and the FFI dropped.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 3 comments
#5 - Replace FastIO.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#4 - Support non-ASCII filenames.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#3 - Decide what to do about the SIGWINCH code.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#2 - Clean up all the warnings.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 1 comment
#1 - Progress bar works under mpg123 but not mpg321.
Issue -
State: closed - Opened by galenhuntington about 5 years ago
- 2 comments