Pieter Lexis

Results 25 issues of Pieter Lexis

When using Boost::Python, the program should be linked with `-lpython$VERSION`. This PR does some basic detection of different versions of python to accomplish this. It would be nice to have...

Travis runs clang 7, I can't reproduce the failures on clang 8 (with `lld` 8). Needs investigating!

Hello folks, I have a question about version pinning in the context of compiled programs (mostly C and C++, i.e. those without built-in dependency tracking). Most of these programs come...

Hi there, I have a header file with the following (cut for brevity, full file [here](https://github.com/sysrepo/sysrepo/blob/devel/src/sysrepo.h)): ```c typedef struct sr_error_info_msg_s { char *message; /**< Error message. */ char *xpath; /**<...

### Short description Closes #10686 ### Checklist I have: - [x] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [x] compiled this code - [x] tested this code - [ ] included documentation...

### Short description This might solve some confusion for operators that expect a zone to be Master/Primary. ### Checklist I have: - [x] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [x] compiled...

auth

All libraries are updated except d3.js. rickshaw does not support d3.js version 4 or 5. And incidentally, not even the last version in the 3-series :(.

Found while compiling dnsdist 1.3.0 on Arch Linux. * `gcc --version`: `gcc (GCC) 7.3.1 20180312` ``` In file included from dnsdist.hh:24:0, from dnsdist-lua-inspection.cc:22: ext/luawrapper/include/LuaContext.hpp: In static member function ‘static int...

This PR adds support for signing existing provenance files. You can see the action in action (heh!) [here](https://github.com/pieterlexis/pdns/actions/runs/1462147011). This PR is somewhat work in progress to solicit feedback from the...