Simon Parten

Results 79 comments of Simon Parten

Hmmmm... then I guess this would be a feature request! I did have a dig to see if this was something which would be easy to add... and concluded it...

Sure, so I have a curiosity project, where I'm noodling around with Hurricane data. https://www.aoml.noaa.gov/hrd/hurdat/Data_Storm.html It's freely available (I have some scala which converts the original data format into "nicer"...

I think I understand... thankyou for the tip. I'll give it a whirl...

Found against ; ``` ivy"com.microsoft.sqlserver:mssql-jdbc:10.2.0.jre17", ```

This query fails in test, but runs in main; ``` test("fails?") { val limit = 1 val queryMeLessWorking = sql" SELECT TOP ( $limit ) val FROM (values (3),(5)) as...

Okay, thanks for the above. I'll let you know if I get any mileage. I had a dig into the code and there does appears to be support for proxies=(String,...

TO clarify this, I can never get beyond this stage; `play.api.UnexpectedException: Unexpected exception[IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"] at play.api.http.HttpErrorHandlerExceptions$.throwableToUsefulException(HttpErrorHandler.scala:347) at play.api.http.DefaultHttpErrorHandler.onServerError(HttpErrorHandler.scala:267) at...

Hmmm... that sounds like the "right" solution is down in the scala compiler itself? It's something that my hobby project would need, but it's a hobby project, so to be...

Yes, Scala 3.1.1 … On Tue, 19 Apr 2022 at 12:23, jodersky ***@***.***> wrote: > What version of Scala are you using? From the scalacOptions I would > assume Scala...