panicgh

Results 16 issues of panicgh

The original docstring regex removed sequences such as `r"""` from a docstring regardless if it appeared at the beginning or at the end of the docstring: `r"""Simulator"""` erroneously becomes `Simulato`....

# Description doxypypy produces a wrong result if a doctstring **ends** with a typical [string prefix](https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals) for example `r"""`: Input: ```python def fun(): """Simulator""" pass ``` Output, note doxypypy ate...

The [open62541 Contributor License Agreement (CLA)](https://cla-assistant.io/open62541/open62541) contains a typo: > (iv) "open62541 project(s)" includes all projects within the **orgizational** account on https://github.com/open62541 (emphasis added) It should read "organizational"

It would be nice for compatibility with pkg-config-based applications, if cppzmq generated a *.pc file like libzmq already does. For someone knowledgeable in CMake (not me) this is probably a...

## Expected Behavior A maintainer from a Linux distro packages Fast-DDS and needs to customize some installation destinations using the standard variables from [GNUInstallDirs](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html#gnuinstalldirs) as described also in [`install`](https://cmake.org/cmake/help/latest/command/install.html#installing-files). For...

The current stable release is 1.4.2 from 2020 and there are several release candidate releases/tags since then. Will there be a 1.5.0 release? If so, when may it be expected?...

support
maintenance

nitrokey-app uses a very old version of cppcodec (unreleased/-tagged, a [commit from 2016](https://github.com/tplgy/cppcodec/tree/61d9b044d6644293f99fb87dfadc15dcab951bd9)) via a git submodule. It may be worthwhile to update the git submodule to a later version....

enhancement
maintenance

https://crates.io/crates/keepass-diff/versions shows that there is already a 1.2.0 release, but this git repo does not contain a corresponding tag. It would be nice if the respective commit was tagged.

Building libnitrokey with `-DADD_GIT_INFO=OFF` causes it to fallback to the project version specified in the CMakeLists.txt. Apparently this version was not incremented for the 3.8 release and later, i.e. it...

bug

The project version number on the 1.0.1 tag still is set as 1.0.0: https://github.com/fbdtemme/bencode/blob/8dea2346b88ae7f64bdb8a5b22fb6d83487d1e67/CMakeLists.txt#L2-L6