Mark Hansen
Mark Hansen
Currently, we try to updateConnectionParams() by reading the .nrepl-port file during extension activation (when a clojure file is first opened), then we try to auto-connect. This fails when you open...
Copied from shortcode. I was a little surprised that card-code didn't support footers like card does, I expected them to work the same way except one contains code.
Hi there, I just integrated https://github.com/untitaker/hyperlink, an intra-site link checker test that can run on CI, into Graphviz's Docsy site. The checker is great, it immediately found 1000 dead links,...
Hi there, Aside: I like Speedscope, I'm particularly impressed by the effort you've put into supporting so many output formats. I'm trying to [map the profiler ecosystem](https://www.markhansen.co.nz/profilerpedia/) and Speedscope is...
### What version of Hugo are you using (`hugo version`)? hugo version hugo v0.83.1+extended darwin/amd64 BuildDate=unknown ### Does this issue reproduce with the latest release? Yes ### Issue This warning...
Flame Graphs are popular in software performance profiling: https://queue.acm.org/detail.cfm?id=2927301 But they're generally useful for showing weighted hierarchical data on one screen. It's like the 'sunburst' visualisation, but unrolled flat, so...
Addresses #527. There's a test setting GaugeHistogramMetricFamily.gsum_value = None, so I've preserved that behaviour, by not appending and crashing if gsum_value is None. That meant that this test case "([('spam',...
Hi there, an experience report and improvement suggestion. I have a [pretty simple exporter](https://github.com/mhansen/bom_exporter/blob/master/bom_exporter.py) which queries a backend URL for JSON, grabs the JSON, stuffs it into prometheus metric families,...
Fixes #658 I'm not sure I've covered everything here; mailing it out early for feedback. I based this exporter off `printTraces`, removing the extraneous bits like labels and unit formatting....
This probably isn't a high priority item, but it might be easy. Filing a Feature Request to track, and to hear if other people think it's a good idea or...