rany2
rany2
Credit to @elRadix, I have permission to add it to the README See https://community.home-assistant.io/t/open-meteo-solar-forecast/733073/133?u=rany
**What is the problem you're trying to solve** The definition of `devices` does not account for the CDI standard which is supported by both Docker and Podman. The specification currently...
 I think something like splitting the "Linux" item into two items: 1. Linux (Non-Flatpak): `~/.config/chromium/Dictionaries` 2. Linux (Flatpak): `~/.var/app/io.github.ungoogled_software.ungoogled_chromium/config/chromium/Dictionaries` would work.
### Description Currently, the release tag only includes the version number with no information about which platform it is meant for. ### Who's implementing? - [ ] I'm willing to...
This implements 65a1c666f2 ("hostapd: add SAE support for wifi-station and optimize PSK file creation") and 913368a2 ("hostapd: add support for SAE in PPSK option") for the ucode version as well.
In the past PR[1] to add SAE wifi-station support, a commenter[2] requested that the mac option be changed into a list. After trying to migrate my old RADIUS setup I...
Adds missing config_add_string for sae_password_file. Fixes: 65a1c666f2 ("hostapd: add SAE support for wifi-station and optimize PSK file creation") Fixes: https://github.com/openwrt/openwrt/issues/19717
I've noticed that all the firewall4 entries except for link-local use iifname/oifname which does a string comparison and is resource intensive. Wouldn't it be possible for firewall4 to use iif/oif...
I mainly noticed these two points: - dynamic_vlan, vlan_tagged_interface, etc. get unset when using PSK/SAE without PPSK, which isn't correct as it can be used with wifi-station - PPSK is...