Julian Waller
Julian Waller
By refresh, do you want it to fetch the new png from the same path on disk, or should it be looking somewhere else? Companion doesnt know where they originally...
Yeah I like the concept and think it is doable. As this is only useful for the 'internal' module, I think we can get away with some specific bits or...
This will be in v3.0 
I am considering saying that this is something that should be implemented by each module. The reason being that modules define what the config fields look like, so that ip...
I am prototyping this for the 3.0 branch The proposed module side of this is https://github.com/bitfocus/companion-module-base/pull/11 I am then thinking that in companion, on each button for each group of...
I haven't forgotten, but choosing to neglect that to begin with ;) I'm trying to avoid making changes that are too big and sprawling and so end up sitting around...
Sounds like infinity isn't Json encodable so gets written as null? Treating null as infinity will be very very simple to do (when I am not writing from my phone)
The problem is that infinity gets converted to null when encoded in json by socket.io I don't expect that we can easily do anything about this (but am open to...
This needs some additional testing. I merged support into satellite, and have found some bugs since starting to use it: https://github.com/bitfocus/companion-satellite/issues/51. They may or may not apply here too
@stevealexandre It needs a bit more work here before it is ready, but it is getting close. I spent yesterday refining the implementation in https://github.com/bitfocus/companion-satellite, and I need to port...