Emil Lynegaard
Emil Lynegaard
Deployed to prod, but missing merge into master + a new release.
Planning on doing this as an extra field on the player struct, which will be stored as a list of other player structs. The frontend will then be able to...
Is there anything going on with this?
> Although since you can't edit the Spotify owned playlists... To understand that correctly - does that mean that as things are right now, it will never be possible to...
Ah of course - alright, so eventual support for editing one's own spotify playlists should be possible then.
@prashnts this would be still be awesome to have resolved, as I think every version from 3.10 and onwards isn't working at the moment
@colin99d I would assume it should be added to the 'CHANGELOG.md'. But mostly when doing the next release, so feels like this could merged @laurentS / @Rested ?
@laurentS any plans to publish a new version to Pypi with this change (and a few others that have landed since the v0.1.9 release from February)?
Now using builtin colors generally, but still relying on hardcoded RED/GREEN, which can look bad with some color schemes. Possibly add option to rely fully on default colors.
For the time being I've resorted to this simple "fix", however I'm definitely not too stoked about it: ```elixir def auto_version() do {rev, _} = System.cmd("git", ["rev-parse", "--short", "HEAD"], stderr_to_stdout:...