lectrode

Results 34 comments of lectrode

respectfully, that's not what's happening here. `pikaur-git` is in the 3rd-party repo, but that's not what I have installed. `piakur` is only available from the AUR, and that's what I...

``` $ pikaur -Ss pikaur Searching... [###] community/pacui 1.14-1 Bash script providing advanced Pacman and Yay/Pikaur/Aurman/Pakku/Trizen/Pacaur functionality in a simple UI chaotic-aur/pacui 1.14-1 Bash script providing advanced Pacman and Yay/Pikaur/Aurman/Pakku/Trizen/Paru/Pacaur/Pamac-cli...

sure thing ``` $ pikaur -Ss pikaur Searching... [###] community/pacui 1.14-1 Bash script providing advanced Pacman and Yay/Pikaur/Aurman/Pakku/Trizen/Pacaur functionality in a simple UI aur/pikaur 1.8-1 [installed] (234, 4.69) AUR helper...

chaotic-aur enabled: ``` $ python3 ./pikaur.py -S --rebuild --verbose --pikaur-debug pikaur :: debug: Pikaur operation found for sys.argv=['./pikaur.py', '-S', '--rebuild', '--verbose', '--pikaur-debug', 'pikaur']: cli_install_packages :: debug: install_info_fetcher: Gonna fetch install...

hmm. i think your workaround of checking whether or not the name matches would work. the only thing you'd have to watch out for is a potential "replaces" scenario where...

Looks like `yay` just uses the same dialogue as pacman: ``` $ yay -S pikaur resolving dependencies... looking for conflicting packages... :: pikaur-git and pikaur are in conflict. Remove pikaur?...

IMHO, the proposed ringtone is much better than the current. Has a decision been made on whether or not to switch to it?

Is this why `cjxl "0911152001.png" -d 0 -e 9 "0911152001.png.d0e9.jxl"` doesn't preserve the metadata from this image? or is that a separate issue? `convert 0911152001.png -quality 100 -define jxl:effort=9 0911152001.png.q100e9.jxl`...

Thank you - very informative. I can confirm that converting with the latest `cjxl` git does indeed retain the metadata as expected. The main concern is making sure the metadata...

Is there anything that can be done to esure the `width` variable is defined before using it in an expression? That's all that really needs to be done to resolve...