Michael Aquilina

Results 152 comments of Michael Aquilina

@seakayone in the meanwhile, you can run: `enable_autoswitch_virtualenv` to force enable it. specifically, you can add it to the end of your zshrc to make sure it loads up

I think the correct solution is to fix this plugin to correctly work with plugins which are loaded after it :) if you can tesdt #176 we should be be...

Hi @hans-d :) yes, seems like I just forgot about that one but I will work on merging it some time soon

In my case the second option seems necessary as cd'ing to the directory is part of the test (this is for testing https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv). However, for some reason the cd fails...

That should work, It's a zsh shortcut: ``` $ echo =virtualenvwrapper.sh /home/michael/.virtualenvs/zsh-autoswitch-virtualenv/bin/virtualenvwrapper.sh ``` Its almost equivalent to `which`

Have you installed virtualenvwrapper? `pip install virtualenvwrapper` You will probably need to use sudo to install that (or use a python virtualenv)

haha no problem! I was away in Germany the past few days so I havent managed to give this a look since we last spoke. Any luck from your side?...

I need to give the tests for this project a proper look because i noticed quite a few are passing automatically due to the `contains` bug. So better I gather...

I'll double check that on my home machine when I get the chance. it's possible I created something when I first started using zunit and completely forgot about it.

I have also noticed that faker doesnt have an equivalent for `FuzzyChoice`. What's the recommended route. Should you use `FuzzyChoice` in that case or resort to creating your own in...