Capi Etheriel

Results 29 issues of Capi Etheriel

Since ansible/ansible#4079, python-apt is automatically installed when the first apt module runs. That makes `python/apt.yml` and its tasks unnecessary.

i don't really know what's up, but it seems like get_pointer just outputs a tuple

bug
help wanted

I don't really know where to add it, but `pass` is a GPG-encrypted password manager following the unix philosophy of doing one thing only and one thing well. https://www.passwordstore.org/

Following #14749, this PR adds a small change to #14687 to ensure `.changeColumn` does not need column type information if the column change is not changing the type itself.

### Description of the Change The User (Site) following UI lacks support text -- users have to figure out what clicking the user avatar does. I believe some instructional title...

more-information-needed

Turns out distribute is now a just a wrapper to setuptools. And we can assume setuptools is installed, after all it's imported at the top of the file (plus, `install_requires`...

If you lookup the same vertex (or edge) twice: ``` V_a = graph.vertices.index.lookup(somelabel=someid).next() V_b = graph.vertices.index.lookup(somelabel=someid).next() ``` Then they're considered equal: ``` V_a == V_b # true ``` But not...

Basically re-opens #6 Tested on gnome-terminal 3.28.2 and kitty 0.17.2, both running zsh 5.4.2 on Ubuntu 18.04.

invalid

Added a setting to accept xfailing dependencies. This ensures a test with a dependency marked with xfail will not be skipped if that dependency _fails as expected_. It will still...