Samuel Tonini
Samuel Tonini
I just want to push a WIP branch. :-)
But I see whats the problem is. Because we just add package to vendor we would like to use, we have to add the dependencies by our self. `package` would...
I really understand this point, maybe we could go with MELPA STABLE and pin specific packages to always get tagged packages from MELPA STABLE.
@senny What do you think about the idea if we go with Cask and pinned packages? https://github.com/cask/cask/issues/252 I know its a emacs 24.4 feature, but to be honest, people really...
@senny Thanks for this great explanation. :-) I really see and understand your point, so let's talk about some dependencies we have with `flycheck`. :-) The following packages are dependencies...
@senny Not at all, I just wanted to hear a **GO** before vendoring them UP ;-)
@senny I'm working on it, had a little break last week. :-)
@jone What's the default source code checker for python these days? Currently we're going with `pyflakes` and `flymake`. Maybe going with `flake8` https://pypi.python.org/pypi/flake8 would be decent way. What do you...
@jone So you think we should just setup `flycheck` with `pyflakes` and let the rest to the user itself to customize?
@weiqiyiji whats the status on this issue?