Results 61 issues of leamas

New to this, possibly making all kind of errors. That said, it seems that the nggettext_extract grunt task silenlty drops any input pattern not ending in 'html'. E. g. ,...

Invoking ddupdate without the keyring package available fails since the logic tries to load the auth_keyring plugin unconditionally. This works not that well in servers, since unlocking the keyring always...

The `get_netrc_auth()` method is not fully compatible with the new authentication plugin scheme since it does not have any information whatsoever about which plugin to use. Current code uses a...

As heading says. Also, dnspark has changed name to namecheap after namecheap acquiring dnspark.

The googledomains plugin in a bad state after merging #23 since it always uses .netrc, disregarding configuration of credentials source. I have patched the plugin in 66ba183 to cope with...

In the GUI, it would be nice if the "View buildlog" button was enabled during the update process, giving a live presentation of what's going on (more or less like...

enhancement

The first line of the doxypypy.py script is #!/usr/bin/env python This creates a dependency on whatever python version 'python' refers to. Which in turn leads to non-obvious parser crashes when...

As heading says: On Debian 10/buster trying to install cmake using pypi I run into problems: ``` Building wheel for cmake (PEP 517): started Building wheel for cmake (PEP 517):...

While version 1.0.1 is, well, 1.0.1 the CMakelists.txt file contains the definition project(unarr VERSION 1.0.0 LANGUAGES C) As a consequence, the pkgconfig file uses a 1.0.0 version and the library...

Since the desktop fie has the same name for a user install and a system-wide, the system-wide install is not visible in the desktop when a user install is in...

question