Manos Batsis

Results 39 comments of Manos Batsis

See [this section](https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0#check-if-third-party-projects-have-jakarta-ee-9-compatible-releases) in [Preparing for Spring Boot 3.0](https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0). Main issue should be the use of Jakarta EE 9 APIs (jakarta.*) instead of EE 8 (javax.*), e.g. `javax.validation.ConstraintViolation` should be...

Kudos and thank you @wimdeblauwe. Out of curiosity (and the many libs with similar issues out there): - When do intent to release this? - Will you stop support for...

@naturalprogrammer can't really see how your comment relates to the issue, probably meant to post elsewhere?

Not really. The real problem is the hardcoded `Integer` id type. What if you want to use a `UUID` or other non-integer type? Or need to implement another user interface?...

@anatolystansler the repos are reported as processed ok, but no relevant information is added to my profile. It still show information for a single repo only ![repos](https://user-images.githubusercontent.com/3016927/50254220-f42d6f80-03f5-11e9-9ec7-47f0a8af284f.png)

@LandryNorris Can this PR be used for jvm targets in a multiplatform project? We're after supporting android, iOS web and (JVM) desktop variants, this looks like it can help?

Did this some time ago in a pet project sandbox, might help if you are using spring: https://github.com/manosbatsis/restdude/tree/master/restdude-rsql/src/main/java/com/restdude/rsql

Turning the table body to [bootstrap list-groups](https://v4-alpha.getbootstrap.com/components/list-group/) is a good use-case. By grid, I meant layouts typically used in e-commerce sites, perhaps floating or inline-block boxes like simple [bootstrap cards](https://v4-alpha.getbootstrap.com/components/card/#example)...

Still new to kmm but appyx would be useful. Happy help with testing, migrating samples etc.

Just another nudge; would love using this in our multiplatform project.