Bjørn Madsen

Results 19 comments of Bjørn Madsen

The `Access-Control-Allow-Origin` header is a response header from the server, indicating which origins are allowed to use the resource. Browsers respect this header. If you set the `serveClient` option in...

scalatest 3.1.0 and sbt 1.3.4 are out now.

I haven't had any luck with these either. And the font size setting the the package settings doesn't seem to do anything.

I have another issue that looks like this ```scala class ConfigModule(config: com.typesafe.config.Config) { @javax.inject.Inject def this(configuration: play.api.Configuration) = this(configuration.underlying) // underlying : com.typesafe.config.Config } lazy val playConfig: play.api.Configuration lazy val...

There's still one left at ``` Unsafe variable found at: lib/ex_admin/form.ex:32 ```

Would love this as well. I've tried running the docker image, but it seems that mounting a volume inside the task when running `jaas` inside a docker image has some...

I'm back from a week of vacation, and now it works :) Can't reproduce what I saw back then.

This was reported in #3216 back in March and "fixed"/ignored in #3484, but it looks like that was rolled back. Seems there was a merge of other changes to that...