Sheng Chen

Results 7 comments of Sheng Chen

so I figured I probably do something like this -- just wondering if spray can be smarter to just integer map and listmap into one implicit function? ``` scala import...

Both solutions look good to me. Thanks!

I have the following errors trying to build from source. Any idea how to fix them ? ```bash /usr/include/string.h:544: error: '__locale_t' has not been declared /usr/include/string.h:545: error: nonnull argument references...

Does the plugin support the latest idea (2016.1.1) ? There are couple of exceptions like below in the event log, though I have configured both the compiler and tools in...

@carymrobbins The output in the console is not so much different from what I just pasted, but anyway there you go, ``` list check *******.hs check *******.hs Using working directory:...

@carymrobbins I also noticed that if I Ctrl clicked (well, it was actually "Command clicked") on a function coming from `Prelude` or a dependency, the UI would completely freeze. I...

```sbt publishMavenStyle := false, packagedArtifacts += ((artifact in makePom).value, makePom.value) ```