Austin Bingham
Austin Bingham
Autonaming ought to be trivial with pytest since pytest generates unique names for you in the test node's 'nodeid' field. They're not always pretty names, so a fallback to using...
It looks like this is a result of calling `revert-buffer` at the end of the process. We'll need to find a way to preserve these kinds of buffer characteristics; the...
We use [`virtualenvwrapper.el`](https://github.com/porterjamesj/virtualenvwrapper.el/) to manage virtual environments, and from [what I can tell](https://github.com/porterjamesj/virtualenvwrapper.el/issues/46) it doesn't support conda. Instead of using `traad-environment-name`, you might be able to instead set `traad-server-program`. I...
I'm open to supporting both virtual environments and conda, though I'm not inclined to do that work myself. It looks like there are [Emacs packages to help with that](https://github.com/necaris/conda.el).
@mhlr Does this work for you?
Perhaps an optional argument to search which specifies a root directory. Search results not under this directory could be ignored (i.e. not displayed), and the root directory could be stripped...
Is it possible to get more information about the bug, e.g. by using `toggle-debug-on-error`?
I'm really not sure what's going on here. Unfortunately, I've got to focus my time and energy on other projects, and I won't be spending any time on my emacs...
First of all, thanks for putting this together. I think this is a big step forward for emacs-ycmd. I do have some concerns about the design, though. My primary concern...
> emacs-ycmd should not keep server options inside itself for many reasons. What reasons? I'm asking in all seriousness, because it's entirely possible that I'm missing an important point. As...