Chris

Results 14 comments of Chris

Excellent - thanks for forking. Are you using this with Home Assistant or something else? I'm looking to get this data into my HassIO instance but given the official plugin...

Good to hear - I just tried setting `context.correlationContext.operation.name` in my TelemetryProcessor, but it appears that the `ai.operation.name` tag is used instead. Is there a more appropriate way to achieve...

I pulled in inversify-express-utils for the same reason - to create a per request DB transaction and am hitting the same issue. My dependencies are being reused by the next...

@simplegsb I didn't even think to use your sample commit as a package. Pulling it in seems to have done the trick! Have you thought about just opening your changes...

Necroing this old issue: We've got a use case where we want a mocked/manual clock so that we can control when each step of our mock workflow executes. This would...

Yeah, I was. Somehow in digging through the client I missed `RegisterDelayedCallback`. That does seem to do the trick - I was just expecting/hoping for a power-user mode that allowed...

Any thoughts on this? I'm having some issues where I need to bump from 5.0.2 to support ARM but doing so breaks CentOS 7.

I took a stab at fixing this here: https://github.com/home-assistant/addons/pull/4092

@Rugvip I finally got around to looking in to this failure as well. AFAICT these tests are failing on master too and need to have all instances of `'https://ghe.github.com/api/v3/repos/backstage/mock/tree/contents/'` changed...

@Rugvip No worries. It looks like the tests are passing on master now. I'm not sure what happened but if I manually rebase this branch on master the tests seem...