Luca Matei Pintilie
Luca Matei Pintilie
Tested on x86\_64-glibc and works as expected!
On Sun, May 12, 2024 at 10:32:43AM GMT, Fotios Valasiadis wrote: >> please add conf_file and changelog. like this #38310 > >Adding the changelog certainly, but uncertain about `conf_files`. Seems...
Side note, a better alternative might be to only build the tests when the tests will be ran, and not always build them ```bash if [ "$XBPS_CHECK_PKGS" ]; then configure_args="-DBUILD_TESTS=ON"...
On Sun, May 12, 2024 at 01:18:16PM GMT, Fotios Valasiadis wrote: >Sure! `./xbps-src pkg fastfetch` fails with that though complaining that: > >> => ERROR: fastfetch-2.11.5_1: '/etc/fastfetch/config.conf' configuration file not...
Absolutely, great work!
On Sun, Nov 05, 2023 at 10:06:22PM -0800, classabbyamp wrote: >@classabbyamp commented on this pull request. >```suggestion >short_desc="Asyncio Matrix framework" >``` Thanks! Fixed :D
Tested on x86\_64-glibc and works as expected Tried getting the RSS feed of a youtube channel and it works `curl -L 'https://www.youtube.com/@billiam/videos' | xq-go -m -q "link[title=RSS]" -a href` Made...