Results 2858 comments of MichaIng

Also `Permissions-Policy` is something that is better generated by the backend. In fact `Feature-Policy` is already, but it needs to be migrated. There was a start done working on this,...

Ran into the same issue. PyPI does not support license text in classifiers anymore. Hence when using the legacy `license = { file = "LICENSE" }`, there is no way...

Thanks for reporting. I'll try to replicate.

Hmm it works well here, that is strange: ```console root@DietPi:~# cpu ───────────────────────────────────────────────────── DietPi CPU Info Use dietpi-config to change CPU / performance options ───────────────────────────────────────────────────── Architecture | aarch64 Temperature | 32...

Weird, exactly the same kernel. Should not make a difference, but can you try to flash the bootloader image: ```sh sudo /boot/dietpi/func/dietpi-set_hardware flash-u-boot-mmc ```

Is the issue still present with latest kernel and bootloader (flashed with above command)?

Seems so. Though strange hardware defect when the system boots and works, but only CPUFreq does not.

Here another article about this, interesting: https://www.cnx-software.com/2022/07/17/what-is-pvtm-or-why-your-rockchip-rk3588-cpu-may-not-reach-2-4-ghz/

Thanks, looks like I did not test it 🙈.

Live patch merged: #7554 For next release, we'll fix this a way that can be easier understood when reading the code.