zDEFz

Results 154 comments of zDEFz

> I don't quite understand. You are saying the variables only work for sizes if you first start with fixed constants, start sway, and then change them into variables and...

> This is indeed a mild accessibility issue (though not a WCAG AA violation!), but the better solution is probably to make the title of the book on each page...

> A `` works just fine for that, and the `h1` should, as a rule, _not_ be the same across all pages on a site! Refer to https://dequeuniversity.com/rules/axe/4.0/document-title "Make the...

Relevant: Had to find out `c run "/usr/bin/bash" "-c" "echo ${filename/no-ext} | xsel -ib"` doesnt really work. However, `c run "/usr/bin/bash" "-c" "printf '%s' \"${filename/no-ext}\" | xsel -ib"` does. Test...

+ Working on 13.5.2 (based on Mozilla Firefox 115.14.0esr) + Archlinux latest

TLDR; Had to edit /usr/sbin/rear and add ``` export LD_PRELOAD=/usr/lib64/systemd/libsystemd-shared-253.10-1.fc38.so ``` as other solutions did NOT work. This is a confusing thing. Tried ... for Fedora 38: ``` echo "/usr/lib/systemd"...

> I meant that ReaR will have to be enhanced to somehow deal with newer systemd's "hidden" libraries. We have some code to include systemd into the ReaR recovery system...

Conversation with kennylevinsen: ``` 23:08 sway shouldn’t warn, having no display at 0,0 is supported - e.g., that position could be for a laptop display that is off, or a...