Loïc Collignon
Loïc Collignon
C++ templates can be documented using the ['tparam'](https://www.doxygen.nl/manual/commands.html#cmdtparam) command. I would like the template argument name to be highlighted just like the argument name for regular arguments. In the following...
I'm trying to use unix socket with postgresql without any success. The libpq documentation says that if I provide an host starting with a ```/``` unix sockets are used. My...
**What steps will reproduce the bug?** 1. bat /dev/ttyS1 **What happens?** It displays an empty file and report success (exit code is zero). ```sh LANG=C /usr/bin/bat /dev/ttyS1 && echo "STATUS:$?"...