Jerome Haltom

Results 108 issues of Jerome Haltom

This sub-issue is to track progress and conversation implementing JPMS in IKVM.

I think a lot of work can be done to support .NET assembly trimming with IKVM. This issue exists to document that.

IKVMC has a -proxy command line argument that precompiles proxy classes for interfaces. This, along with -static, gets closer to no runtime code emit. It's been broen since 8.3.0, when...

RuntimeManagedJavaType.IsAttribute returns false for 'complex' attributes. That is, must have either an empty ctor, or a ctor and no properties. We can probably figure out something to complete this. BenchmarkDotNet...

Flux CLI should support valuesKey targetPath in --values-from. I do not know what a good syntax for this would be. ``` flux create helmrelease "foo" --namespace="foo" --release-name="foo" --chart-ref="OCIRepository/foo" --service-account="foo" --values-from="targetPath:ConfigMap/config/key"...

When using `gateway-httproute` source it seems that if External-DNS does not have cluster scoped permission to read `namespace` it fails. Even if 'gatewayNamespace' is set. I think this is because...

kind/bug

https://epaul.github.io/jsch-documentation/javadoc/com/jcraft/jsch/ChannelExec.html#env

I have a need to set a value in a Helm chart based on a value in a ConfigMap or secret. However, I need to transform that value. For instance,...

enhancement