Hans

Results 14 comments of Hans

I did some more tests to see what rules the casing for the generated Java classes follows. Here you see the Proto field name, then the Java method name and...

Looks like this is the issue: https://github.com/marcoferrer/kroto-plus/blob/master/protoc-gen-kroto-plus/src/main/kotlin/com/github/marcoferrer/krotoplus/utils/StringCaseExts.kt#L25 The way the java plugin does it is capitalizing the next character after an integer: https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/compiler/java/java_helpers.cc#L191-L193 It's quite funny that even the google...

Hey @srinivasankavitha, sorry for the delay but I was now able to re-test it with DGS 5.0.5. The following errors are still not exposed to micrometer as expected: - Exposed...

Hey @berngp and @srinivasankavitha, should I create a new issue or will you reopen this one? 🙂

Hey @antholeole, thx a lot! I can confirm that this workaround is also working for us!

Hey @srinivasankavitha as the quarter has passed by, is there any update? 🙂 Just asking because it's preventing us from having internal in-schema comments as the current implementation is going...

Thx a lot for the update and taking care! 🙂

This sounds like the following issue: https://github.com/KartoffelToby/better_thermostat/issues/1097 There was a fix PR here: https://github.com/KartoffelToby/better_thermostat/pull/1231 It's part of the "1.5.0 Beta 4"-Release. Did you try if that fixes your problem?

I noticed the same issue. Usually HA cards just split into multiple columns, but when adding multiple better thermostat UI cards they all end up in the same column. It...