Niko Dziemba
Niko Dziemba
Yes I am aware of this option and we're already using it. The issue is that we have a lot (>500) pipelines that run on a relatively small amount of...
Issue still exists as described.
Issue still exists as described.
Issue still exists as described.
@sriramnrn Yes, that's exactly it :)
Sorry for the delay, as I was on vacation. If all you need is to enable ACLs, maybe we can just make that the default? I don't remember why we...
Thanks for the pointers! I believe I got it working now like this: ```scala class DisableTracingForSpecificRequests[Req Boolean) extends Stack.Module0[ServiceFactory[Req, Rep]] { val role: Stack.Role = Stack.Role("DisableTracingForSpecificRequests") val description: String =...
Turns out using `scalacOptions += "-Wconf:any:e"` instead works as expected. I suppose the `-Wconf:cat=unused-nowarn:s` added implicitly by sbt then overrides the `-Xfatal-warnings` flag. I'm not sure anymore if this is...
/remove-lifecycle stale
This is still a huge issue for us, it prevents any engineer in our company from using docker-for-mac for development. I created a testing DNS server to make it easier...