Andrea Paternesi
Andrea Paternesi
If the answer is yes I would like to see these jobs done: _ Update this library to the latest kryo _ remove logger dependency and let it depends only...
Basically this is a request for new features. I would like to have the chance to load a map in json (.tmj) format from TILED. Right now only .tmx formats...
This is a feature request regarding Method Modifiers. The class [Method.java](https://github.com/libgdx/libgdx/blob/master/gdx/src/com/badlogic/gdx/utils/reflect/Method.java) does not take care of Synthetic and Bridge methods. It should be added at least `boolean isSynthetic()` and `boolean...
Starting from this issue https://github.com/jwtk/jjwt/issues/616 I can say that : this bug was closed in Gson library with this PR https://github.com/google/gson/pull/1290 merged in version 2.9.0 of GSON library. Right now...
### Expected Behavior I would like to have an option to avoid gradle catalog caching. For example as in the code that follows up. ``` versionCatalogs { create("xxx") { from("yyy:+")...
Now the method loadTileSet is public and can be used outside the loading on complete tiled map. All relative test still run without problems.