Sergio Delgado

Results 31 comments of Sergio Delgado

Not really because I don't want the messages to be processed by one of the consumers, as in the "Fan-out" section, but to processed by all consumers in parallel.

Naive question, is this PR still in mind? I see an approval from last year, but I don't know if it needs more, or it has been discarded. Talking to...

Same here. Compose for Desktop in a Windows 11 machine. ``` AsyncImage( model = imageFile, contentDescription = "test", contentScale = ContentScale.Fit, modifier = Modifier.fillMaxSize(), onError = { println(it.result.throwable)} ) ```...

This workaround is fine in my Windows, but I suppose it will break anywhere else. ``` val loc = "file://" + imageFile.absolutePath.replace("\\", "/") ```

> > This workaround is fine in my Windows, but I suppose it will break anywhere else. > > ``` > > val loc = "file://" + imageFile.absolutePath.replace("\\", "/") >...

> > > > This workaround is fine in my Windows, but I suppose it will break anywhere else. > > > > ``` > > > > val loc...

Is this still happening? Do you need any help creating a patch here?

Is there any known workaround for this? Perhaps going to a previous version?

I didn't think of that! Could we please add the tip to the docs? (I could provide a PR if you wish.) Thanks a lot!

Spring Boot 3.3.4 I could workaround Liquibase with a custom AutoConfiguration. By default, by getting the `ConnectionDetails` with a custom factory, as seen in this thread, the application used the...