Tom Streller

Results 4 issues of Tom Streller

When trying to enable pagination, I have to add a `Key` to my object. The struct looks like this (simplified for brevity): ```go type Post struct { ID string `graphql:"id"`...

I'm having this code: ``` scala import play.api.Play.current import java.util.{Date} import play.api.libs.json._ import com.codahale.jerkson.Json._ case class Profile(id: String, displayName: Option[String] = None, public: Boolean = false, nsfw: Boolean = false,...

We've just had a lot of trouble solving a problem with the Rails Server and Rails Console caught in a loop, not even reacting to SigTerm. After quite a while...