Results 189 issues of Dustin Spicuzza

Probably would be best to prompt the user for it when logging, and then add the data to the JSON so it can compute things like efficiency et al. To...

Same problem as https://github.com/sizmailov/pybind11-stubgen/issues/33, but for properties instead! ``` @property def m(self) -> std::mutex: """ :type: std::mutex """ ``` Looking at it... it seems like one should do the `ast.parse`...

enhancement

FYI https://github.com/golang/go/issues/46084

``` class Foo { std::function fn; }; ``` Is a function. The following would be interpreted incorrectly also, and I imagine adding function parameters would break also: ``` class Foo...

bug
help wanted

Copied from: https://sourceforge.net/p/cppheaderparser/bugs/65/ Reported by: https://sourceforge.net/u/phlibi/ Enum values have inserted a space between the numeric sign and the number: ``` h=CppHeaderParser.CppHeader('''enum { FOO = -123 }; ''', argType='string') print(h.enums) ```...

``` template class Int {}; class MyInt : Int>8)> {}; ```

This uses a lot of implicit globals, would need to remove them. Might take a bit of work.

help wanted

This would make user connections more robust than using the 'server' keyword.

enhancement

Some kind of queue buildup or race condition during reconnects... Reference: https://www.chiefdelphi.com/forums/showthread.php?t=164590

bug

Here are relevant snippets of the `1-Remote -SSH.log` file: ``` [13:59:09.150] > Linux 5.4.0-125-generic #141~18.04.1-Ubuntu SMP Thu Aug 11 20:15:56 UTC 2022 [13:59:09.151] Platform: linux [13:59:09.215] > /bin/bash [13:59:09.215] Shell:...

ssh
info-needed