Jón Bjarni
Jón Bjarni
@Viermusketiere I think I can fix this, probably this weekend. Would you be able to test it? I don't got the needed hardware for it.
I have looked at this and I think the esphome `Sensor` abstraction should be able to take care of this. Have you tried to use the `delta` filter, https://esphome.io/components/sensor/index.html#delta ?
How about counting both `low` and `high` and divide by 2? Or count 100 for each edge?
I am experiencing the same problem with Azure Devops and still haven't found a method to fix this problem.
Looking a bit further into this, it seems that the reactor_op would need a cancellation key or some kind of way to support per operation cancellation. Similar to what was...
@arturbac let's close it for now since it wasn't complete. I need to spend a bit more time on this before merging any changes.
@justend29 do you know whether it is possible to write a `concept` to detect if iterator is pointing to contiguous buffer or non contiguous buffer?
In terms of implementation, I think the following would solve this at compile time: ```cpp struct glz::meta { static constexpr auto requires_contiguous_buffer{ true }; // ... }; ``` And comparing...
@andreasebner here is a failing workflow before including this header, let me know when you have recognized it than I will put it back in and clean the commits https://github.com/open62541/open62541/actions/runs/13961091730/job/39082414431?pr=7173#step:4:194...
@andreasebner I have removed the commit which showed this failing but the link is still valid see above, the include fixes that. Please review when you have time. Thanks.