Robert Jaros

Results 109 comments of Robert Jaros

Hello. This check is just a simple addon, contributed by KVision user not long ago: https://github.com/rjaros/kvision/pull/516 In general KVision plugin detects Spring Boot by `kvision-server-spring-boot` module dependency. I understand you...

The `kvision-server-spring-boot` dependency is a multiplatform module. It contains code for all three targets - common, JS and JVM. Thats why it needs to be added to the common module....

I don't think this is supported by Tabulator. There is an issue with suggested feature (https://github.com/olifolkerd/tabulator/issues/4003), but it doesn't seem to be implemented.

This is a truly impressive contribution! Thank you very much. I'll try to review and merge the PR in the coming days.

I've noticed your `MaterialModule` initilizer object was in the `io.kvision.material` package instead of `io.kvision`. This convention is required for the wizard to generate correct code. Unfortunately I've noticed this a...

I haven't done that, but you can try using scatter chart with chart.js module. See this SO example: https://stackoverflow.com/questions/41259441/how-to-draw-gantt-chart-using-chart-js-or-other-libraries

I'm almost sure you can't use Kotlin types (lists or data classes), even serializable, as a data model for React components. So it's very unlikely `List` will work. In my...

Have you checked this: https://github.com/Bitnoise/react-scheduler/issues/60 ?