Brandon Elam Barker
Brandon Elam Barker
Extract the core of the project into a new sbt subproject, without any dependency to sbt (which is currently used everywhere we manipulate files); dependency of #5 (also mentioned in...
Not sure if this counts as a bug or feature request, but I'm just curious why the haddocks aren't up, and what needs to be done for this to happen?
In Scala.js (`addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22")`, when I try to do something like: ```scala import eu.timepit.refined._ import eu.timepit.refined.api.Refined import eu.timepit.refined.auto._ import eu.timepit.refined.numeric._ type WidthRange = Int Refined Interval.Closed[W.`200`.T, W.`1000`.T]...
I know ZIO was supported, but can't find it at all now. Previously I could manually search for it: 
I was looking at the generated nix expression when using the `--shell` option, and while it is probably possible to generate a script to patch in a custom shellHook, I'm...
``` python import sage.plot.list_plot ``` ``` ImportError Traceback (most recent call last) in () ----> 1 import sage.plot.list_plot /usr/local/sage/sage-6.5/local/lib/python2.7/site-packages/sage/plot/__init__.py in () ----> 1 import all /usr/local/sage/sage-6.5/local/lib/python2.7/site-packages/sage/plot/all.py in () 1...
I suggest making a new section of facades that are self contained in a single gist, or possibly also, for incomplete/nascent repos. Some JS libraries may have rather incomplete facades,...
This occurs in both JS and the JVM; I packaged up a somewhat [minimal example](https://github.com/bbarker/ProjectGists/tree/master/Scala/BoopickleJobWrapCCRS) of this. Here is the problematic trait: ```scala sealed trait JobWrap { type J val...
Hi! Thanks for the great crate! I was excited to see this went so well. In my benchmark PR, I outlined how mutual recursion doesn't really work. I may come...
I'm not extremely certain that my issue is related to using sbt 1.2.8; but based on the error that's my best guess as I am using Scala 2.12.6 . Currently...