Chris
Chris
Making $(tty) writable together with setting GPG_TTY worked for us in a centos vm on virtualbox: ``` sudo chmod o+rw $(tty) export GPG_TTY=$(tty) git-crypt unlock ```
Thanks for investigating this. I think we'll go with assigning NAME_uc for now and look at implementing a _case_fold_sv patch if I ever get some time.
and the same on FF 58.01 Disabling this addon restores FB messenger to working
Yes, please provide static builds
Thanks. bin-log archiving has stopped working for MariaDB 10.11. It was working previously. It throws the following error: ``` ERROR: 2024/03/02 14:00:02.554562 failed to query mysql variable: sql: Scan error...
Hi, thanks for that information. No, I haven't got PITR recovery to work for MariaDB so currently am relying on frequent full backups.
I see the same problem with 'standard' links like this: ` (google)[https://google.com]` Putting links into a document logs the 'softbreak' error and presents a blank page in the preview Document...
Seeing the same problem since switching to Win11. No problems on Win10. GCM --version: 2.4.1 GitForWindows: 2.44.0 connecting to bitbucket no submodules using LFS Windows Credential Manager shows the credentials...
I'm seeing the same issue on perl 5.24, but **pinto pull SAPER/XSLoader-0.24.tar.gz** _doesn't_ solve the problem. It just reports 'No changes were made' As far as I can see, pinto...
Patchperl relies on 'deprecate.pm' but this is missing in the OS-installed version of Perl on AlmaLinux9 so perlbrew won't run. Installing the OS perl-deprecate package installs this module which lets...