Matías Hermosilla

Results 21 comments of Matías Hermosilla

@mp911de I actually agree with the idea of having Monos and Fluxes on entity level relationships, even if this "pollutes" domain objects a bit, it's still a paradigm switch from...

I'm guessing `spring-boot-auto-configure` needs a `SpringDataWebFluxAutoConfiguration` to be able to declare a custom `@EnableSpringDataWebFluxSupport` annotation. However, `@EnableSpringDataWebFluxSupport` can be declared on `spring-data-commons`.

I checked `@EnableSpringDataWebSupport` and found that it uses `SpringDataWebConfiguration` so I'm guessing it also needs a new `SpringDataWebFluxConfiguration`. What other components could possibly be necessary here?

@mp911de for `@ProjectedPayload` I assume there needs to be a new `ProjectingJackson2HttpMessageReader` as `WebFluxConfigurer` seems to opt for http message codecs (`HttpMessageReader` and `HttpMessageWriter`) over instances of `HttpMessageConverter`. For `ProjectingJackson2HttpMessageConverter`...

@mp911de I provided a `ProjectingJackson2JsonDecoder` in #2667 but it needs an additional change I wasn't able to tackle. Do you know how could we implement this method in the new...

@mp911de I tackled the implementation of `ProjectingJackson2JsonDecoder` and tested it with a `WebClient`, it worked well but still haven't added Unit Tests yet. Also I provided an implementation for `SpringDataWebFluxConfiguration`...

Uh, unfortunately I don't have the hardware nor software to recreate this scenario, I'm not sure how could I solve this problem or help you out on your issue. I...

``` the window may take up the same physical size as an 800x600 window, but the area inside the window uses 1600x1200 pixels ``` Which means, I would have to...

This issue brings a lot of changes, as most of the things that are being sent to the shaders are erroneous

The demos are especially showing off features based on textures (heightmaps, normalmaps, etc). The calculation of those may be slow. I could make a sample that only shows off rectangular/circular...