Tim C. Schröder
Tim C. Schröder
That's (unfortunately) working as designed, see here: https://github.com/blitzcode/hue-dashboard#groups Basically, Hue had no idea of rooms etc. when I originally wrote this software and I simply implemented the most basic thing...
I'm thinking it would be nice to have a command line option to select between the prefix grouping and pulling the Hue rooms, might be a while till I get...
It's all a bit of a pain, isn't it? I personally need to sync scenes between my own software, the Hue system (mostly for export to the Amazon Echo) and...
Looking at this some more, I think in addition to the O(1) space leak for an orphaned message processing thread there's also a potential O(n) one if a TChan based...
I was unfortunately still able to disconnect without my `on disconnect` code running. I also saw this debug output: Foreign.JavaScript: Browser window disconnected. thread blocked indefinitely in an MVar operation...
btw, those three quoted messages happened when I brought up the threepenny application on my phone, switched away from the browser and waited for the connection to be closed. Simply...
It's a bit puzzling, I agree. I checked my code again, the only place where I directly use MVars is through `withMVar`, which should be safe and never leave an...
It's probably reasonable to expect developer to not do long running computations or lengthy I/O in response to a UI event. It would be nice in general if you could...
I suspect the latest commit for this might have broken something (everything? ;-)), see #172
I've been running with the current code for a while and haven't noticed any actual issues in 'real world' usage. I'm still somewhat concerned that this might cause resource leaks...