Ruslan Stelmachenko
Ruslan Stelmachenko
@filiphr > The mapper then looks like > > ```java > @Mapper > public interface CarMapper { > > NullableOptional map(NullableOptional carOptional); > > } > ``` I'm not sure...
@ro0sterjam > I think whatever value is returned after an unwrapping (even `null`) would simply be passed onto the inner mapping method, so that would just follow what today's current...
Looks good to me. The only "problematic" part is the last `else` block. I understand why it is required. We need to be able to map `wrapped null` to `another...
@smax48 > So I need to use @PropagateNull("aa_id") I tried it and it works quite the contrarty than you described: if I have `@Nested("aa")` then I still need to use...
> I'm actually not convinced we should be getting involved--a database exception is usually indicative of an unhealthy network (can't reach database) or of programmer error (trying to insert a...
@TheSpiritXIII Can you clarify please how to get the updated Managed Prometheus v2.43 for an existing GKE cluster? Is it enough to just upgrade the GKE cluster to the latest...
The cluster that I wanted to use to test it is on the `Regular` channel right now. My plan was to switch it temporarily to the `Rapid` channel, test it,...
Another issue with this is when you do syntax error in JS source file (forgot one bracket for example) then started `gulp` watching just interrupts. And after correcting the mistake...
@warflash > So `error.data` is what you're looking for. But why? I found several issues explaining that you should use `error.data.statusMessage` instead of `error.statusMessage`. But none of them explain why....
> I would expect that it is: > > * unique per component instance I would say it should be unique not only per component instance, but globally unique (per...