Trent W. Buck
Trent W. Buck
Please link to the Linux MM team's wiki which describes the problem and why they haven't already fixed it: * https://linux-mm.org/AdvancedPageReplacement (and related pages on that wiki) Also, your alternate...
I have Debian 12 with gitit 0.15.1.0+dfsg-2+b6 and nginx 1.22.1-9 (doing `proxy_pass http://127.0.0.1:5001/`). I was messing with https://infosec.mozilla.org/guidelines/web_security.html#referrer-policy I found that with `add_header Referrer-Policy no-referrer always;` in nginx.conf, when I...
Static CSS can automatically switch to "dark theme". It would be nice if klaus had this (github does since about 2021). Looking at https://github.com/jonashaag/klaus/blob/master/klaus/static/klaus.css I'm not sure if you can...
After upgrading from MariaDB 10.5 to 10.11, FAILS: SELECT empty('fart'); WORKS: SELECT alloc.empty('fart'); WORKS: SELECT neq(1, 1); WORKS: SELECT alloc.new(1, 1); Therefore I speculate that "empty" now has special meaning....
### Describe the bug This is a very minor visual issue. Logically the `zentai` covers the entire body. But in the item view, the coverage bodygraph shows a gap at...
I noticed that https://git.proxmox.com/ has some repos shoved to the bottom in a group "~legacy". I *think* they're doing this by doing `git -C /srv/vcs/my-cool-repo.git gitweb.category=~legacy` or `echo ~legacy >/srv/vcs/my-cool-repo.git/category`....
At the bottom of https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Async%20Write.html it says "in the next section" - but the next section is actually about hardware. Is it trying to point to https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/ZFS%20Transaction%20Delay.html ? i.e. should...