Edson Passos

Results 53 comments of Edson Passos

Setting an empty String should disable it. Did you try debugging it?

IIRC popFirstArg can only return null if you annotate the parameter with `@Optional`. Try this: ```java Player player = Bukkit.getPlayerExact(context.popFirstArg()); // if player == null throw exception return skillManager.getPlayer(player); ```

> But what does context.getResolvedArg(Player.class); do then? I assumed that that will resolve the Player from the given String. It would return a Player if you had Player in the...

Duplicate code Could be prevented by adding a method like: ```java getField(clazz, "locale"): try { return clazz.getDeclaredField } catch { return clazz.getField } ```

GitHub's app doesn't seem to have this issue.

[`release_created` ](https://github.com/google-github-actions/release-please-action#outputs) isn't that what you need? The releases are created only after the PR is merged.

Já tentei encontrar a função com o debug do navegador, mas sem sucesso. O js da página está ofuscado.

https://greasyfork.org/en/scripts/443126-whatsapp-conversation-hider/code Eu fiz esse código há um tempo. Só que a implementação não tá legal, tá simulando um clique em "Opções", depois no "Fechar conversa". Tem um delay também... Seria...