Results 24 comments of Ken Lauer

While it's very far from perfect, I worked on some code that allowed for generation of asv-compatible json using pytest-benchmark. Here's some links: [Example generated from pytest-benchmark+asv](https://nsls-ii.github.io/caproto/bench/#/), [ugly asv/pytest-benchmark bridge...

(1) seems like the best option I've heard of yet. Continuing to maintain (3) seems to be not very costly. I'm fully on board with moving forward with at least...

(May be a codeathon-addressable issue - with a nudge from @prjemian)

@danielballan had asked during the meeting what additional ophyd information could be useful for such diagnostics. While tangential to this specific issue as it is unrelated to the `BlueskyInterface`, the...

Perhaps something like: ```python from decimal import Decimal '{:n}'.format(Decimal('{:.5f}'.format(0.000123456))) ``` ```python In [44]: '{:n}'.format(decimal.Decimal('{:.5f}'.format(0.000123456))) Out[44]: '0.00012' In [45]: import locale In [46]: locale.setlocale(locale.LC_ALL, 'pt_br') Out[46]: 'pt_br' In [47]: '{:n}'.format(decimal.Decimal('{:.5f}'.format(0.000123456))) Out[47]:...

Could it be an option or a dialog that pops up asking if you _really_ want a new window when one is already there?

That does ring a bell, @jbellister-slac. I had briefly mentioned something like that before but couldn't recall _why_ I thought that was the case. It's not an obvious thing -...

❤️ 2.0.... I'll need some time for this one...

Think we should just merge and work out issues as we go? If so, anything to preemptively add github issues for?

Would certain widgets need to opt-out of this behavior somehow? I don't think it'd be acceptable for a plot to drop data points, for example. Perhaps there is something to...