thibaultmarin
thibaultmarin
Hi, thanks for the review. > DamienCassou commented on this pull request. > +(defcustom jabber-history-mam nil > > shouldn't that be a per-account option instead? The current scope follows that...
Hi, you could look at this pull requests, which implements XEP-0313: #21.
Currently, class members should be ordered alphabetically by type then name. It may be possible to implement an option to sort by input filename and position in the filename, I...
Unfortunately, the parser returns the template specification as a string. Since this package does not have the ambition to parse c++ code, this is unlikely to get fixed until the...
The `robotpy-cppheaderparser` package, which is used to parse the headers, indeed parses the member function as a method (with a wrong name). Maybe this could be reported upstream.
Thanks for the report. v0.8.2 attempts to fix the issue.
robotpy-cppheaderparser (the package which does the actual parsing) does not seem to parse these (possibly related to https://github.com/robotpy/robotpy-cppheaderparser/issues/63). I will see if we can move to cxxheaderparser which may fix...