Joseph Huckaby

Results 421 comments of Joseph Huckaby

Hello! Yes, that would be awesome. I would prefer that it be a separate subclass (possibly called `MegaMap`?) which inherits from MegaHash.

Thank you very much for this PR. It's a very clever trick. You'll have to forgive me, but since this module is already in active use in so many places...

Yeah, this is a known issue with JSON. There is actually a lot of things doesn't support, including circular references, functions, blessed objects (classes), and more. I'm afraid there isn't...

Hello, and thank you for using both of my products! Yes, Orchestra will combine the powers of Cronicle and Performs, so you can have a single server & group list....

Thanks, I will look into these issues. Unfortunately, we're really at the mercy of the graphing library here ([ApexCharts](https://apexcharts.com/)), and it auto-scales things to make room for the legend underneath...

Okay, so I released a new version with lots of new graph configuration options (details below). But first, I have to point out that Performa does request fixed height graphs...

Performa only grabs network stats from the first external interface, as it is easiest and should cover the needs of most users. https://github.com/jhuckaby/performa-satellite/blob/master/index.js#L257-L263 I'll look into supporting multiple interfaces in...

How strange, I've never experienced an out of memory error before. The Performa daemon never uses more than 100MB on all my servers, and I've run it 24x7 on 50+...

Thank you @asyslinux for your e-mail. I believe this is the culprit right here, in your `config.json` file: ```js "cache": { "enabled": true, "maxItems": 32786, "maxBytes": 536870912 } ``` Unfortunately...

Here is codepen created from your Irregular Timeseries demo code, but I adjusted all three series to start at the same timestamp, and have the same array length: https://codepen.io/anon/pen/EMdpmN As...