albert-github

Results 1216 comments of albert-github
trafficstars

This issues has multiple parts: - the extra white space caused by the fact that there is no group header specified for the group. In `memberlist.cpp` we currently have the...

Where does it hang, I assume in the generation of the graphs. I have similar problems on Cygwin and by setting: ``` DOT_NUM_THREADS = 1 ``` the problem can be...

`DOT_NUM_THREADS = 1` indeed is initially quite slow, but when using the old (output) directory again it normally should not try to create that many images again (or do you...

@BrianInglis The problem looks like to be related to the way Cygwin calls the underlying Windows system in respect to the use of the doxygen "system" call (see portable.cpp). The...

I think that in portable.cpp there has already been made quite a good separation between `WIN32` and `__CYGWIN__`. The intention is clearly to run in case of Cygwin *nix like...

I see you mention a number of problems: - sqlite3, I think this has nothing to do with the original multi threaded problem, but there might be some problems regarding...

Will not be that easy, but maybe have a look at `addon/doxyapp`

> Expected behavior > DEPENDS: expand formatting OR strip formatting This depends a bit on where it is used. Best would, of course, be "expand formatting". - For the "strip...

I'm not sure this will solve all the problems as outlined in my comment https://github.com/doxygen/doxygen/issues/10976#issuecomment-2214695617but it will probably solve part of it, it is hard to tell and during the...

A fix for this type of problem has been made for #11557 (c2ada5724c2360d1258f8bc8d64880d301d5fd20), but with still with some problems, see: https://github.com/doxygen/doxygen/issues/11557#issuecomment-2848487078