Results 19 comments of Lars Benedetto

You have to set the view for popups: `Games.getGamesClient(mActivity, GoogleSignIn.getLastSignedInAccount(mActivity)).setViewForPopups(mActivity.findViewById(android.R.id.content));`

If setViewForPopups is marked as deprecated, it should have a comment saying what to use instead. But I haven't done Android for a while so I don't know

Any updates on this? If I export an AVD from Shapeshifter and close the page, then realize I need to tweak something, I have to start from scratch. I should...

I have worked around it by hardcoding the executablePath to `/usr/bin/chromium-browser`

Seems strange to have the y value customizable. Slimes only spawn up to a certain y level (which I can't remember). It would be helpful if the overlay conveyed that...

I have the same issue, but only when I'm running from source. If I run from source, I get dark mode, but the icons are all janky: ![image](https://user-images.githubusercontent.com/4466272/151247039-b5111eef-c151-4919-829f-271f321c5336.png) If I...

https://opensearch.org/docs/latest/clients/java-rest-high-level/ >The OpenSearch Java high-level REST client will be deprecated starting with OpenSearch version 3.0.0 and will be removed in a future release. We recommend switching to the [Java client](https://opensearch.org/docs/latest/clients/java/)...

I was able to work around it by using doFirst instead

I've filed a bug report with PrettyTime https://github.com/ocpsoft/prettytime/issues/259

sensiblepuffin already explained what's wrong. It's because those four languages override `TimeFormat::format` and just return back the number passed in without attempting any logic. The implementation doesn't work because it...