# \#yaml

**URL:** https://discourse.julialang.org/tag/yaml/461.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [How to apply a small anonymous function defined in a yaml file?](https://discourse.julialang.org/t/how-to-apply-a-small-anonymous-function-defined-in-a-yaml-file/126874)

<div class="topic-metadata">

**Author:** [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)\
**Replies:** 11\
**Last updated:** [March 13, 2025, 12:20pm UTC](https://discourse.julialang.org/t/how-to-apply-a-small-anonymous-function-defined-in-a-yaml-file/126874 "2025-03-13T12:20:12Z")

</div>

I am trying to define simple anonimous “transformation” functions (something like “x → x/100”) in a yaml file (in a dictionary keyed by climatic variables) and then trying to apply the transformation to a Raster file. I …

---

## [YAML.jl have many bugs](https://discourse.julialang.org/t/yaml-jl-have-many-bugs/115158)

<div class="topic-metadata">

**Author:** [@paalon](https://discourse.julialang.org/u/paalon)\
**Replies:** 1\
**Last updated:** [June 4, 2024, 9:39am UTC](https://discourse.julialang.org/t/yaml-jl-have-many-bugs/115158 "2024-06-04T09:39:36Z")

</div>

I’m not a mainter of YAML.jl but I’m concerned with the current status of YAML.jl. I have found many bugs in several days but also know YAML has more complex specification than JSON or TOML so it’s generally difficult to…

---

## [Any "bridge" between Documenter.jl and YAML.jl in order to document a YAML file?](https://discourse.julialang.org/t/any-bridge-between-documenter-jl-and-yaml-jl-in-order-to-document-a-yaml-file/114909)

<div class="topic-metadata">

**Author:** [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)\
**Replies:** 1\
**Last updated:** [May 30, 2024, 12:30am UTC](https://discourse.julialang.org/t/any-bridge-between-documenter-jl-and-yaml-jl-in-order-to-document-a-yaml-file/114909 "2024-05-30T00:30:37Z")

</div>

Ok, I have chosen YAML for the settings of my model. Is there a way I can format the comments in YAML in a certain way in order to document the settings, parse these special comments and let them end up in a make\_doc Do…

---

## [Is it possible to use environmental variables in YAML.jl?](https://discourse.julialang.org/t/is-it-possible-to-use-environmental-variables-in-yaml-jl/114565)

<div class="topic-metadata">

**Author:** [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)\
**Replies:** 4\
**Last updated:** [May 24, 2024, 10:29am UTC](https://discourse.julialang.org/t/is-it-possible-to-use-environmental-variables-in-yaml-jl/114565 "2024-05-24T10:29:25Z")

</div>

I would like to store relative paths in my YAML file. Googling, I saw that the way to do it in other languages is to use environmental variables. So I did try with: scenario\_path = "/some/path/" settings\_path = joinpa…

---

## [Help with YAML](https://discourse.julialang.org/t/help-with-yaml/90493)

<div class="topic-metadata">

**Author:** [@roh\_codeur](https://discourse.julialang.org/u/roh_codeur)\
**Replies:** 0\
**Last updated:** [November 19, 2022, 12:33pm UTC](https://discourse.julialang.org/t/help-with-yaml/90493 "2022-11-19T12:33:31Z")

</div>

Hi is there a way to include a YAML in another YAML please? #bar.yaml a: 1 b: 2 z: &z1 baseProp: 123 #foo.yaml !include bar.yaml a: 100 y: \[1, 2, 3\] z2: \*z1 resulting yml: a:100 b: 2 z2: baseProp: 123 I define …

---

## [Looking for feedback on PRs in YAML.jl](https://discourse.julialang.org/t/looking-for-feedback-on-prs-in-yaml-jl/45116)

<div class="topic-metadata">

**Author:** [@mirkobunse](https://discourse.julialang.org/u/mirkobunse)\
**Replies:** 0\
**Last updated:** [August 17, 2020, 3:36pm UTC](https://discourse.julialang.org/t/looking-for-feedback-on-prs-in-yaml-jl/45116 "2020-08-17T15:36:11Z")

</div>

The maintainers of YAML.jl are looking for users of the package to provide feedback on pull requests and open issues. In particular, some discussion is needed regarding the API of the package. To which degree should the…
