RenWal
RenWal
Can someone from your team point out whether there's anything that prevents updating pybind to a version that doesn't use deprecated CMake? (And while we're at it – it looks...
The cards scale by their available width. If you add more columns, that would also give you more rows. Another workaround would be to resort to https://github.com/thomasloven/lovelace-card-mod to apply some...
Small files are perfectly fine. I know that Ubuntu's `nautilus` avoids automatically querying remote files larger than 10MB by default. Assuming (blindly) someone self-hosting nextcloud has at least 20Mbit downlink,...
I've just encountered this in a plain Grafana 9.1.5 install from the Debian repo at `https://packages.grafana.com/oss/deb stable/main amd64`. Upgrading to that version apparently deleted the previously existing contact points and...
See also https://github.com/grafana/grafana/issues/48934
This has been merged, closing.
I've just observed this issue with a D1 Mini NodeMCU based on the ESP8266-12F. Fine on 0.14.0, unusable on 0.14.1. The device connects to my Unifi U6-Pro, but I can...
`rapidjson-dev` is in https://github.com/emsec/hal/blob/90b72d4814b5c2ffdcb89f5db2413f82344e09b6/install_dependencies.sh#L78 In fact, it has been a dependency since d6483551cb416fe8aaae12902f769951e32882aa, so unless you're building a version that is almost 4 years old, or you're building something other...
As a general word of caution; this is the reason why we currently only support builds on Ubuntu (and macOS to some degree). I agree though that the error handling...
This appears to be related to a change in how Docker builds packages. With the legacy builder, I can successfully build the image. However, using the [new Buildx engine](https://docs.docker.com/build/architecture/#buildx) (on...