Dara Adib
Dara Adib
WIP in #42. Still needs to ignore unfilled areas that are overlapped by another row.
The default date widget in the admin - `AdminDateWidget` - tries to load jQuery and breaks the order jQuery is loaded by dal. So I'm using SelectDateWidget instead which lacks...
I am able to consistently reproduce crashes: 1. Start Firefox 2. Confirm Wayland (not xwayland) and WebRender (not software) are enabled in about:support 3. Press Ctrl+T to open a new...
Google now bundles the CarrierSettings app to insert APN and carrier settings based on the current mcc, mnc, gid, imsi, etc. Here's a script to parse the CarrierSettings protobuf files...
[carriersettings-extractor](https://github.com/daradib/carriersettings-extractor) now generates a `vendor.xml` of carrier configs based on CarrierSettings, in addition to `apns-full-conf.xml`.
I don't think [`AUTOSSH_PORT`](https://github.com/mikeymckay/reverse_ssh_tunnel/blob/master/setup_reverse_tunnel.sh#L58) is ever passed to autossh, you can try exporting the variable or better yet rely SSH keepalives with `ServerAliveInterval` and `ServerAliveCountMax` options. If you're using a...
@hashn0n can you try exporting a `DISPLAY` variable by adding this under the `[Service]` section in your systemd unit config: Environment=DISPLAY=:0 (Run `echo $DISPLAY` to see if you need to...
> they did de-rated the life from 10+ years to 6+ years now between the Sen55 and Sen66 According to the data sheet, the lifetime is still 10+ years, excluding...
Here is a workaround using the [interval component](https://esphome.io/components/interval.html) to check if updates are available (if you have more than one update component, you can pass the `id` to `update.is_available` and...
I tested this on SEN66. Looks good aside from two issues: 1. Fan cleaning does not work, neither automatically nor manually. `auto_cleaning_interval` (0x8004) is not supported on SEN6x. And according...