stepnem

Results 13 issues of stepnem

Maybe it was some kind of WIP, but in its current state requiring explicit configuration for multiple actions seems to make no sense; on the other hand I can't foresee...

There is `func-arity' (since Emacs 26.1; there was only `subr-arity' before that), but instead of trying to parse and deal with all possible arity implications, simplify the logic to the...

Compared to GitHub, the SourceForge project seems inactive: https://sourceforge.net/p/lksctp/activity/ (last activity 2 years ago) https://sourceforge.net/p/lksctp/mailman/lksctp-developers/?page=0 (last message 2013) but many places still list the SourceForge URLs and e-mail address, e.g.:...

Likely candidates can also be found using something like the following script: ```shell #!/bin/sh set -e oldpwd=$(pwd) testdir=$(mktemp -d) cd "$testdir" trap 'cd "$oldpwd" && rm -rf "$testdir"' EXIT curl...

While the project provides manual pages for the C API (sections 3 and 7), there seems to be no documentation on what the tools such as checksctp, sctp_{darn,status,test} or withsctp...

With current master (commit a8b265094189) as well as latest release (Arch Linux package 1.9.2-1), I get error messages like the one in subject (only the number changes) for each notification...

Bug

E.g.: ../src/pkgfile.hh:76:8: error: ‘optional’ in namespace ‘std’ does not name a template type 76 | std::optional ProcessRepo(const std::filesystem::path repo, | ^~~~~~~~ ../src/pkgfile.hh:9:1: note: ‘std::optional’ is defined in header ‘’; did...