Xidorn Quan

Results 258 comments of Xidorn Quan

FWIW, since servo has upgraded their `syntex` dependency to 0.50, and for integrating rust-bindgen into servo, we need to have matched version, we have worked around this issue by removing...

> But I wonder how feasible it is to re-upload one every time. It is very feasible to re-upload one every time. Since my Envoy system started with 8.x, the...

(Feel free to send an email to me if anyone is interested in my approach.)

The problem with using services / actions is that they don't get updated automatically like state, and thus it's harder to build downstream in a data-driven / observable way. For...

Also I don't think integrations generally use services for providing information, but instead to do actions. This is a very important distinguish in my opinion. For example, a third-party dashboard...

> But how does the polling work currently? My understanding is that polling is one of the method integrations use to generate value, and state is the abstraction integrations provide...

> Let me rephrase, how does the integration currently get its data. Sure, integration can poll upstream to get its data. But I think the idea is that by abstracting...

> I don't see how that is different, as you can just create a time interval to poll every x minutes to update the sensors you expose. It's unclear what...

In addition, asking user to create an interval to poll data from integration has another problem: it could be out-of-sync. Because there is no mechanism for integration to tell the...

> I have no idea if this is thought about, and why/why not this is a good idea. So I can't say anything about that. It would be good to...