Animesh Sahu
Animesh Sahu
> Also you completely ignored some of systemd's features like service hardening, sandboxing, tmpfiles.d, journald, networkd. Reimplementing that all in shell script is probably possible but at what cost? Why...
Ah yes, that reminds me of, eudev and elogind, that has been forked out from systemd as standalone package by gentoo and its even used by void and other distributions.
> Support for message edits when processing commands I recently stumbled across this and needed this for some personal projects, I was working on this since yesterday. Almost done, but...
Yeah, I'm a bit confused about the `hex` directory, I'd like to see how its used, unlike pog which seems like compiles into shell script and can be utilized as...
Also, not the best place to ask, but if you do recurrently refer to some other people's config for reference, please link them to README, because nix docs have always...
:thinking: interesting, looks like to me too, a reddit post shows [a update pushed into 6.6 on fedora made is possible to boot, which was not booting previously](https://www.reddit.com/r/zfs/comments/18aipsj/zfsbootmenu_failing_to_boot_fedora_correctly/). I just...
> At what stage are you introducing `enerate-zbm --kver 6.5.13_1`? I am effectively following the official ZBM instructions to the letter. I'm also installing to NVMe which is the only...
Finding words, start of line or other things are done by common regex (pcre), for no-pcre it'd require rewriting those regex into elisp format. I'm not confident enough that I...
Support for emacs-lisp regex and optionalizing the pcre dependency can count as two PRs for this Hacktoberfest—each up for grab. If anybody is interested, feel free to take it on!