Manfred Schwarb
Manfred Schwarb
With some test case and "-fsanitize=undefined", I get ``` Area.cpp:529:17: runtime error: index 5 out of bounds for type 'char [5]' Area.cpp:529:19: runtime error: store to address 0x7fff43794c70 with insufficient...
I don't know the intended purpose of "EXPLICIT", but if used to pass compile flags, this may give an inconsistent build, as this variable is only passed to the compile...
In my rpm build, configure options are quite detailed, and some of them fail to be treated by the custom configure script: ``` ./configure --host=x86_64-suse-linux-gnu --build=x86_64-suse-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr...
I reported this already as part of https://bugzilla.opensuse.org/show_bug.cgi?id=1200891, but I figured the second part is probably more suited for this location: As a privileged user, one can add a new...
Not sure what's the state of python version support in this project, at least it seems pyproject.toml is a bit outdated. xlsx2csv 0.8.2 does not work with python 3.6, as...
There is a print statement in clients.py:288 which clutters output, introduced in version 0.3.4. What is the purpose of this print? Is it just a forgotten debugging aid?
### What happened? So far cdsapi was happily running on python 3.6. However, for the new platform cds-beta, a new module is required, cads-api-client. This module does not work with...