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
106
questions and find answers to
1127
problems.
Stats
35.2k
EtPoint
12.4k
Vote count
106
questions
1k
answers
About
I maintain Circe and some other libraries.
Travis Brown questions
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?
Reading resources from a macro in an SBT project
Travis Brown answers
How to compose functions that return Validation?
Heterogeneous Lists in Scala; using map function
Using JSON Implicit Reader
Convert List[ValidationNEL[String, Unit]] to ValidationNEL[String, Unit]
Collection that contains no a where a⊆b and b is in the collection
PlayFramework in Scala, Reads - error in case of unknown key? [duplicate]
In scala, how to get an array of keys and values from map, with the correct order (i-th key is for the i-th value)?
Traversable recursive node structures
scala: shortest way to convert List[ Tuple3[A,B,C] ] to Foo(A, B, List[C])
Is it possible to force early evaluation of a curried function?