Erik Ostermueller

Results 36 comments of Erik Ostermueller

Hi @flensrocker thanks for the class. I cloned `https://github.com/jfcere/ngx-markdown.git` and added your class to my project. What should my markdown links look like? What else needs to be done? I...

ok, replaying to self here. What I attempted above won't work because the markdown files are loaded statically, probably at startup, [per this code](https://github.com/jfcere/ngx-markdown/blob/master/demo/src/app/cheat-sheet/cheat-sheet.component.ts#L11) and [this html](https://github.com/jfcere/ngx-markdown/blob/master/demo/src/app/cheat-sheet/cheat-sheet.component.html#L56).....but still would appreciate...

Hi, None of the sorting options (metrics, a->z, z->a) are working for me. I've added an influxdb "order by time" and that seems to put the metrics in the the...

![http-timing](https://user-images.githubusercontent.com/175773/57652991-6ca7ef00-7596-11e9-9b04-ecaf474c3f54.png)

Perhaps the most helpful tip is this: The sample influx response I posted above has timestamps from 12:01am to 4am-ish on May 9, 2019. The problem still happens if you...

brand spanking new to this code, but all this time in addHeatmap() in rendering.js looks suspicious. What do ya think? ![addHeatmap](https://user-images.githubusercontent.com/175773/57958861-e86fa780-78c6-11e9-8661-ea568491aacb.png)

Thanks for having a look. I can't help but think all of the nulls in my influx response are part of what's choking up d3. The influx response is .5...

+1 for this feature. I regularly use this in IBM's pmat, whose support for Oracle JVM's is lacking. Need this to compare GC results of two load tests with the...

This is also helpful to factor out "warm up" tests that show up in the same log file. btw, thanks for gcviewer. I've only been using it for a day...