Stephen Judkins
Stephen Judkins
Added the equivalent of the Textmate "Compile and Display JS" for Sublime Text 2.
We recently upgraded from SBT 1.2.8 to 1.3.8 and saw the following regression: In our primary `build.sbt`, we defined a custom `s3CredentialsProvider`. In 1.2.8, this was evaluated and called and...
Currently, input and output files are specified in the API in terms of `java.io.File`. The underlying Scala compiler, however, does not require interaction with the filesystem. If inputs and outputs...
Here's a failing test in a PR: https://github.com/higherkindness/rules_scala/pull/172 What appears to be going on: `ClassToApi` is using Java reflection to determine the structure of generated Java sources. [https://github.com/sbt/zinc/blob/develop/internal/zinc-apiinfo/src/main/scala/sbt/internal/inc/ClassToAPI.scala#L158]. However, this...
Failing test for https://github.com/higherkindness/rules_scala/issues/173
This patch should address https://github.com/bentomas/node-async-testing/issues#issue/6, at least for the console runner.
It's not a distinct tool, but this method is the simplest and most straightforward method I've used, and I've seen a lot of nixos users refer people to this post....
This adds support for decoding CCIT group 4 tiff images by using the `fax` crate. I've found that the photometric interpretation tag is ignored by all the extant decoders I've...
This scratches an itch for our particular codebase, but I think it's a general rule that might be pretty useful to apply in the right places. By raising this pull...