Matthew Brown

Results 7 issues of Matthew Brown

I'm looking to wrap the generated service and client in a module to better support projects that use Zeitwerk (i.e. rails). This will allow the zeitwerk to work with a...

This adds OpenTelemetry tracing support to Coach. In normal operation is produces two types of spans: - A span around the handler which includes most of the `http` spec attributes....

This will allow sources to dynamically decided if to provide a value for the attribute. For example, a higher priority source can decided to leave the low-priority source "as is"...

V3

**Add get_model_state to Doc** This adds `get_model_state` which returns the entire doc state as the pydantic model pass in as `Model=` during instantiation. It's effectively the other side of `apply_update`....

_Caveat: relatively new to rust, familiar with BACnet_ Do you have a suggestion for a container that can be used to move DataLink todo!("implement decoding error handling"), } } }...

~`ReadPropertyMultipleAck::new_from_buf` doesn't take a reader, so it will attempt to decode from the beginning of the slice. This fixes it to only pass the remaining buf.~ (you beat me too...

Prior to this patch the state machine did not handle results arriving after cancellation. This add explicit support for that scenario by keeping track of the state prior to cancellation...