Vladimir Iakovlev

Results 55 comments of Vladimir Iakovlev

Yes, there's been a bug. Code from py-gaugette is a bit hackish and hard to maintain/understand (probably rewritten from C line-by-line), so I rewrote it. And now it's more pythonic...

Changes look good for me, but it seems like it breaks e2e tests - https://travis-ci.org/nvbn/thefuck/jobs/630646284#L3756

Do you have `python-dev` installed? If no, try to install it and run `pip install -U psutil`.

We have two separate rules for this, and thefuck isn't that smart too apply more than one rule by default: ```bash ➜ gir commiy zsh: command not found: gir ➜...

Yep, you're right. I'll think about how it can be made.

Can you try to run: ```bash export THEFUCK_DEBUG=true eval $(thefuck --alias --enable-experimental-instant-mode) ``` And `echo $PS1` after that.

It looks like they are conflicting. But instant mode will be replaced with [shell_logger](https://github.com/nvbn/shell_logger) that shouldn't conflict with pure.

You can use: ``` bash ./manage.py bower install -- --config.interactive=false ```

It can't be part of py_backwards package, because it's not possible to install py_backwards on python < 3.3. I think it would be better to have something like `py_backwards_runtime` or...