Sorin Sbarnea

Results 490 issues of Sorin Sbarnea

It would extremely useful if `gerrit` CLI could list all patches from all servers that were raised by you. As we already have all servers and usernames this should be...

enhancement

If your shell is `zsh`, you cannot use `eval "$(gerrit completion)"` because completion command does not exists.

enhancement

Sorry for raising a bug for something that is more of a question. Considering that last activity was more than 9 months ago on this and that the README does...

`krb.conf` file is mostly an ini file but it still have something that makes in incompatible with crudini: ``` [realms] EXAMPLE.COM = { kdc = kerberos.bos.example.com kdc = kerberos.corp.example.com default_domain...

It would be really nice if crudini would be able to configure ssh config files too. If anyone is aware about another tool that can do this please post a...

Currently the network usage displays only total traffic information which means that if you want to debug where does the traffic goes from/to, you cannot use gtop. At least `iftop`...

feature

See https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda for details as is already implemented by some major terminals.

I tried to run tox on colorama on MacOS with iTerm and zsh and I got multiple failures looking like: Full log at https://gist.github.com/ssbarnea/30127add6646aaca448be876c7b51edd There are two aspects regarding this:...

I ended up finding dockerpy while trying to find a solution to decouple [molecule-docker](https://github.com/ansible-community/molecule-docker) driver from needing docker cli for one particular minor feature: ability to step inside a container...

`ansible-review` should be able to detect configuration rules by looking inside current code directory, just like any other build and linting tools pep8, flake8, tox. Having a user specific config...