NiteHawk

Results 14 issues of NiteHawk

This is eye-candy based on the existing "text" class, augmented by ANSI control sequences for different colors. To use it, request "color" output, e.g.: `./run_functional_tests.lua -v --output color`

This PR addresses #1749. ## Description In order to work with recent oauth2-proxy, the Nextcloud provider seems to require a fix to use the `Authorization: Bearer`+*token* header, and an `EnrichSession()`...

Using Nextcloud as OAuth2 provider for oauth2-proxy seems broken after v7.2.0. ## Expected Behavior Up-to-date oauth2-proxy should not expose issues when configured for Nextcloud provider, as per [instructions in the...

The function wraps `realpath()` for POSIX systems, and uses `_fullpath()` to achieve something similar on Windows. For now, I've deliberately chosen not to hide different / OS-specific behavior caused by...

Commit 3789521 already pointed out that the current C source follows a mix of indentation rules, and that it would be desirable to return to a (more) uniform coding style:...

We try to detect virtual machines by parsing the vendor IDs of all USB devices, and will print a warning message if such an environment is encountered.

The root cause of the problems that surfaced with these ARM binaries is that the U-Boot `mksunxiboot` utility writes a minimal header that is **too small** to avoid corruption of...

wontfix
todo

This project currently installs the LuaJIT interpreter with only a standard search path for Lua modules, based on `/usr/local`. _.travis/setenv_lua.sh_ then arranges for an updated `LUA_PATH` including the LuaRocks directories,...

Lua strings accept numerical escapes as a "\ddd" sequence, where ddd is 1-3 decimal digits (see Lua Manual, "Lexical Conventions"). This patch makes the parser tolerate escape sequences starting with...