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
103
questions and find answers to
1080
problems.
Stats
34.4k
EtPoint
12.2k
Vote count
103
questions
1k
answers
About
I maintain Circe and some other libraries.
Travis Brown questions
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?
Reading resources from a macro in an SBT project
Simple use of Scala collections from Java not compiling with 2.11
Transforming JSON with state in circe
Travis Brown answers
Scala XML equality issues
How to remove a fold from within a for-comprehension?
Motivation for match expression syntax
Kleisli Arrow with Writer in Scala. Why doesn't it compile?
Invoke a Scala Function2 with a shapeless HList whose values do not match the argument order
Dis-ambiguating implicit resolution in Scala
Scala: accessing common subtype of Either
trouble using custom semigroup class with Scalaz
Scala: I have a Set[X] and function (X) => Future[Y] and want to output a Future[Map[X, Y]]
Detect and transform numbers in a string using regular expressions