Quinn Bast

Results 56 comments of Quinn Bast

I'm getting the same error as @beckylum0216 on Windows after installing GeonBit from Nuget. This issue does seem to be related to the issue you linked in MonoGame but the...

Leaving this here for reference but there appears to be a critical problem in MonoGame's content pipeline affecting any library that makes use of content pipeline references, which includes GeonBit.UI...

This is definitely a [Monogame](https://github.com/MonoGame/MonoGame/issues/6942) issue. Surprised this hasn't been fixed yet as it prevents any monogame pipline references being loaded. Their proposed fix is to put all .dlls in...

Yeah, it seems like it is. I haven't found any modern UI framework for monogame that is stable or being maintained... I'm probably moving away from monogame because of this....

@vim345 Just to clarify, how are you exporting metrics to prometheus? Are you using a [push gateway](https://github.com/prometheus/client_java#exporting-to-a-pushgateway) or are you serving your own [HTTP server](https://github.com/prometheus/client_java#http) somehow? Maybe I'm missing something...

I noticed that the helm chart inflation has been moved to the `kubernetes-sigs` repository and now exists in both repositories. Which is the officially supported version, and how would I...

I am now facing this issue as well. It seems like the helm chart inflator is non-functional after the helm v3 release. [Since oci registry support is not functional](https://github.com/kubernetes-sigs/kustomize/issues/4381), I...

> It might be a silly question, but in which pod should I do : `helm repo add securedRepo https://secured.com/chartrepo --username --password ` You shouldn't have to run this in...

@remidebette Yeah, that is the entire purpose of this issue and [this issue](https://github.com/kubernetes-sigs/kustomize/issues/4381). In the linked issue I've created a binary which contains the fix although it is not officially...

@jmmclean [This diff](https://github.com/kubernetes-sigs/kustomize/compare/master...QuinnBast:kustomize:helm3Fix) should work. I also [released an unofficial patch](https://github.com/kubernetes-sigs/kustomize/issues/4381#issuecomment-1088817267) for this a few months ago