Tijmen
Tijmen
Using ``` g := graphviz.New() graph, err := g.Graph() graph.SetLayout("fdp") graph.SetOverlap(false) ``` And rendering to svg ``` var buf bytes.Buffer if err := g.Render(graph, graphviz.SVG, &buf); err != nil {...
This issue applies to both the CNCF and LFAI landscapes, and I believe this is the result of url-generation in this upsteam app. ## What happens? The url in the...
This PR adds a basic helm chart to deploy Omni in an existing Kubernetes cluster. It does not take care of gpg keys, certificates, etcetera, leaving that to the user's...