nukeop

Results 574 comments of nukeop

I just double checked to see if I used the right icons, the ones we're using can be seen here: https://react.semantic-ui.com/elements/icon/ If the rows are sorted in descending order, we...

I'm working on a permanent solution by using a different API.

They might be rolling it out differently to users in different regions. I've got the new API workaround working on a feature branch. Should be out soon.

I'm not planning to maintain this version anymore, so I will not be releasing a fix to this. I started a new project from scratch that will ultimately replace this...

It's still going to be Nuclear, but this time I'll start from 1.0. I'll just replace the contents of this repo with the new one, which I'm developing here: https://github.com/NuclearPlayer/nuclear-xrd

Hey, thanks for reporting. Is it happening when there's other stuff in the queue? I think this is happening when other songs have their streams loaded, too many components are...

Great, so this issue has been also reported by one more person, and I noticed it myself, pretty sure i know how to fix that so it shouldn't be long.

In the meantime you can just wait until all the songs in the queue finish loading, then the menu should be fine.

This is caused by the entire queue component re-rendering whenever anything in the `queue` subtree of Redux changes. The solution is to prevent these re-renders, either by picking parts of...

Also to prevent errored out tracks from blocking the rest of the queue, it would be good to have a "locked with error" state where Nuclear won't make any further...