Øyvind Raddum Berg

Results 293 comments of Øyvind Raddum Berg

Err, so much for actually reading your comment! Yes, I figured it was mostly possible to use empty parenthesis so work around the problem, this is mostly a big problem...

So i had a quick look at the macro behind this, and it seems it doesnt work because autowire treats `val`s as nested traits with methods to expose (if i...

Any progress here, any help needed to get started? I'd like to kindly note that the scala 3 port is *not* a good opportunity to accumulate breaking changes. The churn...

From scala 3, sorry that wasn't clear. We're slowly working through it now. So i just wanted to say that i appreciate any library which saves random breakage until later...

This is probably what I'm seeing as well, and might be bad if it applies to everybodys binary data. I have just started to debug it, but what I've found...

i patched it and fixed my immediate problem, but I have a hard time seeing the possible consequences (postgres_writer.py): elif isinstance(row[index], (str, unicode, basestring)): if column_type == 'bytea': quoted =...

In case it's useful to you I added the libraries i found to my build now, see https://github.com/oyvindberg/ScalablyTyped/commit/ddd52276a2d631d709bfa6aa43597b8af7b78515

Same here, this time on jetty 9.2.10.v2015031 ``` Caused by java.lang.NullPointerException - at unfiltered.filter.ResponseBinding.status(bindings.scala:34) at unfiltered.response.Status.respond(statuses.scala:5) at unfiltered.response.Responder$class.apply(functions.scala:19) at unfiltered.response.Status.apply(statuses.scala:4) at unfiltered.response.ComposedResponseFunction.apply(functions.scala:36) at unfiltered.filter.AsyncBinding$class.respond(bindings.scala:18) at unfiltered.filter.async.Plan$$anon$1.respond(plans.scala:48) at ... at scala.PartialFunction$Lifted.apply(PartialFunction.scala:223)...

I agree there should be tests. I'm thinking to duplicate the structure for the compile tests and adapt the structure for test end point. or something like that. It'll be...