Suyash
Suyash
works in firefox, just verified and is not working in chrome. will take a look.
> Ability to tap of the white space to the right of the bullet text and it'll move the cursor to the end of the line. Currently clicking there does...
Did some remote debugging on Firefox  The controls are defined in HTML, and show up based on detecting when the keyboard is visible on a phone. The keyboard detection...
@ajvsol I have an initial version of this running on firefox.  Unfortunately, the window resize trick does not seem to be working in chrome, still looking into detecting keyboard...
 @ajvsol chrome should be up working too
Thanks for this. I'll try to set up a MSVC CI to make sure this does not break #7 and will update this space once done.
@lzap the Histogram embeds `pcpInstanceMetric` (https://sourcegraph.com/github.com/performancecopilot/speed/-/blob/metrics.go#L1373:3), which makes it able to get the properties of an Instance Metric, but the `pcpInstanceMetric` type is internal to the library, the `PCPInstanceMetric` type...
> Would you accept such a patch? Of course, I'm open to patches around any usecases that I've been unable to forsee.
@lzap my original idea for this was to simply export `ValInstance` and `SetInstance` from `*PCPHistogram` (via PCPInstanceMetric). But that seems too generic for this. I think providing the percentiles to...
@natoscott the idea is largely based on https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis. This needs to be done only for constructor functions (`New...`), basically providing functional arguments for optional parameters. It would be a good...