Results 14 comments of Paolo

> On reflection, we think that actually the `set` function has no obvious use cases. So we are minded to deprecate that one - unless you can suggest a strong...

Macro `\cs_set` can be useful like any local variable. I have never used any local variable in my code but I think if someone needed a local variable for the...

Because some other professional fonts are already added to beamer, for example mtpro and mtpro2, and stix2 is a well-known and used font.

For `hyprland-session.target` we could solve it by simply execute `Hyprland; systemctl --user stop hyprland-session.target` in place of `Hyprland` only, so the target would be stopped whenever Hyprland exit. A more...

I agree, the first solution is the most portable one. However, I think is a good thing to provide this `hyprland-session.target` file along with a patched `hyprland.desktop` and the following...

I'm currently using `OpenJDK 21 2023-09-19 build 21+35` (https://openjdk.org/projects/jdk/21/). Version 21.0.1 doesn't exist for OpenJDK but for Oracle JDK. The OpenJDK page for this bug (https://bugs.openjdk.org/browse/JDK-8240567) seems to say that...

> As @Siedlerchr pointed out, there is a temurin build available arch. How hard is it to use that one? Because OpenJDK is the only Java build that is officially...

Obviously this feature is meaningful only when SecureBoot is enabled and with BIOS locked.

It depends, it could be a PC shared among many people and you want only the system administrator to access the UEFI shell for maintenance and avoid unpracticed people to...

> > to prevent inexperienced people to inadvertently cause troubles to everyone. > > Operating systems provide authentication methods to prevent unwanted access. EFI shells doesn't have any authentication method....