Vicent Martí
Vicent Martí
Right on, development has been so organic since the beginning that I forgot to use tags or versioning. I'll get to it asap!
This is (unfortunately) the expected behavior. The `Render::HTML` class is just a thin wrapper for the actual render code written in C. It's not possible to call the C renderer...
Yes, a native implementation of the renderer would be pretty straightforward and let you use method overloading. It is however a tad cumbersome to write... If you're up for the...
I'm not sure I understand the issue here; the buffer is [checked for capacity](https://github.com/github/brubeck/blob/master/src/backends/carbon.c#L187-L188) before pushing new pickles, so it should not be possible to overflow it. Can you provide...
Hi @goir! Multiple metrics in one package can be supported, but these are one of the features we didn't implement because we don't use them in production. Pull requests are...
Generally speaking, we don't merge any features which we don't actively use in GitHub because we're afraid of unexpected side effects. This PR looks correct, however. If you really need...
Looks pretty good. Let me backport this to our internal fork and I'll push it back. :ok_hand:
Thanks @znull! This is pretty well implemented, but it's gonna take me a while to review and consider -- I'll get back asap.
Hi! Thanks for your contribution. I'm afraid I cannot merge the patch because a lot of the workarounds for OSX compatibility affect negatively the design of the library (particularly, the...
You're right! We've actually implemented that feature but forgot to update the README. :sweat: I'll open a PR tomorrow morning. :)