Guillem Jover
Guillem Jover
The code has many links to code, documents and specifications that are not their canonical source, as they reference Ubuntu resources. This is potentially problematic as Ubuntu diverges and has...
The current implementation uses the outpud of `ldd` to generate the dependency information, disregarding the packaged `shlibs` and `symbols` files metadata. This has several problems, the first is that using...
It would be nice if the generated copyright file would use the machine-readable format, as specified in https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/.
## Describe the feature/solution I'd like to add bash-completion support in dpkg upstream, I've got a branch starting work for that. The problem is that there's already some support for...
This fixes lots of typos that end up in the generated output, possibly in other projects, which would then be unable to fix these typos as they will reappear when...
**Describe the problem** The redis_instance_info metric contains the role label. The problem is that on HA setups with master/slave replication (where the nodes can switch from master to slave and...
[ Stumbled over this, and did a quick review over the implementation for conformance issues. :) ] The generated `Installed-Size` field appears to be created using an out of date...
The atomic package requires aligned variables (as per the package documentation), but this is not happening for the variables on the stack. Instead change the types for these to 32-bit...
Hi! It seems that this exporter's port has not been allocated in the official prometheus port registry https://github.com/prometheus/prometheus/wiki/Default-port-allocations, and it conflicts (not sure if always or this is a recent...
There is no support for reading a mysql configuration file as specified in the DSN. This is supported in other language bindings as read_default_file (or mysql_read_default_file). See https://bugs.mysql.com/bug.php?id=57081 for various...