Michael Hertig

Results 43 comments of Michael Hertig

Thanks for the fast response! I've actually already tried that, but it doesn't seem to work. It's still returning `WWW-Authenticate: Basic`

It has to be in the `` object, right? Here's my full `web.xml`: ```xml jerseyServlet org.glassfish.jersey.servlet.ServletContainer javax.ws.rs.Application repo.Application 1 jerseyServlet /* everything /* CONFIDENTIAL /_ah/start /_ah/start NONE BASIC my-realm-name ```...

No, unfortunately not

Well, I've got it working **with a very dirty workaround**. I created the class `repo/provider/ResponseServerFilter.java` ```java package repo.provider; import java.io.IOException; import javax.ws.rs.container.ContainerRequestContext; import javax.ws.rs.container.ContainerResponseContext; import javax.ws.rs.container.ContainerResponseFilter; public class ResponseServerFilter implements...

@octonato Sorry for the very late response. I would be interested in submitting a PR. I'm experienced in using Play but I'm unfamiliar with the playframework source code. The file...

@wsargent Thanks for the response. I thought about that too at first: But all of the code, apart from the ``, would be the same in both twirl templates and...

hmm, good point. What GPU are you using? I'm currently rewriting egpu-switcher, I'll take that feedback into consideration and make sure to address it

@JEdwardsD Did you try out the suggestion from @ewagner12?

Hey, just wanted to let you know that I saw the PR, but wasn't able to look into it in detail yet. I'm currently thinking about rewriting the script in...

I think it's a great idea to make the amount of retries configurable, but I'm not sure whether we should ask about it in every setup process. Maybe keeping it...