Ben Wiederhake
Ben Wiederhake
Note that you can also auto-generate the manpages if the program uses ArgsParser: https://github.com/SerenityOS/serenity/pull/10655 When writing that PR, I intentionally left out a lot of programs, and only auto-generated those...
I'm not entirely sure what you mean? Have a look at the script, you have to manually approve pages one by one. In other words, existing manpages *only* get overwritten...
If you feel that something is missing from a generated manpage, it will also be missing from `someprogram --help`. So it's a good idea to actually tell ArgsParser about all...
> Does this happen with everyone or just some contacts? Only one particular contact, as far as I can see. > Could it be an issue with a new official...
I just ran into this issue, as a backup operation and a "tar-then-delete" operation ran concurrently. Temporary workaround: Change the timing in cron. As some details were left out, I...
My "workaround" is simply that my `--files-from` simply doesn't change. However, I use `--exclude-file`, and the pointed-to file changes somewhat frequently, without causing parent detection to fail.
> When --files-from is used, default to comparing to the previous snapshot, even if the contents of --files-from changes Also consider how this will interact with `--host` and `--tags`. I...
Just for the record: I no longer have this particular issue, since I personally can just avoid it. I don't close the issue because I recognize that other people do...
I'm not running into this issue, probably because I don't set `MarkdownV2`. Consider removing it , as a temporary workaround.
On the general topic of scaling: both input and output scales vary significantly between the implementations in this library. It's not possible to "just try something out" and expect a...