Avi Zimmerman
Avi Zimmerman
This PR is almost an identical copy of [this](https://github.com/camh-/kubecfg/commit/0036042b6b8fb78eaa251b9959600bdbc589ae39) at this point
Any blockers on getting this merged? I'd love to use it as an example for this new [`jsonnet-controller`](https://github.com/pelotech/jsonnet-controller) project, so that in the readme I can just say `kubecfg update...
@Anuskuss I'm going through almost identical steps as you and getting the same issues more or less. I am, however, trying to avoid modifying source. One thing I'm curious about,...
@aquova The alternative to that (which would also be more cross-platform if to be added to documentation) is just downloading the headers: ```bash sudo mkdir -p /opt/vulkansdk curl -JLO https://sdk.lunarg.com/sdk/download/1.3.224.0/linux/vulkansdk-linux-x86_64-1.3.224.0.tar.gz...
> So, I am writing a PKGBUILD for the Arch Linux AUR, and I am currently getting errors linking to wxwidgets and imgui. > > ``` > /home/hurricane/cemu/src/Cemu/src/imgui/imgui_impl_vulkan.cpp:45:10: fatal error:...
I guess my first question is do both those functions rely on any external CLI utilities. If they don't then I absolutely will include them, or something similar. To your...
Yea I have other projects where I've (at least with helm) invoked the needfuls via the Go API. But ya, we'd have to implement them into the controller. I'm trying...
I may take a stab at, at least, helm functionality later today or tomorrow
I have a new feature on the `latest` tag (when [this run](https://github.com/pelotech/jsonnet-controller/actions/runs/1110828811) is done) for you to at least start playing with if you want. But I make no guarantees...
Chiming in on the stale thread to say this is...doable. Albeit ugly until Pi-Hole implements a true API for their Local DNS functionality. I'm playing with a fork on my...