-
It would be really convenient to be able to set default values in the JSON parsing helpers with a third argument that return the default value when the key is not present in the passed in JSON string.…
tynes updated
2 months ago
-
Some parts of bacon were designed for Rust and are tied to cargo:
* default bacon.toml file
* compiler output parsing
* test output parsing
* documentation
* the use of TOML (which is just tota…
Canop updated
2 hours ago
-
### Description
The docs on using hosts.toml indicate that fields for the registry host namespace can be specified in the root level:
https://github.com/containerd/containerd/blob/release/1.7/docs…
-
I compare toml-node and js-yaml to load toml/yaml file with a large array config.
demo.toml:
[[arr]]
name = "abcdefg"
demo.yaml:
arr:
- name: "abcdefg"
and, repeat the same element …
-
Package metadata, list dependencies, available features, etc.
durka updated
7 years ago
-
**Describe the bug**
Hi! Thank you for making and maintaining yq; I happily use your tool daily and especially thanks for starting work on TOML support—see https://github.com/mikefarah/yq/issues/13…
-
Unable to install package pygrib.
Error contains:
`eccodes not found` which I installed using conda.
`Microsoft Visual C++ 14.0 or greater is required.` which also I have installed.
--proof:
![i…
-
When parsing `workspace.members`, the result of glob matching doesn't filter _directories_. It will gladly append `Cargo.toml` to file paths like `README.md`:
https://github.com/rust-mobile/cargo-s…
-
### Description
When creating a new project in CrewAI using crewai create crew and setting the project name to match any of the script names in project.scripts (e.g., test, run_crew, train, replay…
-
Sometimes parsed toml::Value is already available and it is needed initialize config from it.