Teddy Rendahl

Results 17 comments of Teddy Rendahl

Happy to put in a PR to add `border-color`, `border-width` options. Getting stuck because it looks like `QPainter` disregards the `.brush` and draws everything with the `.pen` because it thinks...

Fine with having them all be in the codebase and opt-in if you have that bandwidth. Otherwise, if you are picking just one I'm by far the biggest fan of...

> Some plan stubs should probably not be wrapped in the decorator My initial impression was that none of the stubs would be wrapped, and only fully complete plans would...

Well. We don't have enough non-developers for this to really hurt us. That being said, it would be nice to be more explicit in the naming so that people realize...

👍 as well. Isn't there an example with blob finding that uses `scipy` as well?

@mattgibbs I ran into this when implementing a new `Plugin` The issue was the source (a non-EPICS source) had no concept of an "alarm state", so I only had it...

On kind of a side note, it might be nice to put some of the state machine logic on the `BasePlugin` itself. Reduces the overhead for new data sources. i.e...

> A global maximum redraw rate sounds like a nice idea too, although I wonder how tricky the implementation will be... I believe this would be fairly simple if you...

I would like to see a way to resolve this as well. We've gone back and forth about whether this should be done at the `ophyd` or `bluesky` level.