Nicola Tuveri
Nicola Tuveri
This is based on #16252 and will need to be rebased once that is merged. ## Tasks - [x] Enable the tests again - [ ] Fix the failure
XSLT was removing superscript/subscript, this commit is a first shot at trying to let them pass through the transformation to HTML. https://docutils.sourceforge.io/docs/ref/rst/roles.html#superscript I am not too familiar with XSLT, so...
Originally the code to im/export the EC pubkey was meant to be consumed only by the im/export functions when crossing the provider boundary. Having our providers exporting to a COMPRESSED...
I just noticed that in the generated output of https://www.openssl.org/news/openssl-3.2-notes.html there is some spurious text produced. "release is Low." for example is unexpected 
https://github.com/openssl/openssl/pull/11914 added "Fully Pluggable TLSv1.3 Key Exchange" to `libssl` >> @mattcaswell this seems like quite a significant new feature for libssl (I am pretty excited about it and its potential!):...
**Distribution (run `cat /etc/os-release`):** ~~~bash cat /etc/os-release NAME="Pop!_OS" VERSION="20.04 LTS" ID=pop ID_LIKE="ubuntu debian" PRETTY_NAME="Pop!_OS 20.04 LTS" VERSION_ID="20.04" HOME_URL="https://pop.system76.com" SUPPORT_URL="https://support.system76.com" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal LOGO=distributor-logo-pop-os uname -a Linux oryx 5.11.0-7612-generic #13~1617215757~20.04~97a8d1a-Ubuntu...
Specifically this adds options for: - `system.defaults.universalaccess.showWindowTitlebarIcons` - `system.defaults.NSGlobalDomain.NSToolbarTitleViewRolloverDelay` See https://macos-defaults.com/finder/nstoolbartitleviewrolloverdelay.html#toolbar-title-rollover-delay ~~Note: actually I had to disable `system.defaults.universalaccess.showWindowTitlebarIcons` as I couldn't get it to work.~~ I am pretty new to...