Brendan
Brendan
FYI, this is not proper a type annotation: ```md :::{function} round(x) -> [same as input] Returns `x` rounded to the nearest integer. ::: ``` Since this is using the python...
This issues seems to occur when using `:no-index:` option of duplicate function definitions. ~~~md :::{function} timezone(timestamp(p) with time zone) -> varchar Returns the timezone identifier from `timestamp(p) with time zone`....
### Simple [RTFM](https://www.pygit2.org/install.html#quick-install) response You need to set [`LIBGIT2` env var](https://www.pygit2.org/install.html#build-options) to the place where you installed libgit2 (via `CMAKE_INSTALL_PREFIX` option). This project's setup.py takes no responsibility in guaranteeing that...