Björn Mayer
Björn Mayer
@ravirajj @pkwarren any chance to get this merged? Or even update grpc to 1.45.1?
I did some experiments (also tried out different plugins) and now it works. Might be caused by the model not being present in the `eiscp-commands.json`. My config: ``` { "receivers":...
Looking at the code, I'd assume that the checksum calculation with KERMIN shouldn't be an issue: https://github.com/esphome/esphome/blob/dev/esphome/components/sml/sml.cpp#L112 It just never succeeds because of the missing bytes
If we would have interfaces for data classes, weren't we then able to automatically extend them when the `extend` keyword is used? Example: In my core library I have a...
FYI [27.4 was released](https://github.com/protocolbuffers/protobuf/releases/tag/v27.4) 4.27.4 tagged artifacts are still missing though: https://mvnrepository.com/artifact/com.google.protobuf/protoc https://mvnrepository.com/artifact/com.google.protobuf/protobuf-kotlin https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-util Second edit: They are there now
Heyho, I am on `24.08.17` and I can see the same behaviour. Data is updated around every 5ish minutes
Hi @bclozel, thank you for looking into this. The main reason is [Federation](https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/federation). We are working with subgraphs in a Mono Repository. We have all of our shared types in...