Janez Troha

Results 27 issues of Janez Troha

Playlist sometimes contain files that become unaveliable(internet connection down, wrong url). This becomes apparent in SoundCloud backend, when some file gets removed for copyright violation(guessing) but stays in playlist. Steps...

A-audio
A-core

Use case: 1. User installs Mopidy 2. Starts mopidy with --configure command flag 3. He is given url mopidy.com/configure/ and secret hash, he must enter in configure dialogue if he...

A-config

# What does this implement/fix? - Moves strings to flash memory - Optimizes ID generation ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) -...

Links to samplers were all the same

a) Not sure how open are you about this. b) It serves a purpose where the function being trace is same across multiple files and you need to know which...

XBMC log: http://pastebin.com/MkTrVMGZ Some more info: HBO(working) PID Type Details 810 H264 50.00 Hz 7302 DVBSUBslv (0002 0002) 1204 AC3 und 802 MPEG2AUDIO eng MKV: https://docs.google.com/open?id=0BwpkvM969FDxeVlSd2ZReE56eFk `ffprobe hbo.mkv` ``` avprobe...

Instead of polling with getTimePosition, there should be method which subscribes to underlying audio engine and reports track position with interval around 1s. Example: ``` mopidy.playback.onTimePositionChange().then(updateSeekBar) ```

A-docs

Relates to #develop Should be: ``` {"old_state": "playing", "new_state": "buffering", "event": "playback_state_changed"} ```

A-audio

The gist here is that [OP](https://github.com/elm/virtual-dom/blob/master/src/Elm/Kernel/VirtualDom.js#L1409) assumes length (var `i` and `v`) from the internal state (which can be corrupted) as there are no mux locks and realized state in...

## Problem The ```elm generate``` pipeline does not know how to parse Elm compiler error. ```js /Users/dz0ny/rnk/frontend/node_modules/elm-land/src/effects.js:31 throw err RangeError: Invalid count value at String.repeat () at header (/Users/dz0ny/rnk/frontend/node_modules/elm-land/src/vite-plugins/elm/elm-error-json.js:169:60) at...

Bug
Contributions welcome!