tom-ch1
tom-ch1
Please add the implicit variables to the list of features. Not being able to use receivedCommand for a command-triggered rule means you have to duplicate the rule for each command...
As a workaround which does not need to touch any extension code, you can reload vertical-overview with a delay. I created a file `vertical-overview.desktop` in `~/.config/autostart` with the following contents:...
Checkout how Brian adapted grive2 to migrate oob to loopback flow: https://github.com/vitalif/grive2/pull/369 Maybe the same approach works here
did you use the [debhelper](https://manpages.debian.org/testing/debhelper/debhelper.7.en.html) scripts to create the package? See also: * https://wiki.debian.org/Teams/pkg-systemd/Packaging * https://manpages.debian.org/testing/debhelper/dh_installsystemd.1.en.html * https://manpages.debian.org/testing/debhelper/dh_installsystemd.1.en.html
The fix in #158 is a violation of the debian policy. In debian, every server package solves this problem (I think it's all described in the linkes I provided above)....
also happens to my environment (debian 12, grafana 11.1.0, grafana-image-renderer 3.11.1). the relevant log entries: ` logger=plugin.grafana-image-renderer t=2024-07-24T17:25:29.526799745+02:00 level=debug msg="Browser initialized" config="map[args:[--no-sandbox --disable-gpu] chromeBin:/var/lib/grafana/plugins/grafana-image-renderer/chrome/linux-128.0.6597.0/chrome-linux64/chrome clustering:map[maxConcurrency:5 mode:browser monitor:false timeout:30] deviceScaleFactor:1 dumpio:false...
I can confirm that the issue was introduced in 3.11.1. Downgrading to 3.11.0 resolves it.
manually logging in also gives 404. This app is broken!
The linked conversation does not help. It points to a matrix room with discussions of various things. I'd love to see the discussion here, so that anybody can follow it
Here's the documentation of Ticker: [https://arduino-esp8266.readthedocs.io/en/latest/libraries.html#ticker](https://arduino-esp8266.readthedocs.io/en/latest/libraries.html#ticker) > It is currently not recommended to do blocking IO operations (network, serial, file) from Ticker callback functions. Instead, set a flag inside the...