pmav99
pmav99
Is it possible to add an option for reversing the order of AUR packages? At the moment search results are shown like this: ``` packer gtk --auronly 1 .... 2...
The existing rocket.chat integration only allows using username/password + requires additional dependencies to be installed. This integration lets you use Tokens instead and requires no extra dependencies.
When running as root (or with sudo) I get the following traceback ``` # ntfy send 'aa' ERROR: Failed to send notification using default Traceback (most recent call last): File...
Instead of suggesting to install using `sudo pip install ntfy` wouldn't it be a bit safer/cleaner to suggest `pip install --user ntfy` instead? This way ntfy will be installed in...
Hi When you specify an empty list to `name`, then a error is raised. E.g.: ``` yaml --- - name: "install aur packages" hosts: "localhost" connection: "local" become: True vars:...
I think that some installation instructions would surely make it easier for newcomers to provide feedback.
I think that adding a "repeat last selection" feature would be a useful addition.
**Describe the bug** Pylint raises a `no-name-in-module` error. Prospector seems to be ignoring this, even when invoked with `--member-warnings` **To Reproduce** ``` $ cat aaa.py from pydantic import BaseModel ```...
The docs only have examples for creating multi command applications but there are no examples for creating single command applications. Is there support for this usecase? I mean this: ```...