Shaheen Gandhi
Shaheen Gandhi
fwiw i am running into the same error running cargo 1.54.0 (5ae8d74b3 2021-06-22) and rustc 1.54.0 (a178d0322 2021-07-26). i started a brand new project with `cargo new something` and then...
1. i don't think it would impact performance at all. the setup happens at instance creation time, and should happen at props update time (though it doesn't with this stack...
one other thing: this does break things because not all of the events are implemented. only keypress, focus, and blur. all the other events need appropriate entries, but they are...
> Have you tested it on ESP8266 maxed out on LEDs and segments? no; i only have an ESP32 here.
i don't have time to make this PR all that much better (can find time to lint it perhaps). if anyone wants these changes, they can either apply directly or...
i've rebased my changes onto v0.13.0-b6. i still don't have time to make the DMX fixture UI dynamic as suggested. if would be great if someone who is better at...
i couldn't find stuff in the docs about this: if multi-window support is still NYI, what exactly is a `Screen` in Magnum? is it just a unique viewport that is...
fwiw, i am running into this problem as well. i tried the downgrade fix that was suggested here, but it didn't work for me. one thing i found is that...
i am running into the same issue. i tried installing the influxdb package manually in the container and i ran into the following errors: ``` W: https://packages.grafana.com/oss/deb/dists/stable/InRelease: Key is stored...
https://repos.influxdata.com/ubuntu/ mentions that influxdb.key is deprecated and that influxdata-archive.key is the correct key to use on modern distributions.