-
This issue tracks the integration of nested or sub-graphs, previously referred to as 'hier-blocks' in GNU Radio 3.x, into GNU Radio 4.0. The aim is to reduce cognitive complexity, streamline reuse, an…
-
Hi Dr. Chen,
I'm curious about some of the settings in the [./data/38/config.yaml](https://github.com/PacificBiosciences/paraphase/blob/main/paraphase/data/38/config.yaml). Could you please tell me …
-
# Summary
- A common pattern is to define application-specific options as YAML inside a `ConfigMap`.
- For the same reason as `ignoreDifferences` are supported within Kubernetes manifests, users may…
-
`write` and `from file` commands can benefit from being able to specific fields in JSON / YAML files, specifically for recipes that want to alter an existing projects. For example, the following could…
-
### What do you need?
# External Template Extensions Proposal
## Overview
Propose adding an external extension system to Fabric that allows users to extend functionality through custom executab…
-
PRs for argo config yaml are missing `valueFiles:` for helm.
gitops module repo: https://github.com/cloud-native-toolkit/terraform-gitops-cluster-config
Invoked as part of tests using:
```
mod…
-
In my recent work, I have started a new habit where I treat science packs in a modular way.
An example use cases is as follows:
You have two objects:
1. A PDR
2. A galaxy
And you would like…
-
### Description:
`sam package` correctly includes vendored RubyGems if the `--template-file` argument is omitted and the default (template.yaml) is used. However, if you specify `--template-fil…
-
At the HZDR Day we had a bug doing the deposit step. In the Cff the Version is given as an integer/float (from cff init). However in the deposit step the error occurs that
`{"status": 400, "message"…
-
### Current Terraform Version
```
Terraform v0.15.1
```
### Use-cases
YAML has anchors and references, which are useful for reducing duplication and still allowing overrides of default values…