albert-github

Results 1216 comments of albert-github
trafficstars

@eyalroz Can you give an example of "languages which have both named and extra positional parameters"?

I can see in python something like positional arguments see: - https://docs.python.org/3/glossary.html - https://www.python.org/dev/peps/pep-0362/ - https://docs.python.org/3/faq/programming.html#faq-argument-vs-parameter with one nice sentence: > Parameters are defined by the names that appear in...

A point not taken into account yet is how to show the "unnamed" parameter in the output. At the moment we would have in the field for the name the...

There is a nice corner case where doxygen has some problems: ``` /// \file /// just a typedef typedef int X; /// @param x (doc for x) void type0(const int...

@eyalroz this is, also in my opinion, a bug, but I don't see an easy solution for it so I mentioned it here as a potential problem. I created an...

This issue reveals 2 more problems: [x] documentation, see proposed pull request #11072 [x] spaces before the `@page` command result in repeating the last part of the `@page` title, see...

- Code of #11072 (documentation issue) has been integrated in master on GitHub

- Code of #11074 (the original problem) has been integrated in master on GitHub

Code of #11073 has been integrated in master on GitHub. Now all subparts are integrated into the master version. (please don't close the issue as this will be done at...

Looks like the commit: ``` Commit: c6b3dae2b2224bdd310350a25ed46be288679100 [c6b3dae] Date: Friday, August 2, 2024 4:50:20 PM Refactoring: reduce lock contention when adding cross references ``` is still OK but that: ```...