Matteo Carrara

Results 9 issues of Matteo Carrara

Play Swagger isn't working at all with [String Interpolating Routing DSL](https://www.playframework.com/documentation/2.6.x/ScalaSirdRouter) I think that the problem is related to the fact that routes structured like this `-> /my/route` link to...

Right now you are removing leading / to all routes and when someone has a PlayInclude you are removing / between them. Example: I have routes file like this ``->...

I was checking the ChunkSection.read method and I noticed it required a globalBiomePaletteBits. I was not sure what it was and after inspecting the source I noticed that it was...

Your new update allows users to set a player's skin to somebody else skin. But this plugin for bungee doesn't save file.... so on every restart admins have to redo...

I'm gettings this error ``` Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : Attribute application@label value=(@string/my_app_name) from AndroidManifest.xml:14:9-51 is also present at [com.github.iammert:MaterialIntroView:1.5.2] AndroidManifest.xml:13:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"'...

Server crashed two time for this reason: http://pastebin.com/4kNTJWBD Please fix it!

When running for example sbtn on a given user, a temp '/tmp/.sbt/ipcsocket ' directory will be created and it will be owned by that user. Any other user will be...

Scala 3.5.0 introduced NamedTuples. I think Moncle should add support for them. Example: ``` val nt: NamedTuple[("b", "e", "d"), (Boolean, Boolean, Int)] = (b = false, e = true, d...