Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Eric
Eric has asked
35
questions and find answers to
122
problems.
Stats
3.0k
EtPoint
871
Vote count
35
questions
122
answers
About
I'm the author of the specs2 library for Scala: http://specs2.org
Eric questions
SBT: How to publish both the aggregate project and all modules on Sonatype?
How can we interact with 2 MonadError constraints having 2 different error types?
Use `this` in a generated macro method
Method cannot be accessed in Macro generated class
Conditional invocation of a method in Scala
How to implement a Set with a user-defined equality
String interpolation and macro: how to get the StringContext and expression locations
Eric answers
How to start Play application before tests and then shut it down in specs2?
How do you write a parameterized test using specs?
How to get past SQLException: Attempting to obtain a connection from a pool that has already been shutdown
Scalacheck is ignoring the provided generators
How design a Specs2 database test, with interdependent tests?
specs2: How to use "failtrace" option
scala: how to implement this matcher in specs2
Swappable Trait in Scala
Cartesian product traverse in scalaz
Specs2 and @Before/@After-like methods