albert-github

Results 1216 comments of albert-github
trafficstars

@paule32 > why don't use CDN services ? - Which service do you mean? - What can the do?

Might be slightly related to #11417

The shown output is intentionally, it is also the case for other instances. Checkout the results of: ``` /** * the first var */ int x1[] = {1 }; /**...

I've just pushed a proposed patch, pull request #11039

The `\showinitializer` command has as disadvantage: - it is now an "on / off" switch so it would mean that the command would need an extra option to stay compatible...

I create a small example like: ``` /// \file /** just pi */ #define pi 3.14159265359 /** two pi */ #define two_pi pi * 2 /** n pi */ #define...

@doxygen certainly a matter of taste. The inline function is a nice point as a function macro is more or less an inline function, so it looks like the fact...

Protection things are always difficult and tricky and in this case it looks like the same issue will be copied twice and the second time fails. I did try to...

Thanks for the example. - don't know why the tar file wouldn't upload but I always use `tar czf exampl.tar.xz ...` and have no problems with the upload. When unpacking...