kenny-evitt
kenny-evitt
@msaraiva My bad! It didn't even occur to me to check whether the docs included all arities. Given that that's the case, I don't think there's any problem with the...
@msaraiva Maybe some examples would be helpful: ## Complete code ### Example 1 ```elixir Enum.reduce(list, fun) ``` Show the arity two version. ### Example 2 ```elixir Enum.reduce(list, initial_acc, fun) ```...
@msaraiva @axelson As for the formatting itself, of the different arities, I think the current formatting is fine. I think something like this might be (very) marginally better: ``` ##...
@slashmili This question on the Vi and Vim Stack Exchange site concurs: - [external command - How to render html file? - Vi and Vim Stack Exchange](https://vi.stackexchange.com/questions/848/how-to-render-html-file) Basically, a text...
@steveaft You mentioned you have the Keymapper plugin installed. What other plugins do you have installed? Would you try reproducing this with a clean install _without_ any other plugins (other...
The post ["Changing a Vim editor to normal mode"](https://groups.google.com/forum/#!topic/codemirror/QPDY40YTTto) on the CodeMirror Google Groups group is _really really_ relevant ( :smile: ): > **Matt Mower**: > > Given a reference...
Please un-assign me.
@rundis @cldwalker ?
@carocad What REPL are you using? Whatever it is, it's certainly outputting a briefer 'stacktrace' tho it only seems marginally more informative (to someone not familiar with Clojure). That said,...
@rundis That library looks fantastic.