Sorin Sbarnea

Results 496 issues of Sorin Sbarnea

I think that the relationship between ansible-review and ansible-lint should be explained in the main README, making clear when you may/should want one use or another.

Apparently blessings does not have type hinting, yet: ``` error: Skipping analyzing 'blessings': found module but no type hints or library stubs note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports ```

Sorry for raising a bug for that but I would like to know what is the maintenance status of the library. I started using it recently on a side-project and...

I would fine very useful to see links support in blessings, as described at https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda As you can see that page documents adoptions of this extension across terminals and libraries...

Most LDAP servers do have server side limits regarding the number of entries they do return to the clients, and this limits cannot be changed by the client (it's not...

**Describe the bug** I observed some warnings when installing coverage related to the packaging of coverage, likely caused by lack of [PEP-517](https://peps.python.org/pep-0517/) compliance. ``` Using legacy 'setup.py install' for coverage,...

enhancement
question
install

It would be very useful to enable file format detection based on shebang lines. Here are few examples: ``` #!/bin/bash ... #!/bin/sh ... (shell) #!/usr/bin/env ansible-playbook -i ../hosts -K (yaml)...

Some log files are using by default numeric timestamps which are of zero value to humans. it would be great if ccze would transform them to readable form. Example from...

The document installation method is incorrect because it would require sudo, something only a crazy man would give on macos: ``` gem install taskwarrior-web ``` Luckly, ` gem install --user...