simevo
simevo
see https://developer.github.com/v3/#authentication the `user_name` parameter is not used, and the OAuth2 token can be passed as a parameter with the url: ```python url = url + "&access_token=" + credentials['token'] ```...
reproducible with this minimal sample: [test.zip](https://github.com/doxygen/doxygen/files/9125828/test.zip) results in:  whereas if you unset `HIDE_SCOPE_NAMES`: 
1. extract and add this [Doxyfile.gz](https://github.com/doxygen/doxygen/files/2636998/Doxyfile.gz) to the [GNU hello C program](https://www.gnu.org/software/hello/) 2. on a typical Linux system, make sure graphviz (and hence `dot`) is absent from the system 3....
I used doxygen from current master, built on Debian sid/amd64: ``` cd /tmp/doxygen git log -1 commit a9e47f4c58c79d4af1b8e319bd1a56277bdfee8a (origin/master, origin/HEAD, master, develop) ... ./build/bin/doxygen -v 1.8.15 ``` I have drafted...
We have here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947121 a case where a different executable launched by doxygen (ghostscript) fails (nevermind the specifics of the falure). But the doxygen exit code is 0 so it's...
Thanks for the heads-up, I have backported the eps2eps patch for the upcoming 1.8.17 Debian package: https://salsa.debian.org/debian/doxygen/blob/master/debian/patches/eps2eps.diff
@albert-github Sorry for the delay! I am packaging the long overdue doxygen 1.9.4 for Debian, and looking at this rightnow. Setting `WARN_AS_ERROR=YES` could be the solution for Debian, but I...
When I try this, the CPU fan starts to spin, after a while I get `Maximum call stack size exceeded` in the console and the chart is not drawn I...
@valgeirb thanks for the quick reply! We have used [foreignObject](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject) but as far as I can tell it requires to fix position and size, which is complicated here. The best...
another option could be to use npm registry just to get the released version, and the repo tag for the tarball