Ryan Summers
Ryan Summers
I think a blanket implementation is actually the only way. Arithmetic on const generics (i.e. `impl TreeKey`) is not stable currently.
I think we would need to see an actual use case for this before moving forward. Right now, the only benefit I see is in reporting quanitzed values. https://github.com/quartiq/booster/issues/206 was...
> It should be separate from telemetry. Telemetry is periodic, settings republication is event-triggered, both may well see very different handling in downstream logging tools, influxdb/grafana This is the key...
@jordens and I discussed this today at length and came to the following conclusions: 1. We should explicitly exclude potential side-effects of settings. For booster, as an example, it was...
Upon thinking about more Miniconf use cases, it occurs to me that there's another abstract desire for requested vs. actual settings. If there's an optional setting that is present during...
That definitely sounds like a nice approach to me! It may be useful to try and look at some cases where string escaping is useful to see if this design...
Is this open-sourced and/or something I could look at to get an idea of how you're interested in using it? What I'm really trying to figure out is what this...
I'm not sure I fully understand the use case. Can you provide a small example of what you're looking to do in code that this enables?
@richardeoin This isn't actually adding in any new features, but cleans up the repo in preparation for adding in 1.0 variants as well :)
@jamesmunns noted that he fixed an errata around this in embassy in https://github.com/embassy-rs/embassy/pull/2823 that relates to USB being used in multiple ISR contexts