Andrea Paternesi

Results 30 comments of Andrea Paternesi

Any news about decoupling poster from subscriber in plain java? Thanks a lot.

ThreadMode MAIN_ORDERED should be the default and pheraps other kind of behaviours can also be reworked. Pheraps a lot of code clean and optimizations can be done. Anyway i would...

Thanks a lot for your effort. I would say that If order of events is not guaranteed then the bus has a real problem. Hope this will be fixed as...

The plugin should be updated to run in gradle 8.0 Right now it gives these warnings: The compileClasspathCopy configuration has been deprecated for dependency declaration. This will fail with an...

My two cents in this discussion. Honestly i think that coding abstraction layers when you have clear that javalin is based over jetty is not only useless but also very...

Hi @Kevin-Garnier thanks for the question. Basically is not the same. Right now you can only load a predefined Map (made with Tiled). So you can load the entire map...

@mgsx-dev Having a public method that permits you to load a Tileset file (and not and empty map with titlesets in it) **to me is really important and prioritary** and...

> It is a general issue of the original loader. But seeing how slowly (never?) PR are merged I think we can simply ignore that. I have implemented a custom...

They also have this option that at first sight should do the job. ToNumberPolicy.LAZILY_PARSED_NUMBER that implements the default behavior of the Number type adapter. Basically you get a LazilyParsedNumber and...