TheE
TheE
Same problem here. In my case, I tried to add support for [MyWarp](https://mywarp.github.io) (which has been around under this name since 2011). Sadly on bStats this name is already taken...
I have seen that the Metrics class has been [updated](https://github.com/Bastian/bStats-Metrics/commit/462f117d9905fd59143625a2bbdccf96b744de63) to use plugin IDs. Any update on when bStats will officially support plugin's with a name that already exists on...
@follmann Any news on accepting the PR?
> The issue here is that sponge expects the URLs to be formatted in a specific way, where it really should just allow any valid JDBC url. While I agree,...
>The problem is with poor documentation, not with the code. More examples and clarifications in the javadoc of SqlService#getDataSource methods may be sufficient to resolve this issue. You are right....
My branch is still on version 3 as I have not (yet) been able to update it and depending projects. I am still interested in contributing localization support to Intake...
Why not use Java's RessourceBundles? A `RessourceBundle` implementation can be used without using Java's lookup process (static `RessourceBundle.getBundle(String)` methods). An even if this lookup process is used, it is completely...
I just updated [my fork](https://github.com/TheE/Intake/tree/feature/i18n) for version 4 of Intake. Compared with my previous fork, I changed the approach: - Command annotations can be localize by specifying keys in the...
I just realised that the misalignment of the border is an issue with the footer menu: the last child is missing the reset of its right margin.