pgnd
pgnd
running a quick test of latest 8.1 RC ``` php -v PHP 8.1.0RC3 (cli) (built: Sep 28 2021 21:40:07) (NTS gcc x86_64) Copyright (c) The PHP Group Zend Engine v4.1.0RC3,...
Building/packaging latest nginx-1.21.5 ``` On 12/28/21 10:33, Maxim Dounin wrote: > details: https://hg.nginx.org/nginx/rev/d986378168fd > branches: > changeset: 7989:d986378168fd > user: Maxim Dounin > date: Tue Dec 28 18:28:37 2021 +0300...
with ``` yarn --version 3.2.0-rc.13 node --version v16.13.1 yarn info --name-only webpack └─ webpack@npm:5.67.0 ``` install ``` yarn add @fontsource/noto-sans-display yarn info --name-only @fontsource/noto-sans-display └─ @fontsource/noto-sans-display@npm:4.5.2 ``` @ site, include...
with ``` yarn --version 3.2.0-rc.8 yarn info --name-only| egrep "postcss@|postcss-scss|stylelint-config" ├─ postcss@npm:8.4.5 ├─ postcss-scss@npm:4.0.2 ├─ stylelint-config-standard-scss@npm:3.0.0 ``` and yarn exec reports, ``` yarn ➤ YN0000: ┌ Resolution step ??? ➤...
fyi, with ``` node --version v16.13.0 npm --version 8.1.0 yarn --version 3.2.0-rc.5 ``` using ``` yarn info --name-only browserslist-useragent-regexp └─ browserslist-useragent-regexp@npm:3.0.2 ``` deprecation warnings, ``` yarn install ➤ YN0000: ┌...
### Describe the bug two Fedora38+KDE machines, similar configs. one execs AppImage OK the other FAILs on exec, ``` [appimage-binfmt-bypass/bin] ERROR: failed to execute patched runtime: Permission denied ``` checked...
i'm working on a snap-less pkg build of hplip-printer-app. the `pappl` prereq hits some build fails for src ``` git clone https://github.com/michaelrsweet/pappl cd pappl git log -n1 commit 988b90a7bf9dab4c77c34ea30e3a657376686079 (HEAD...
similar to https://github.com/jonathanstowe/Term-Cap/issues/15 https://github.com/jonathanstowe/Term-Cap/pull/16 "INSTALLDIRS should not be set to "perl" in perl versions newer than 5.12, because site will take precedence." i.e., ``` @ https://github.com/andk/cpanpm/blob/master/Makefile.PL#L199 - INSTALLDIRS => 'perl',...
with ``` composer show timber/timber name : timber/timber descrip. : Create WordPress themes with beautiful OOP code and the Twig Template Engine keywords : templating, themes, timber, twig, wordpress versions...
i've built/installed ydotool from src i'm working on the required socket perms, hoping to harden access it's launched via systemd ``` ... [Service] UMask = 0117 User=ydotool Group=input PermissionsStartOnly=true ExecStart=/usr/local/ydotool/bin/ydotoold...