curio77
curio77
Yup, the example is outdated. Would appreciate an updated one as well!
Same here with Grafana v7.1.5. Edit: I did restart Grafana afterwards. Edit 2: Now, after shift-reloading the page, it is there. :)
Any update on this? Honestly, as nice as the idea/vision of CUE is, with issues like this it comes across as very flimsy and unusable in practice. 😔
Same here with fish. I think the issue is that the terminal sends ^? instead of ^H for backspace. It'd be good to have a way of selecting which control...
If the Host referenced by a `ProxyJump` is just an ssh config host name (not a real host name), wishlist still fails with `lookup HOST: no such host`. Why does...
Same here, on a Raspberry Pi with the docker-compose setup. Everything appears to be in order, the broker is running and reachable from the bare machine, also logs a connection...
Thank you for your helpful response. I'd already tried to rule out issues relating to the host by trying the machine's external IP (but can't say 100% that it wasn't...
I'm aware of that change (I use Mosquitto in quite a lot of contexts) and did check MQTT communications via (anonymous) `mosquitto_{pub,sub}` in the course of looking for the cause...
Any progress on this?
I think the issue is simply that calling `Plotly.setPlotConfig()` (with `Plotly` being an import of `plotly.js`) has no effect whatsoever on the plotly import made by the vue-plotly component. This:...