albert-github

Results 1216 comments of albert-github
trafficstars

I cannot reproduce your output due to missing settings file you used. When I run with doxygen 1.9.8 (better is to update to the current 1.12.0 version of doxygen) with...

The xml files of the versions 1.9.8 and 1.12.0 are identical, in this case, with the exception of the version number (of course) an small improvements in the Doxyfile.xml. Resulting...

The example that you posted looks like the entire project, a bit big. Am I correct to say that when we take the first code block in https://github.com/doxygen/doxygen/issues/11103#issuecomment-2310369447 and the...

It looks to me that the problem of the anonymous entities is also addressed in #10704 and maybe also in #1438 @doxygen do you see a solution to these problems?

> It really would be as simple as adding an additional attribute to the member element ... A pull request with a patch is welcome.

I create a small example: ``` /// \file /// the fie /// /// \todo do write detailed first fie void fie1(); /// the fie /// void fie2() { int a...

Something to look into. Probably the following links will give some information: - https://discuss.python.org/t/alternative-function-for-deprecated-cgi/21960/10 - https://docs.python.org/3.11/library/cgi.html

I just created an issue https://github.com/defnull/multipart/issues/50 I'm wondering if there is a small example to test the `search.py`, especially in respect to the value of `REQUEST_METHOD`. @groleo maybe you can...

The answer fro "devnull": > Have a look at the parse_form_data() function here: https://github.com/defnull/multipart/blob/master/multipart.py#L465 It shows how to parse form data (both multipart/form-data and application/x-www-form-urlencoded) from a WSGI environment. CGI...

There are quite a few issues / questions / ... in this issue making it hard to answer, lets try. 1. rcs, this is a hidden gem in doxygen for...