Thomas Kemmer

Results 72 issues of Thomas Kemmer

There are basically two separate interfaces for specifying transitions, `row` which works for C++17 only, and `mem_fn_row` which works since C++11. With C++17 support widely available now (except maybe for...

As stated in #5, `process_event()` must not be called recursively. Since this is a common pattern, especially with multiple FSMs passing events to each other, a "queuing" FSM type should...

enhancement

- [ ] Add motivational section to README - [ ] Add design guidelines (self-contained, performance, embedded use) - [ ] Add supported/tested compilers and versions - [ ] Add...

enhancement
docs

A third template parameter should be added to class `fsm`, which specifies a _BasicLockable_. This would be locked at the start of `process_event()`, so recursive invocations can be detected. The...

enhancement

One of the biggest UI issues still is lack of a scroll bar when browsing hundreds if albums or artists (#40). To alleviate this, the "Search here" input field at...

enhancement

Scrolling through large lists is a drag (pun intended). Since ionic does not provide scroll bars or other options such as jump-bars quick navigation by itself, need to look for...

enhancement
blocked

https://github.com/tkem/mopidy-mobile/tree/dev/mopidyjs-1.0

enhancement

Users report that Mopidy Mobile can turn into a real CPU hog when not being able to connect to the Mopidy server, e.g. because the server has been shut down....

enhancement

Currently, the search URI is always set to the current browse URI. Therefore, it is not possible to limit search to back ends that don't support the browse interface, such...

enhancement

If Mopidy Mobile is running in the background and gets "killed" after some period of inactivity, the MuciControls notification will no longer get updated, and prev/play/pause/next buttons will no longer...

bug