Oscar Campos

Results 139 comments of Oscar Campos

I had to rollback so 2.1.28 is equivalent to 2.1.26

Hi @hyperknot You just need to hook it into this function that is used to get anaconda settings https://github.com/DamnWidget/anaconda/blob/master/anaconda_lib/helpers.py#L197-L261

What is the content of your `/etc/hosts` file?

Looks like ST3 is reconnecting to the anaconda server, anaconda is a server-client architecture that is why I am asking about your hosts file. I am not sure, there is...

I am not sure why but I didn't got any notification for this issue until today (you posted it like past month). I don't understand exactly what the problem is,...

I did some tests and seem like the EventListener fires the `on_load` method when ST3 is pre-loading the buffer while you write the file name in the Ctrl+P text input...

You probably need to configure your delimiter, take a look at the documentation, http://damnwidget.github.io/anaconda/tests_runner/ specially the test_delimiter section. On 20 May 2015 at 12:45, Ezequiel Muns [email protected] wrote: > I...

There are some known issues with numpy (and other mathematical packages) in Jedi library (that we use internally to offer autocompletion), you can see a list here https://github.com/davidhalter/jedi/search?q=numpy&type=Issues&utf8=%E2%9C%93

Yeah, I know what you mean. I am currently working in the new plugin, I will make sure to add it on that one but I don't think I am...