-
@kilodox - the hamster destroyer.
-
I use wanna my project support IntegrationTest, so I added a Build.scala in `project` directory
```
import sbt.Keys._
import sbt._
object Build extends Build {
lazy val integrationTest = Project(…
-
We should use macros to generate union classes from 1 to n, n to be defined.
n should not be to high as t would not be convenient to pattern match.
https://github.com/scala-hamsters/hamsters/blob/m…
-
Hi @joeaudette ,
First of all, Thank you very much for building this amazing multi tenant solution! It answers many questions that have puzzled me for months.
I am getting an error whilst trying…
-
# Types with default initial values specified (from Ada 2012) [12800967]
**Submitted by Alexei Odeychuk on 3/4/2016 12:00:00 AM**
**3 votes on UserVoice prior to migration**
I suggest introducin…
-
搞清楚 TC39, ECMAScript 之间的关系,以及 js 最近又有什么新动静了。
-
to enable usage in maven-projects, it would be really useful to add this library to maven central
-
This bats test fails when run against 0.2.0:
```
@test "honours source when printing config after switching to global" {
git duet -q al on
export GIT_DUET_GLOBAL=true
git duet -q jd fb
run gi…
-
The dependency version is not correct in the readme, it states:
``` scala
libraryDependencies ++= Seq(
"io.github.scala-hamsters" %% "hamsters" % "1.0-BETA1"
)
```
but it should be:
``` scala
lib…
-
There is a typo in the dependency, it should be:
``` scala
libraryDependencies ++= Seq(
"io.github.scala-hamsters" %% "hamsters" % "1.0.0-SNAPSHOT",
)
```