James Antill
James Antill
% brew info gum | head -n 1 charmbracelet/tap/gum: stable 0.1.0 Easiest reproducers: % ps axuw | gum filter % ps axuw | gum choose
If you can't find a user you should use the UID not the empty string. Here: https://github.com/Yash-Handa/logo-ls/blob/f6f6bee4156bf08340cce5246963e6eb26d1ce3d/formatterStuff.go#L88 ...then two lines later you should print u.Username not u.Name: https://github.com/Yash-Handa/logo-ls/blob/f6f6bee4156bf08340cce5246963e6eb26d1ce3d/formatterStuff.go#L90 ...the first...
% dd if=/dev/random of=abcd10 bs=1 count=10000 10000+0 records in 10000+0 records out 10000 bytes transferred in 0.051649 secs (193615 bytes/sec) % dd if=/dev/random of=abcd100 bs=1 count=100000 100000+0 records in 100000+0...
This is a port of the parallel node.Visit() code from my fork. It spawns upto 32 goroutines to do a node.Visit() and when it reaches the limit each goroutine will...
The TUI looks great, but alas. podman seems to be the new new thing now so hopefully it's easy to add support? -- https://github.com/containers/libpod
createrepo_c zstd compression doesn't fill in the content size, in the frame header. This means that you can't call the python API to decompress in the simple/usable way: data =...
Quick note about adding quick-fedora-mirror support to the AlmaLinux data. This makes a few things easier, and it's not just for MirrorManager and the server side. Scripts: https://pagure.io/quick-fedora-mirror/ Example file:...