Jack Viers

Results 12 comments of Jack Viers

@kmiyashiro I could take a look at this if you'd like. From [an example on pastebin](http://pastebin.com/Vy53zmTT) I don't think it would be too difficult to implement/integrate with this plugin.

@foxgit @kmiyashiro There are other tools for code-coverage like mocha-cov or Istanbul-mocha. Coverage reporting is probably a separate responsibility from running the specs. On Jun 20, 2013 2:48 AM, "FoxGit"...

@ForbesLindesay take a look at [mikeal/request](https://github.com/mikeal/request). It does what you need with FormData, and has several nice examples.

@ForbesLindesay I am curious. What exactly are you doing with the FormData object? If you are uploading in the browser you can already do that with jquery or something similar...

@ThStock @eed3si9n If you are running from windows cmd, you also need to run ```chcp 65001``` before running sbt to get the characters to display correctly. Otherwise, the system encoding...

First @Kazark - Thank you for working on this! I just tried it and it doesn't seem to indent correctly with significant whitespace. Am I missing some additional configuration? See...

> @jackcviers is "~/.emacs.d/site-lisp/emacs-scala-mode" a copy of this branch? Git: Remote origin ([email protected]:Kazark/emacs-scala-mode.git) (2) @ master origin/master Merge pull request #165 from fommil/sbtn OH! I think I see the issue....

Ok. It's better! Nice work! But still requires some manual tweaking -- tabs don't cycle indent levels: [Newline and indent doesn't cycle back on tab](https://youtu.be/rM2ZqsPBxrI)

That's OK, we can define our own config file for other options. I don't like that a default set for the cousier cli filters through to users of the coursier...

@lefou I - Moved the fetching of default repositories, credentials, mirrors, and proxy configuration; and the running of proxy setup to `CoursierWorkerModule` - Added guards to check for existing authentication...