Andy Scott

Results 66 comments of Andy Scott

I get the following error: ``` Downloading https://repo1.maven.org/maven2/org/stanch/reftree_2.12/1.2.0/reftree_2.12-1.2.0.pom.sha1 Downloading https://repo1.maven.org/maven2/org/stanch/reftree_2.12/1.2.0/reftree_2.12-1.2.0.pom Downloading https://dl.bintray.com/stanch/reftree/org/stanch/reftree_2.12/1.2.0/reftree_2.12-1.2.0.pom Downloading https://dl.bintray.com/stanch/reftree/org/stanch/reftree_2.12/1.2.0/reftree_2.12-1.2.0.pom.sha1 Downloading https://repo1.maven.org/maven2/org/stanch/reftree_sjs0.6_2.12/1.2.0/reftree_sjs0.6_2.12-1.2.0.pom Downloading https://repo1.maven.org/maven2/org/stanch/reftree_sjs0.6_2.12/1.2.0/reftree_sjs0.6_2.12-1.2.0.pom.sha1 Downloading https://dl.bintray.com/stanch/reftree/org/stanch/reftree_sjs0.6_2.12/1.2.0/reftree_sjs0.6_2.12-1.2.0.pom Downloading https://dl.bintray.com/stanch/reftree/org/stanch/reftree_sjs0.6_2.12/1.2.0/reftree_sjs0.6_2.12-1.2.0.pom.sha1 [error] coursier.ResolutionException: Encountered 1 error(s) in dependency resolution:...

Seems to work if I add `resolvers += Resolver.bintrayRepo("stanch", "reftree")` and `resolvers += Resolver.bintrayRepo("stanch", "maven")`, though. Could I convince you to publish this to some more standard repositories? I'd like...

\o/ Awesome, thanks for the update!

```scala object package { ... } ``` is valid and works as desired if you wrap `package` in back ticks: ```scala object `package` { ... } ``` @gkossakowski's example can...

I'm also very excited to see how this shapes up!

I went ahead and implemented preliminary Bloop support for Bazel. Right now this works for a simple Java project, and it's stubbed out to support Scala. https://github.com/andyscott/rules_bloop There's no documentation......

It's nonstandard but seems to be getting traction. `]1337` was claimed/used by iterm2 for embedding base64'd images and buildkite has extended that with `]1338` for url images. Buildkite currently supports...

Just a heads up that I don't think I'll have time to work on this until next week. That being said... I intend to finish it so I can use...

This would be a very welcomed addition to Scala Exercises!