Robert Jaros

Results 109 comments of Robert Jaros

I would serve the image from the controller with correct `image/jpg` content type. And just changed the URL used as `src` value with some random additional parameter (e.g. `?refresh=somerandomdata`). It...

I'm not sure if anyone (but me) uses Spring Boot interfaces, but in 2.0 I'm going to replace current, MVC based with new, WebFlux based. Webflux integration with Kotlin coroutines...

It's published to bintray. But the module names changed. See https://kvision.gitbook.io/kvision-guide/part-1-fundamentals/migration All projects from kvision-examples repository should work.

The examples are still configured for M1. I'm converting them all at the moment.

All examples are ready for M2.

Tabulator alone is probably more complex then the whole KVision framework :-) They have several dozen examples in their [docs](http://tabulator.info/examples/4.5). Unfortunately I don't have the resources nor the time to...

New `kvision-toast` module, based on https://codeseven.github.io/toastr/ component is ready.

> Datatable & Toast functionality can be a good feature for this framework.! What do you mean by "Datatable"? Isn't `Tabulator` component not enough?

While preparing for Kotlin 1.4 I've decided to change the way to workaround KT-34287 issue. In 3.11.2 I've moved the assets used by KVision from maven jar artifacts to the...

> Is there a way to use it without gradle? With just maven? Can it be documented? As far as I know you have to use gradle. Kotlin support for...