Steve Kemp
Steve Kemp
I think the conclusion here was that there wasn't a simple/obvious way of giving you what you want. I did think of keeping state - since the way the program...
> I don't know if it's possible, but can the concept of global variables/state be made available in lua scripts? That's an interesting question! Although the script is run again...
Right now the script is free-form, and executed from the top every time, when a window is created. So I was kinda thinking if it we invoked a lua-callback on...
Let me update the code to monitor window close-events. If I can make that work, I could add a `window_closed()` method to allow control-flow. If that all works out I...
This whole thing is horrid! I've added logic to trigger a callback on window-close, but when it is fired the window passed to it is null. i.e. I can call...
The obvious solution is to have a cache: * When a window is created get __all__ the data, title, etc, etc. * Store that in a hash, keyed off the...
It is already possible to update the database to remove the reports which are unchanged, via `puppet-summary prune -unchanged`, which was added as a result of #42. But I guess...
As per the referenced issue above I am also encountering the same issue. I have come up with a horrid solution which _does_ work: * Connect to MQ * Subscribe...
FWIW I see the same thing with a simple client that does three things: * Create a client, and connect. * Publish a message * Disconnect If I disconnect "too...
I guess this can be closed now - there are way more recent releases than 1.8.5, but it did eventually appear: * https://quay.io/repository/influxdb/chronograf?tab=tags&tag=1.8.5