davidpolverari
davidpolverari
This implementation parses the $HOME/.netrc (or a file specified by the user) through the `--netrc[=file]` or `-R[file]` options. It uses a simple FSM in order to parse the file and...
**Describe the bug** `pesec` does not recognize a PE-compliant file on s390x. Fails with: ``` ERROR [-18]: not a PE file ``` **To Reproduce** Please provide us with: - pev...
Hello, @merces and @GoGoOtaku! Debian package maintainer for `pev` here. I noticed in the last few days that after [pev](https://github.com/merces/pev) remained archived for a brief stint while waiting for a...
When installing the program on Debian 12, there were some warnings about the usage of invalid Python escape sequences on some lines, mostly related to regular expressions and Windows paths....
Hi there again, James! As Debian considers a bug if a program or a utility doesn't have an associated manual page included in the same package or a dependency, I...
Hi James! While packaging voacapl for Debian, its package checker (_lintian_) found some warnings caused by voacap manpages: - `troff` does not allow newline characters in an escape name. -...
This PR implements maximum receive and transmit speeds statistics for cbm. Closes #4
The README.md file doesn´t explain about the required build-time dependencies. There is a need to clarify those to ease the build and process by third-parties, especially contributors.
There are possibly some memory leaks caused by `strdup` usage without corresponding `free` anywhere in sight.