Grigoriy

Results 10 comments of Grigoriy

You can't type more than 6 charactares in song id on mobile

Custom (reuploaded) songs starts with 5m id, right? So mobile players just could not use them

> > > I agree, but it could very well be a plugin But plugin dependencies are not implemented, are they?

Hello! 1. What's the point of using redis for this? 2. Whitelists should be used with both IP and nickname 3. Isn't it already implemented [here](https://github.com/Elytrium/LimboFilter/blob/master/src/main/java/net/elytrium/limbofilter/Settings.java#L125) ?

Just to point out: I'm not a contributor of this project. In my opinion "unusual" use cases should not modify the plugin that much. A good solution would be to...

will do tomorrow, BepInEx branch should be working without updating

I think example class should be an actual simple example of what you can do with this instead of just a stub.

Some pom dependencies are meta packages containing a few jar artifacts

My actual issue happened with [InvUi](https://github.com/NichtStudioCode/InvUI/) (pom available [here](https://repo.xenondevs.xyz/releases/xyz/xenondevs/invui/invui/1.14/invui-1.14.pom)). This dependency unfolds to `inventory-access-{r1-r14}` and `invui-core` which are jar artifacts and required at runtime.

Yes, `DefaultArtifact` has both constructors with classifiers/extension and can parse it from a single so called "coords" string (format available [here](https://maven.apache.org/resolver/apidocs/org/eclipse/aether/artifact/DefaultArtifact.html#%3Cinit%3E(java.lang.String)))