Val Packett
Val Packett
It's still used in the element code as well. No one touched anything after the modulizer here, it seems. The 3.0 preview has been out since late August and paper-dialog...
"Fun" case for triple-quoted strings: when a fish command is templated by some silly program that cannot escape quotes in the substitutions… like a fuzzy-finder like [skim](https://github.com/lotabout/skim) with the `--preview`...
Related: #334 — `qmi.powerstrip.v1` not updating status (metrics) when the cloud is not responding (but control always works fine). I made https://codeberg.org/valpackett/micloudfaker to replace the cloud (turns out the power...
But then it's even more broken: I rebuild `librsvg2-rust`, it's there ``` % la /usr/local/poudriere/data/packages/dank-default/All/librsvg2-rust-2.50.2.tzst -rw-r--r-- 1 root greg 3.4M Dec 5 23:26 /usr/local/poudriere/data/packages/dank-default/All/librsvg2-rust-2.50.2.tzst ``` I can upgrade it on...
Aha!! Found the code responsible for excluding these packages, it is the `TRIM_ORPHANED_BUILD_DEPS` thing in `clean_build_queue()`. here's the outputs of `${tmp}`, `${tmp}.actual` and `comm -13 ${tmp} ${tmp}.actual`, the latter going...
Welp, unfortunately this still has a problem — it tries to build these packages in parallel. ``` [00:03:21] [01] [00:00:00] Building textproc/py-sphinx@py39 | py39-sphinx-3.3.1,1 [00:03:21] [02] [00:00:00] Building graphics/py-scikit-image@py39 |...
See #1272, I've had some experimental patches to support subsurface reordering like Sway does, but they're not entirely stable (and somewhat outdated by now I guess)
"fallible patterns" (`Some(x) = some.future() =>`, right?) sounds like something that happens with the *result* of the future, not the future itself? Though looks like tokio has `if` preconditions that...
Hmm `execveat`?? Oh huh, Linux made that unusual syscall and implemented `fexecve` (POSIX.1-2008) [on top of it as a libc function only](https://man.archlinux.org/man/execveat.2.en), instead of directly having an `fexecve` syscall like...
Hm. That would mean checking mount info (only on boot? on rescan too?) and updating the flags based on that. Seems nice in terms of not adding any admin UI....