Adam Voss

Results 42 issues of Adam Voss

[git-reparent](https://github.com/MarkLodato/git-reparent) is a pure bash implementation that can be used to similar ends.

The current state of this PR wrongly borrows the appid from [fancellu/scalajs-ractive](https://github.com/fancellu/scalajs-ractive). In #30 I requested an appid be acquired for this project. Once we have that, this commit can...

These changes are more technical than those pertaining to style submitted under #49. The intention of these changes are more about making the text clearer and readers likely to succeed...

The [Stages](http://www.lihaoyi.com/hands-on-scala-js/#Stages) begins with: > Let us recap the three different stages of execution, and what they mean. The stages themselves have not been explicitly explained prior to that point...

According to [the release notes for Scala.js 0.6.13](http://www.scala-js.org/news/2016/10/17/announcing-scalajs-0.6.13/), node.js is now the default runner. The section [The `run` Command](http://www.lihaoyi.com/hands-on-scala-js/#TherunCommand) needs to be updated to reflect this change. As this, as...

The following destinations are not found: - http://www.scala-js-fiddle.com/gist/77a3840678d154257ca1/KochSnowflake.scala - http://www.scala-js-fiddle.com/gist/77a3840678d154257ca1/KochCurve.scala - http://www.scala-js-fiddle.com/gist/9443f8e0ecc68d1058ad/RayTracer.scala from the paragraph: >Draw something pretty! We have a working canvas, a nice programming language, and a way...

I am able to use Up and Down arrow keys to switch between levels; however, left and right do not cause the ball to roll and no mouse actions do...

As this repo is obsoleted by scalafiddle, it may be helpful to disable this issue tracker to help avoid accidental reporting here.

If a link's status code is a redirect, it is not considered broken by Scalatex. However, that redirect's destination may result in a 404, and thus a broken link. Scalatex...

The assertion `list.Should().BeInAscendingOrder(x => x.CompletionPercent)` resulted in a failure message in my code base where the failure reason was on the 842nd output line because the formatter structurally prints the...

enhancement