Joost den Boer

Results 28 comments of Joost den Boer

Same issue with HA 2024.8.3 and Alexa media config v4.12.11 after I just upgraded both. Before HA was 2024.7.x and a previous Alex media config version. At first, after HA...

I think the main issue is that there should be a way to customise the formatting of the timestamp. If not in the backend, then how to customise it in...

Any updates? I'd also like a Java Api to disabled items like on the Select.

I made a PR: #2665 I was already looking at it Friday. The changes did not seem that difficult indeed. I made the necessary changes including a test case, but...

@ozangunalp Thanks for your reply. I understand your point. I was in the understanding the SerDe would required configuration provided by the `KafaCompanion` and I thought the `getCommonClientConfig()` would not...

Sorry if I was not clear. What I meant was that by being able to set a `useRecursiveComparison()` on the Configuration, any `assertThat(recordOrPojo).isEqualTo(expectedRecordOrPojo)` should be handled as `assertThat(recordOrPojo).usingRecursiveComparison().isEqualTo(expectedRecordOrPojo)`. And by...

It would be great if metrics could be exported to DataDog since all our other dashboards, monitoring and alerting is in DD so we can monitor edge cluster from the...

Same for a `map` on an `OptionAssert` which returns a package private AbstractOptionAssert instance.