Elliott Sales de Andrade

Results 335 comments of Elliott Sales de Andrade

That is the Matplotlib documentation; you would need to [install the dependencies](https://matplotlib.org/devdocs/devel/dependencies.html#development-dependencies), [install Matplotlib](https://matplotlib.org/devdocs/devel/development_setup.html), and [build its documentation](https://matplotlib.org/devdocs/devel/documenting_mpl.html#building-the-docs) with `make latexpdf`. Unfortunately, that is very large and time-consuming. And more...

Thanks for the suggestion. Unfortunately that does not work as some labels stop being defined: ``` matplotlib-3.6.x/doc/users/explain/interactive_guide.rst:178: WARNING: undefined label: 'user_interfaces' matplotlib-3.6.x/doc/tutorials/introductory/quick_start.rst:306: WARNING: undefined label: 'user_interfaces' matplotlib-3.6.x/doc/tutorials/index.rst:413: WARNING: undefined label:...

If you [pass non-zero `verbosity`](https://github.com/sphinx-doc/sphinx/blob/master/sphinx/util/__init__.py#L613), it appears it will do that. You could pass that based on some verbosity command-line flag (I assume sphinx captures this somewhere already.)

Seems to also affect `tests/active_poller.cpp`.

I don't have a problem with forking, but for merging other's PR, why did you not at least commit with the correct author? Or, since git is distributed, pull the...

You [add a remote for their repo](https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories) and fetch the branch for their PR.

Seems similar to (but not exactly the same as) #171?

In Fedora, I do: ``` install -d %{buildroot}%{gitexecdir} install -p -m 0755 git-cinnabar %{buildroot}%{gitexecdir} install -p -m 0755 git-cinnabar-helper %{buildroot}%{gitexecdir} install -p -m 0755 git-remote-hg %{buildroot}%{gitexecdir} install -d %{buildroot}%{gitexecdir}/cinnabar install...

I actually have a local attempt at building with Meson. I *think* the only major thing missing was OpenMP support, but it has been a long time since I've looked...