Teddy Rendahl

Results 8 issues of Teddy Rendahl

### Description I have some `pymodbus` code that is writing different bits to a register and noticed that the `BinaryPayloadBuilder` is doing some interesting manipulation of my bits that I...

Bug
help wanted

Curious what the easiest way to create my`QIcon` with a separate border-color and thickness? It appears that using the `color` attribute changes both. Is appears this is possible in the...

type:Enhancement
community:help wanted

I ran into this issue with the following use case: I have a PV I want to plot over a long period of time (~12 hours). In this specific case,...

bug

**What's the problem this feature will solve?** High rate data can soak up a lot of CPU, especially if the `PyDMChannel` is subscribed to multidimensional data. **Describe the solution you'd...

enhancement
request

Status objects callbacks are called with no arguments. This means to even have some simple logic based on the completion of the status you need to use partials. I think...

Having some issues with selecting `read_attrs` of a child component. Here is some code to reproduce what I'm seeing. This gives me inconsistent results: ```python from ophyd import Device, Component...

bug

I honestly do not think this behavior is wrong so to speak, but felt it was worth pointing out that it is different than the `pyepics` behavior. In `caproto` we...

feature-parity
threading-client

## Expected Behavior Both outer and inner product scans should give us the same BestEffortCallback ## Current Behavior If you run `grid_scan` with two motors and `BestEffortCallback` we get two...

callbacks
plotting