Nicolas Rouquette
Nicolas Rouquette
For SVG output, the dot language supports specifying a URL link for a node. See: https://graphviz.gitlab.io/_pages/doc/info/attrs.html#d:URL Since the node label is a table, the tooltip shows "" if there is...
**Describe the bug/feature** Since `kapitan compile` is intended to behave like a programming language compiler, it makes sense to expect that kapitan errors should refer to specific locations in the...
The data shown for the TX graph is actually the RX graph data.
### What is this PR for? Split the R assignment in two steps, evaluation and assignment, such that the tryCatch in the R eval loop can detect errors and report...
This PR represents all the changes I made in the context of this issue: https://github.com/almond-sh/almond/issues/895
Although one can build almond with scala 3.0.1, trying to update the mill files to build with scala 3.1.0 leads to several problems. First, due to the binary incompatibility between...
I use the graphviz-java library from Scala. I would like to construct a graph like the following instead of parsing it from dot. The following example is adapted from this:...
I tried to encode a simple directed graph library and crashed stainless with this error: https://github.com/NicolasRouquette/stainless-bundle-closure/tree/10366df0c54395dd99bacb9451256c625d3ef5cc#v4-commit This is with Stainless 0.7.4, sbt 1.3.0, scala 2.12.9 running on ubuntu 20.04 ```...
**What would you like to be added**: The "Getting Started" documentation assumes that a cluster already exists to configure the `cluster.yml` file. **Why is this needed**: The instructions in https://pharos.sh/docs/getting-started.html#prepare-nodes-for-kubernetes-cluster...