Patrick Koenig
Patrick Koenig
Right, by disabling any form of sign-in I'm implicitly saying I don't care who requests an item. Is this JavaScript an automated task you've setup in your own browser? I...
I do not. Can you just give a quick explanation of what you did? Does PlexAuth or PlexRequests allow you to send arbitrary JavaScript? Or did you just make direct...
I'm just using nginx with [oauth2_proxy](https://github.com/bitly/oauth2_proxy). I think built-in support for unauthenticated requests is a pretty common and reasonable use case. You shouldn't have to modify source code or deploy...
To be clear, I'm not asking for PlexRequests to integrate with SSO solutions to identify users; I agree that is outside the scope of this project. I don't really care...
Note that you can open the CI output in a separate full size window that is much more usable. This is what I typically do when looking at errors in...
A better solution might be to convert the code to use switch expressions if we detect an exhaustive switch statement. Then we get this enforcement for free in the compile...
For reference, this is the XML that you would need to add to the `.ipr` file: ``` ``` Note that you can configure this globally for all projects so it...
I've opened https://github.com/palantir/gradle-baseline/pull/1287 to fix the confusing suggested configuration.
Big +1 to this. As a concrete example, here's an heap dump from an OOM of one of our highest volume services. We have 23,000 instances of `ImmutableCassandraServer`. ![Screen Shot...
@jeremyk-91 Do you still feel that this is an unacceptable breaking change?