dicioccio lucas

Results 30 comments of dicioccio lucas

In my intended use-case, extensibility doesn't seem to be a blocker and working on the untouched (or only supporting the basic extensions) would be enough. I think one way to...

Just saw this issue, was replying on https://github.com/tibbe/ekg-core/issues/12#issuecomment-295464493 that I've started a patch. I'll be updating only this issue starting from now. I'll fix ekg-json soon (very likely adding a...

Does anyone have some unpublished progress/design about the multidimensional metrics? I don't mind sketching something. The coding bit is probably easy enough. The hard part is finding a good tradeoff....

I don't believe monad-metrics introduces what tibbe refers to as multidimensional metrics. My understanding of mutlidimensional metric is that counters are identified by Text+dimensions rather than just Text. Glancing at...

Thanks for your input @tibbe I'll sketch something soon using Text as counter-creation keys and a type-aware sugar coating (which can go in other packages, so people can experiment with...

I've started a PoC at https://github.com/lucasdicioccio/ekg-core . I think it's fine for ekg-core, though, `ekg` and `ekg-json` will need an update at the same time. As far as I'm testing:...

Could you be more specific on what a plugin should represent and should be allowed to do? (A) If a plugin encodes a protocol for doing check/turnup/turndown/reload action then it's...

Yes if you can use it, definitely do that! Servant's BSD-3 license is okay for me.

Note that to package that in a pretty module you may want to have one module/file per "frequent combinations" of lazy/non-lazy and utf-8/latin-9 (albeit latin-9 hopefully is not really in...

Unsorted excerpts from an email conversation with Carlo Hamalainen ( http://carlo-hamalainen.net/ ). L. > I currently have a sort of big bipartite graph with executions on one side and results...