Markus Mützel
Markus Mützel
For the first error, you might need to add `gethostname` to the list of gnulib modules (`gl_MODULES`) in `m4/gnulib-cache.m4`. After that, you might need to run `autogen.sh` to regenerate the...
Sorry. That was a bit more involved than I initially thought. I regenerated the gnulib files including the `gethostname` module from the same commit they used to get their gnulib...
I'm not sure what the impact is on performance. But would this (from the FAQ you linked) also work? > Call `openblas_set_num_threads(1)` in the application on runtime.
The clang environments are failing to build this package. E.g., for CLANG64: ``` ./core/lspclient.cpp:364:55: error: use of undeclared identifier 'getpid' params["processId"] = picojson::value((float)getpid()); ^ 1 error generated. make[1]: *** [makefile:198:...
> I think the more apt header is `unistd.h`. I've raised an [upstream pull request](https://gitlab.com/saalen/highlight/-/merge_requests/138). Once it's in will update this one. Glad it worked for you. Afaict, the `unistd.h`...
You could also squash your commits and force push to your branch to condense the commits in this PR.
It doesn't look like squashing the commits in this PR worked. One way to manually squash your commits is: * Locally strip all your changes from this PR with `git...
You might need to cherry-pick this upstream commit to avoid the build error: https://github.com/ManimCommunity/manim/commit/44f78f1dfdd7498542869fc06bb39619f2b2d57b
The patch didn't apply on the tarball. Maybe, you just need the following part of it? ``` diff diff --git a/pyproject.toml b/pyproject.toml index 8c32dcd03c..4c817cb183 100644 --- a/pyproject.toml +++ b/pyproject.toml @@...
I'm just a contributor like you that wanted to help getting your PR in shape. You'll have to wait for a maintainer to pick up your PR.