Florian Bernd

Results 271 comments of Florian Bernd

@gpetrou I had the time to check what the `MultiBucketAggregate` in NEST is about. This is just a base class used for aggregates that return multiple buckets. In the v8...

The exact same thing bugs me as well. I would even go one step further and decouple the deployments from environments completely by default. Imho every workflow should be able...

@JoeRobich Any updates on this one? Just checking the basic editorconfig rules like indentation, eol, etc. should be fine in this case. A large part of the code for that...

Same here - no ring events for quite a while. Worked flawlessly some time ago. Webhook is registered correctly.

This is still not fixed.

Yes, it's definitely a HomeAssistant issue. The nukio HomeBridge plugin still reacts to the webhook events perfectly fine.

Hi @ashitanojoe , This is one of the features I definitely plan to bring back. I sadly can't give you an ETA. As a workaround, the `Field` type can be...

I finally figured out it was HASS.Agent causing this issue. Not being able to type @ was driving me crazy.

@mwrothbe-intc Manual mapping is already possible using the v8 client. This issue is only about the missing `AutoMap` functionality 🙂 For your case, something like this should work: ```csharp var...

Steve is no longer maintaining the library (this is now my job). Until I reintroduce auto-mapping, your options are: - Use the v7 NEST client in compatibility mode just for...