James Barnsley

Results 136 comments of James Barnsley

[Preconfiguration](https://github.com/jaedb/Iris/wiki/Advanced#preconfiguration) does appear to be working as expected, with the exception of `initial_setup_complete`. This is because in the milliseconds it takes for Redux to update the application state, ReactRouter has...

This is an error that results when the Mopidy websocket object is missing, damaged or non-responsive. This can happen for a multitude of reasons - most of which are beyond...

Exactly - the browser is manipulating a long-running TCP (websocket) connection by *restoring* it. It needs to *connect*. My advice is to pin your Iris tab and refresh it when...

@BrainStone you are most welcome to have a go at developing that and submitting a [pull request](https://github.com/jaedb/Iris/pulls).

The _Outputs_ panel (in your screenshot) originally showed all connected clients, but it became quite unwieldy and had limited practical use as most users wanted to change the volume of...

The first port of call would be to visualise how you anticipate this working, and to better understand the wider use case. Some key considerations I would also suggest exploring:...

More information is required, yes. The feature request / issue templates prompt you for all of the information required so please use that. Key things to mention is what provider(s)...

The main difference between the `/local/` folder for images is that Mopidy is not a file server. Yes, Mopidy-Images makes images available via this URL but the files that you...

When looking at those 'duplicate' requests, I would expect one to be an `OPTIONS` request, and the other a `GET` request. It could also be due to the ServiceWorker wrapper...

The "Loading more" message was relevant when lazy rendering big lists to avoid performance issues. I completely overhauled this a few months back in [3.57.0](https://github.com/jaedb/Iris/releases/tag/3.57.0) so the best course of...