Anthony Loiseau
Anthony Loiseau
Just a small note in reference to gocui README.md sentence _"if your project is not listed here, let us know"_, [git-bug](https://github.com/MichaelMure/git-bug) project, a git-based distributed bug tracker, have a [tui...
C and C++ features different comment styles: - only multi-line `/* */` comment is valid in traditional C89 - C++ also supports `// ` single line comments from its beginning...
System-wide endian.h already defines both LITTLE_ENDIAN and BIG_ENDIAN as part of BSD compatibility. Before this fix, since little endianess is always tested first, it is likely to be always selected...
This simple commit fixes a bad mask applied when setting any-motion interrupt duration.