Eric Dill
Eric Dill
There are keybindings that already do this. If you have advanced-open-file open, the following keybindings will do what you are asking ``` coffeescript '.platform-win32 .tree-view, .platform-linux .tree-view': 'ctrl-k right': 'tree-view:open-selected-entry-right'...
> Don't those create new panes though? Yes. I misunderstood the request. Sorry for the noise!
how / where do I need to add the pypi token?
sounds like you both have solid ideas. I don't really have a strong preference either way. Seems like a "do-ocracy" will win here :) My only ask is that can...
My impression is that your (1) is the change to the data model and (2) - (6) are downstream functions that take in the new data model and return those...
Agreed on the conda/pypi part. Regarding the "pick one" set stuff, I'm pretty sure you could do that via ast. Not exactly sure how, but I don't imagine it would...
After a bit more digging, it seems that some of the sparkmagic files have `\ufeff` characters at the beginning of them: ```python bad_file = '/home/ericdill/dev/sparkmagic/hdijupyterutils/hdijupyterutils/log.py' with open(bad_file, 'r', encoding='utf-8') as...
@CJ-Wright is this similar to that issue you encountered with `adal`?
Did we fix this in depfinder?
_FAKE_PACKAGES is a terrible name, but what is represents is that when you install packages like matplotlib or pymongo, there are a number of other top-level imports that become available....