Ralf Schlatterbeck

Results 18 issues of Ralf Schlatterbeck

When running: ``` >>> locale.normalize ('en') 'en_US.ISO8859-1' ``` On the system in question this locale does not exist: ``` % locale -a C C.UTF-8 de_AT de_AT.iso88591 de_AT.utf8 de_DE.utf8 en_GB en_GB.iso88591...

type-bug

Doxygen xml has an optional 'array' in parameters, append this to parameters on output. Fixes #184.

I have a C project for which I'd like to get rid of hard coded headlines that mention 'Class' or 'Classes'. Happens in headlines - Classes and Structs - Class...

bug

I have the following in a doxygen XML: ``` None embed:rst:leading-asterisk Example ------- Set the initialization routines to select a value for gene i uniformly randomly from the interval [0,i]....

In the code I'm trying to document I have a C-function (plain C, no overloading of function names) ``` void PGAIntegerSetFixedEdges (PGAContext *ctx, size_t n, PGAInteger(*edge)[2], int symmetric) ``` It...

### systemd version the issue has been seen with 252 ### Used distribution Debian bookworm ### Linux kernel version used 6.1.61 (custom build) ### CPU architectures issue was seen on...

RFE 🎁
pid1

The type 'np.complex' has long been deprecated in matplotlib. Solution is to use the python builtin type 'complex'.

Add axes.labelpos with default -1-1j.

.. in newer versions of python3. Fixes #34.