Caleb Hattingh

Results 130 comments of Caleb Hattingh

@selfuryon Thanks! I will have a look towards the middle or end of this week.

Sadly, I have not tested it yet. I did the workaround we discussed, where I made a subclass of the XR class and so far that has worked very well....

Yup, that's a clever idea: just deploy with twine. That will work fine for me. Feel free to close this.

And yet another option might be that flit simply uses twine as a library, maybe passes unknown (to flit) cmdline args onto `twine.cli.dispatch()`. [edit: actually, this is not a new...

Quick note: I looked at this a while ago. The problem is that there is already a stdlib on the python path, for the currently-in-use Python. Adding another stdlib from...

I've started building a small secret project cjrh/PloKoon which will call jedi-vim within one or more separate Python interpreters. Instead of web calls, as JediHTTP does it, this relies on...

I reckon it might be possible to call the activation function yourself inside your vimrc, here: https://github.com/cjrh/vim-conda/blob/master/plugin/vim-conda.vim#L52

If you submit a pull request to fix this I will likely merge it. I don't use Conda anymore, so we should also check with: @jfishe @hstarmans @ryanfreckleton

@Nikasa1889 If you submit a PR that fixes this problem, I will merge it and make you a contributor to this repo.