Nick Stockton
Nick Stockton
For reference, it seems like this is possible with bare `luasnip` (at least for the active session, exiting neovim still poses a problem). [`LuaSnip`'s `README`](https://github.com/L3MON4D3/LuaSnip) shows a GIF of this...
The UI should already be showing this. I think what may be happening is that due to a [limitation](https://github.com/librespot-org/librespot/issues/342) in the underlying librespot library, tracks played with spotifyd do not...
I don't know if we have control over the border characters, but rather rely on [tui-rs](https://github.com/fdehau/tui-rs) for pane selection highlighting. EDIT: I looked a bit more and tui-rs does give...
I'm seeing this as well. It appears that this has occurred due to an upgrade in the version of [tui-rs](https://github.com/fdehau/tui-rs) from version 0.14.0 -> 0.16.0 (https://github.com/Rigellute/spotify-tui/commit/1ef37e7551b05ffba8b0a1eed2132ff9b97a15a6). I just tested downgrading...
I opened an issue on the tui-rs repo (https://github.com/fdehau/tui-rs/issues/538) describing the regression. As a stop gap measure for spotify-tui, instead of reverting to an earlier version of tui-rs, we can...
I wonder if this is related to https://github.com/fdehau/tui-rs/issues/538... It turns out that how we color the background of the progress bar is not supported by `tui-rs`. As soon as I...
You are correct that this is a spotifyd (actually a librespot) [issue](https://github.com/Spotifyd/spotifyd/issues/514). See #661 for more discussion on this. Ultimately, it appears to be because librespot only offers the option...
Unfortunately, the only workaround I know of is to use something other than spotifyd as the player device.
I ran into this today as well. I found the workaround posted [in this comment](https://github.com/fabric8io/docker-maven-plugin/issues/1068#issuecomment-425272364) to use the fully qualified URI for login worked for me. EX: `docker login http://docker.io.mydomain:8088`...
Since https://github.com/ramsayleung/rspotify/pull/62, we can hopefully get a little more insight into what specifically is failing, to try to get to the root of some of the API errors.