Peter A. Bigot
Peter A. Bigot
For the non-blocking API I've found at least some errors are not `http.Error`, but rather one of those wrapped by `fmt.Errorf()`. You can use `err.Unwrap` and type assertions, but to...
@AitorDB Thanks for providing this card. > I have been considering whether to replace the sun integration with a JS/TS library to fix it and maybe even been able to...
@AitorDB I saw some of that. It didn't look trivial to swap in the `sun2` component; it provides its values as separate state entities like `sensor.sunrise` or `sensor.elevation`, rather than...
In case it's relevant: `digilent_arty.cfg` seems to be found in the openocd that comes from the litex::openocd conda package, which is incompatible with python 3.8 which is installed following the...
@otavio Still present in poky at current master 44bb88cc869f3b42440d6f7aad000e706b739a2b building for raspberrypi4-64; overriding libstd-rs as described in https://github.com/meta-rust/meta-rust/issues/266#issuecomment-1125477963 still fixes it. https://github.com/rust-lang/rustc-dev-guide/pull/1389 seems to identify the root cause of the...
Nice example. pabigot/atsamd@1216fb91859e97e654a0ab140403350574da1ec6 provides a useful clue for people who are trying to figure out how to play and the screen freezes.
@bradleyharden Between the merge of #604 and my pending patches I believe all text rendering in examples should be resolved.
@bradleyharden All my patches are in and the examples work for me on the current master branch.
Looks like `_TypeBinding_mixin._CompatibleValue` only handles the case where the element type is simple. With your schema it's a complex type with simple content, and it's returning an element of that...
Unlikely to happen. If it does somebody'd have to come up with a detailed proposal for what it would look like, both the XML annotations in the schema and how...