Marc Nuri

Results 715 comments of Marc Nuri

Hi @andrecavallari Thanks for reporting the issue. Unfortunately I don't own an Apple and it's impossible for me to try and reproduce the issue. The only thing that changed in...

https://github.com/electron-userland/electron-builder/issues/5850

This menu option is already available from within the tab contents itself. However, having the option in the tab title might be interesting too.

The following command execution fixed the issue for Fedora 35 ``` sudo rm -rf /var/cache/fontconfig sudo rm -rf ~/.cache/fontconfig ``` ``` $ snap version snap 2.56.2-2.fc35 snapd 2.56.2-2.fc35 series 16...

> even with all that cleanup, this shows a significant increase in memory and build time. what else can I do? I'm not 100% sure, but I'd say that with...

For some extra insights. I'm working on a demo project to showcase how to work on OpenShift with just the vanilla kubernetes-client-extension: https://github.com/marcnuri-demo/quarkus-kubernetes-client-models/blob/c4123613e94646018d2d4e6ade36267dde056d8a/ Compiling a native image in 3.7.3, produces...

Sorry, I'm not familiar with the graalvm/mandrel pipelines. Does this mean that even with the [dependency exclusions](https://github.com/quarkusio/quarkus/blob/97cf6dc522eee0f61dc2786737f29e91b3d76e8d/integration-tests/kubernetes-client/pom.xml#L30-L43) (and hack extension to remove the link check) GraalVM is still running out...

If this is the case, there are a few other unused modules that could be excluded too (these are the larger ones): ``` 1.9M openshift-model-config 1.8M openshift-model-hive 1.5M openshift-model-monitoring 1.1M...

> If they are unused only in the test, that's not the right way to go. If they are generally unused we should find a way to exclude them in...

I can't remember now what I exactly meant with that comment (I should have elaborated more). What I can remember is that I added the [MiscellaneousSubstitutions](https://github.com/quarkusio/quarkus/blob/7dd072eea6accfd9e17701d4a1300632cbd2622b/extensions/openshift-client/runtime/src/main/java/io/quarkus/it/openshift/client/runtime/graal/MiscellaneousSubstitutions.java#L35) and [OperatorSubstitutions](https://github.com/quarkusio/quarkus/blob/7dd072eea6accfd9e17701d4a1300632cbd2622b/extensions/openshift-client/runtime/src/main/java/io/quarkus/it/openshift/client/runtime/graal/OperatorSubstitutions.java#L15) that allow...