Cosimo Damiano Prete

Results 195 comments of Cosimo Damiano Prete

I, kind of, have the same issue at https://github.com/flutterchina/dio/issues/1444

I do have the same issue. The context is somehow shared, therefore when showing a Flushbar this gets pushed in the (default?) Navigator, causing a successive `pop` to close the...

Refactoring the code with the Eclipse plugin for IntelliJ somehow breaks the compilation completely, since some classes can't be found anymore although they're there: ``` [ERROR] Failed to execute goal...

> Hi @cdprete I think you did an awesome job here, but so far it's very hard for me to review. Could you please revert any formatting changes that simply...

Hi @manusa. I've addressed everything I could from my side. What else can I do to make this PR land into master?

> I recall I fixed the `jkube-kit-common` module a while ago to work under windows. I just run the tests in the master branch, and they are still passing (on...

> > Maybe new changes broke them again? I don't know what to tell you. If I changed something there is because I needed to. I didn't just change things...

@manusa please let me know how you want to proceed with this :)

> @cdprete : Marc is on PTO and would be back on Friday so it might take some time to proceed forward. > > In the meantime, Could you please...

After the rebase with `master`, the test `org.eclipse.jkube.kit.config.service.kubernetes.JibBuildServiceBuildIntegrationTest#build_withLayersAndArtifact_shouldPerformJibBuild` is now failing with ``` org.eclipse.jkube.kit.config.service.JKubeServiceException: Error when building JIB image at org.eclipse.jkube.kit.config.service.kubernetes.JibBuildService.buildSingleImage(JibBuildService.java:106) at org.eclipse.jkube.kit.config.service.AbstractImageBuildService.processImage(AbstractImageBuildService.java:53) at org.eclipse.jkube.kit.config.service.AbstractImageBuildService.build(AbstractImageBuildService.java:34) at org.eclipse.jkube.kit.config.service.kubernetes.JibBuildServiceBuildIntegrationTest.build_withLayersAndArtifact_shouldPerformJibBuild(JibBuildServiceBuildIntegrationTest.java:136) Caused by: java.lang.IllegalStateException:...