Daniel Rudolf
Daniel Rudolf
I'm still running multiple old websites with Pico 3.0.0 alpha 2 on PHP 8.2, the only necessity is to disable `E_STRICT` and `E_DEPRECATED` error reporting. PHP 8.2 receives updates till...
> What bothers me the most about contributing to the official repo is the fact that the pikocms.com website seams to be really out of date. For example this is...
Good catch, thanks! :heart: Could you please cherry-pick your commit on the `cms_pico-1.0` branch? The `master` branch is the dev version of `cms_pico` v2.0. Just switching the PR's base unfortunately...
I'm running it like this (i.e. with `com.lenovo.ue.device` still enabled, but `com.tblenovo.center` removed) for a few days now, no issues yet (besides Lenovo's annoying UXP notification). So I guess changing...
@SelfRef Looks like `com.lenovo.tbengine` isn't in the package list yet. What's the purpose of `com.lenovo.tbengine`? @TikvahTerminator noted that it might be responsible for the firmware update service; if this is...
Related: #2126
See #716
I tested this together with #362 with GNOME 47, works like a charm :rocket: I'm running this in production now, so if any issues emerge I'll report them, else consider...
> borg could also in general emit a warning if the passphrase is empty. But, if intentional, that could be also annoying, especially if the warning also sets the return...
You can check [`borg-init(1)`](https://borgbackup.readthedocs.io/en/stable/usage/init.html) to learn more about encryption modes. Also see Thomas' [answer from last week](https://github.com/borgbackup/borg/issues/9072#issuecomment-3406162311): Even when using an empty passphrase with `repokey` or `keyfile` modes, data is...