Gavin Laking

Results 9 issues of Gavin Laking

Sorry, I hate to be the first issue for you. Installed fine, however clicking the Redis icon in the System Preferences pane yields "Could not load Redis preference pane.". The...

``` ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_route.c:947:(find_matching_chmap) Found no matching channel map bt_audio_service_open: connect() failed:...

Playa sequentially opens each file in the directory to extract the ID3 tag information for the track collection database. With large directories this causes Playa to fail with `Errno::EMFILE Too...

bug
enhancement

If the mp3 file does not have ID3 tags, then the output will not be brilliant. In particular, the track title will be the filename- including the path. (Yuck.)

Bit-rot is already starting to take hold of this project with changes to Ruby and Minitest. This release fixes some of the issues noticed. There are still some deprecation warnings...

``` ruby vedeu/lib/vedeu/menus/menu.rb:97:in `items': undefined method `each_with_index' for nil:NilClass (NoMethodError) from /home/gavinlaking/Source/vedeu/lib/vedeu/menus/menu.rb:119:in `view' ``` Please run the examples before making releases in future Gav, as these kinds of bugs make...

To compute where streams should be rendered, some work is performed by `DSL::Align` and `DSL::Text`. This however is at the wrong 'level'- it should be done in the `Output::Viewport` as...

bug
refactoring