Michael Reichenbach
Michael Reichenbach
Thanks for the reply I will try that. But what does `context.getResolvedArg(Player.class);` do then? I assumed that that will resolve the Player from the given String. Another question? How can...
Hi @PyvesB thank you for the detailed and quick reply. However I think the current API does make it possible what I thought of. Here is a code snipped on...
That sounds great!
I will were I can, but unfortunately I don't have a lot of time at the moment. I will do my best and send a PR once I find the...
> Hey @Silthus, this is correct. The pre-release flag is always disabled by default. > > You can either use the CLI flag `--prerelease` to enable pre-releases or you can...
But wouldn't it be better to have a branch specific configuration? Because this way I would need to delete or modify the config before a release merge into the mainline...
Here is an example how this can be used: ```java public interface PointeredResolvable extends Resolvable, Pointered { @Override @ApiStatus.NonExtendable default /*final*/ @NotNull TemplateResolver resolver() { return resolverWithPrefix(""); } default /*final*/...
Got the same problem and I have version 1.2.1 of urwid installed: (! 5998)-> pip search urwid urwid - A full-featured console (xterm et al.) user interface library INSTALLED: 1.2.1...
Did you find a solution for this? I am having the same problem.
> I think it would be more user friendly creating the PR with the deletion of the directory. Atlantis could then detect it and destroy the project using the directory...