Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Travis Brown
Travis Brown has asked
107
questions and find answers to
1160
problems.
Stats
35.8k
EtPoint
12.5k
Vote count
107
questions
1k
answers
About
I maintain Circe and some other libraries.
Travis Brown questions
Encoding ADT case classes with a discriminator, even when typed as the case class
An unusual type signature
Zipping zippers in Anti-XML
Transforming JSON with Circe
Threading extra state through a parser in Scala
Why is java_executable_exec_path giving me a legacy "external" runfiles path
Flattening nested JSON objects with Circe
Type equality in the Scala 2.10 Reflection API
Existential types and repeated parameters
Why does this code typecheck in Scala 2.11 and what can I do about it?
Travis Brown answers
Haskell program with Data.Set doesnt compile
Applicative functors vs monad composing performance in Scala
Encoding ADT case classes with a discriminator, even when typed as the case class
Finagle quickstart client
compile-time constraints on the order of function composition in scala
A Monoid application to subtypes doesn't compile with append operator, but works when explicitly called
transitive implicits - is this possible in Scala?
How can I create a generic list monoid in scala that maintains the inner type of the list involved?
Scala implicit conversions and mkNumericOps with value classes
Composing futures - how to get another variable associated with the result of a list of futures