Guillaume Massé (马赛卫)

Results 160 comments of Guillaume Massé (马赛卫)

Yes: ```bash curl -fLo coursier https://github.com/coursier/launchers/raw/master/coursier && chmod +x coursier && ./coursier ./coursier launch ammonite:2.5.4-8-30448e49 --scala 2.12.15 -- --class-based ``` ```scala import $ivy.`org.apache.spark::spark-sql:3.2.0` import $ivy.`sh.almond::ammonite-spark:0.13.0` spark.version // res4: String =...

sbt 1.0 will have a client - server architecture and [sbt-remote-control](https://github.com/sbt/sbt-remote-control) has something similar already. sbt `dependsOn` work by publishing artifact locally. You could do the same thing with the...

this is also a good alternative: http://stackoverflow.com/questions/10729570/html5-alternative-to-flash-based-zeroclipboard-for-safe-copying-of-data-to-clipb ``` javascript function copyToClipboard (text) { window.prompt ("Copy to clipboard: Ctrl+C, Enter", text); } ```

I'm trying to build 9.1.4 and it's missing a commit in the syntax submodule: https://github.com/rescript-lang/rescript-compiler/tree/9.1.4 It's pointing to https://github.com/rescript-lang/syntax/tree/bc57a1c328c8c5ac76362482dcc4ac07a0eea37e

Maven search has this functionality: https://search.maven.org/classic/#search%7Cga%7C1%7Cfc%3A%22cats.data.EitherT%22 We could use their API from scaladex: https://search.maven.org/solrsearch/select?q=fc:%22cats.data.EitherT%22

@MichaelViveros Your PR grep the readme for gitter badge. You can have a gitter room without adding a badge. I suggest we do an http request with play-ws to know...

We use dependent to denote the opposite of dependencies. We could also use reverse dependencies. > Unless there is an unrelated bug here, Dependents means two different things on the...

@larsrh the default release is `"com.github.pathikrit" %% "better-files-akka" % "2.16.0"` this is what you see on the right sidebar. The dependent section is about this release. If you click Artifact...

@vossad01, No ``` Project Github Repository (akka/akka) Artifact Sbt project akka-actors Release Pom akka-actors_2.11 2.4.3 ``` With the currently deployed Scaladex (without https://github.com/scalacenter/scaladex/pull/340) this is what you see: < Project...

Yep > the currently selected version and Scala target of the artifact. this is a release, we can call them release dependencies.