Pablo Speciale
Pablo Speciale
Amazing workaround, thanks a lot! I think I prefer using it with `enter` (probably there is a drawback for this, need to test it more): ``` [tig "bind"] generic =...
Is there a way to force `--paging=always` (in delta) from the `git show` call?
@oberprah Thanks! I prefer to set `paging = auto`, so the short outputs are just displaying and exit (so no need of paging and I avoid pressing 'q' to exit...
In case it helps: * https://docs.litellm.ai/docs/completion/function_call * https://docs.litellm.ai/docs/completion/stream
Maybe for older version of ubuntu the line in between is needed: ``` RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive TZ="Europe/Zurich" apt-get install -y --no-install-recommends tzdata && \ apt-get install -y...
And also relaxing the version of Eigen (for ubuntu 20.04): `find_package(Eigen3 3.3.4 REQUIRED)` Again, not going to apply this modification, just for reference when trying older version of ubuntu. The...
@vlarsson, if you do `sudo apt install libeigen3-dev` in ubuntu 20.04, the Eigen version is `3.3.4`. Is there any specific reason why to use the `3.4` version? If the alignments...
Could you try running `scripts/build_python_package.sh`?
Also check you could build the package inside docker? See this PR https://github.com/vlarsson/PoseLib/pull/52.
@ignacio-rocco. I was wondering if you've tried to compile in Windows. Not sure to understand why `pip-package` function is searching for `.a` instead of `.lib` in Windows, maybe you have...